Muhammed Ali I am a software developer passionate about technical writing and open source contributions. My area of expertise is full-stack web development and DevOps.

Stories by Muhammed Ali

Understanding FlatMap Other TypeScript Arrays

Understanding flatMap() and other TypeScript arrays

We explore how the TypeScript flatmap() method can help to simplify code that involves mapping and flattening arrays.

Muhammed Ali
Jun 28, 2023 â‹… 7 min read
Nodejs Authentication

Understanding API key authentication in Node.js

By using API keys, the user doesn’t need to worry about multi-factor authentication with their username and password.

Muhammed Ali
Apr 12, 2023 â‹… 5 min read
Develop Charts Django ChartsJS

How to develop charts in your Django admin with Chart.js

By default, the Django admin interface provides only a list view of data, but, sometimes, it’s helpful to display data in a graphical format using a chart.

Muhammed Ali
Feb 27, 2023 â‹… 5 min read
Chat App React Django Channels

Building a chat application with React and Django Channels

When developing an application that requires the connection to be open all the time for a two-way connection, using an HTTP connection is inefficient.

Muhammed Ali
Sep 13, 2022 â‹… 6 min read