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

Using WebGPU to Accelerate ML Workloads in the Browser

Using WebGPU to accelerate ML workloads in the browser

Dev

Dive into the mechanics of WebGPU, understand its implications for GPU computing, and unlock the potential of running ML models directly within web apps.

Muhammed Ali
Dec 27, 2023 ⋅ 4 min read
Understanding FlatMap Other TypeScript Arrays

Understanding flatMap() and other TypeScript arrays

Dev

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

Dev

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

Dev

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

Dev

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