mejaz

📚Books
📝Posts
⚡Repos
🚀Projects
📚Books
📝Posts
⚡Repos
🚀Projects
📝 Fresh Content

Blog Posts

Thoughts, tutorials, and insights about web development, programming, and technology. Sharing knowledge from my journey as a full-stack engineer.

7+
Articles
Weekly
Updates
Deep
Insights
How To Batch JavaScript API Requests For Better Performance
JavaScript
5 min read
March 15, 2025

How To Batch JavaScript API Requests For Better Performance

We will see how can we build a batch of requests and run them in parallel

Read Article
Article
Build A Minimal TCP Server In Go
Development
5 min read
March 6, 2025

Build A Minimal TCP Server In Go

In this article, we will build a small tcp server, and try to send and receive messages.

Read Article
Article
ED25519 Digital Signatures In Go
Development
5 min read
February 6, 2025

ED25519 Digital Signatures In Go

We will generate and verify cryptographic signatures with elliptic curve ED25519 in Golang.

Read Article
Article
Implementing Directory Listeners In Go
Development
5 min read
January 23, 2025

Implementing Directory Listeners In Go

Let us setup a directory that will continuously keep listening to incoming files and process them.

Read Article
Article
Cryptographic Signatures With Elliptic Curves - ED25519
Development
5 min read
February 17, 2024

Cryptographic Signatures With Elliptic Curves - ED25519

The ED25519 is a very famous elliptic curve used in cryptography. We will see how we can implement it in our code using JavaScript.

Read Article
Article
Upgrade Jenkins in Unix OS
Development
5 min read
June 17, 2022

Upgrade Jenkins in Unix OS

A step by step guide on how to upgrade Jenkins on Unix OS.

Read Article
Article
ReactJS - Pass Props To Dynamic Children
React
5 min read
May 3, 2022

ReactJS - Pass Props To Dynamic Children

Understand the challenge of passing props to dynamic children in ReactJS.

Read Article
Article