Ashraful's Blog
Posts

All Posts

Recently I have encountered an issue with docker compose. I have separated the environment files and...
Sun Jun 11 2023
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Did you know docker-compose only takes environment variables from`.env` only?

discuss docker compose env
Today it's not about virtualbox/vmware. It's a new Windows 10 feature. They called it WSL(Windows...
Fri Jul 01 2022
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Windows is not that bad for software development

windows development wsl linux
What is a streaming response?   Streaming Response basically stream the data. So, how this...
Thu Jun 30 2022
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

FastAPI Streaming Response

python fastapi webdev async
Originally Posted on Ashraful's Blog            What is Scylla DB?   Scylla is a realtime...
Wed Dec 22 2021
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Introduction to Scylla DB

database scylla cassandra nosql
Originally Posted on Ashraful's Blog           What is Testing❓   Testing is basically checking the...
Sun Jun 13 2021
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Python Unit Testing

python unittest pytest testing
Originally posted on Ashraful's Blog           💡 What is an API Gateway❓   An API gateway is an API m...
Sun Feb 07 2021
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Introduction to API Gateway

microservices apigateway api webdev
💡 Idea Behind the Scaling   Suppose I have a business application and I want to access it fr...
Tue Sep 22 2020
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Horizontal vs Vertical Scaling

systemdesign server loadbalancing scaling
Introduction   I hope it's no offense that, Django is a powerful tool for the web. Today I'l...
Thu Jun 11 2020
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Django GenericForeignKey with GenericRelation

python django orm webdev
Originally posted on Ashraful's Blog            ❓ What is future module btw?     future is python bu...
Mon May 18 2020
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Python __future__ module

python builtin modules functional
Asking a question about docker and python. It actually what people do in the production environment.
Wed Jan 15 2020
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Do you use python virtualenv inside Docker at production?

discuss docker python virtualenv
This will teach you how to containerize your application/services and setup a development environment.
Sun Jan 12 2020
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Docker for Local Development

docker dockercompose devops beginners
A beginner friendly docker introduction
Mon Oct 21 2019
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Introduction to Docker

docker devops beginners container
This is very basic dev.to API based client pwa application written in vuejs
Tue Oct 15 2019
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

A dev.to client pwa application with vuejs

javascript vue pwa api
Github (pnp-graphql) v0.0.1-beta    A library for making GraphQL API with Python/Django. Thi...
Tue Jul 23 2019
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Plug and Play GraphQL with Django

graphql django python webdev
A very basic and complete intro for beginners with props and cons.
Mon Jul 08 2019
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Introduction to GraphQL

beginners graphql api webdev
Synchronous programming in JavaScript
Fri Mar 22 2019
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Control asynchronous code in JavaScript

javascript webdev synchronous es6
Calling super method from Vue Component to Parent Component's method or mixin's method. It really doesn't matter
Fri Mar 08 2019
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

Call super method in Vue Component

javascript vue component es6
A lightweight library for making API development faster
Fri Mar 08 2019
Mohamad Ashraful Islam

Mohamad Ashraful Islam

_ashraful

How to use fast-drf and API faster

python django api rest