Mohamad Ashraful Islam

Mohamad Ashraful Islam @ashraful

About: Senior Software Engineer | Problem Solver | Team Player

Location:
Dhaka, Bangladesh
Joined:
Aug 20, 2017

Mohamad Ashraful Islam
articles - 18 total

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

Recently I have encountered an issue with docker compose. I have separated the environment files and...

Learn More 0 2Jun 11 '23

Windows is not that bad for software development

Today it's not about virtualbox/vmware. It's a new Windows 10 feature. They called it WSL(Windows...

Learn More 9 13Jul 1 '22

FastAPI Streaming Response

What is a streaming response? Streaming Response basically stream the data. So, how this...

Learn More 29 1Jun 30 '22

Introduction to Scylla DB

Originally Posted on Ashraful's Blog What is Scylla DB? Scylla is a realtime...

Learn More 1 0Dec 22 '21

Python Unit Testing

Originally Posted on Ashraful's Blog What is Testing❓ Testing is basically checking the...

Learn More 5 0Jun 13 '21

Introduction to API Gateway

Originally posted on Ashraful's Blog 💡 What is an API Gateway❓ An API gateway is an API m...

Learn More 3 0Feb 7 '21

Horizontal vs Vertical Scaling

💡 Idea Behind the Scaling Suppose I have a business application and I want to access it fr...

Learn More 3 2Sep 22 '20

Django GenericForeignKey with GenericRelation

Introduction I hope it's no offense that, Django is a powerful tool for the web. Today I'l...

Learn More 17 0Jun 11 '20

Python __future__ module

Originally posted on Ashraful's Blog ❓ What is future module btw? future is python bu...

Learn More 6 0May 18 '20

Do you use python virtualenv inside Docker at production?

Asking a question about docker and python. It actually what people do in the production environment.

Learn More 14 15Jan 15 '20

Docker for Local Development

This will teach you how to containerize your application/services and setup a development environment.

Learn More 171 6Jan 12 '20

Introduction to Docker

A beginner friendly docker introduction

Learn More 22 2Oct 21 '19

A dev.to client pwa application with vuejs

This is very basic dev.to API based client pwa application written in vuejs

Learn More 29 6Oct 15 '19

Plug and Play GraphQL with Django

Github (pnp-graphql) v0.0.1-beta A library for making GraphQL API with Python/Django. Thi...

Learn More 20 3Jul 23 '19

Introduction to GraphQL

A very basic and complete intro for beginners with props and cons.

Learn More 199 16Jul 8 '19

Control asynchronous code in JavaScript

Synchronous programming in JavaScript

Learn More 10 4Mar 22 '19

Call super method in Vue Component

Calling super method from Vue Component to Parent Component's method or mixin's method. It really doesn't matter

Learn More 7 7Mar 8 '19

How to use fast-drf and API faster

A lightweight library for making API development faster

Learn More 10 0Mar 8 '19