Ahmad Rosid Software Developer based in Indonesia. Loves solving problems with technology and sharing it with the world.

Stories by Ahmad Rosid

Migrate Webpack Rspack

Why you should migrate to Rspack from webpack

Dev

We explore Rspack, compare its performance to webpack, and demonstrate how to migrate from webpack to Rspack.

Ahmad Rosid
Oct 23, 2023 ⋅ 10 min read
Comparing Elixir With Rust And Go

Comparing Elixir with Rust and Go

Dev

Compare the three programming languages Elixir, Rust, and Go across criteria such as memory usage and time in concurrency projects.

Ahmad Rosid
Jul 25, 2023 ⋅ 12 min read
Using Cloudflare Workers Remix Superflare

Using Cloudflare Workers with Remix and Superflare

Dev

We build a link shortener app with authentication and a database to show the benefits of using Cloudflare Workers with Remix and Superflare.

Ahmad Rosid
Jun 7, 2023 ⋅ 10 min read
Rust and React Logos

Build a real-time chat app with Rust and React

Dev

Learn to build a real-time chat app that’s fast and reliable, using Rust and React. WebSockets enables the client-server communication.

Ahmad Rosid
Apr 26, 2023 ⋅ 25 min read
Set Up Rate Limiting Next.js

Set up rate limiting in Next.js with Redis

Dev

Learn how to set up, test, and deploy a rate limiter in a Next.js app using a Redis client. Manage the number of requests to your server.

Ahmad Rosid
Mar 29, 2023 ⋅ 6 min read
Making Rust Async Data Types Memory Safe Pinning

Pinning Rust async data types for memory safety

Dev

We investigate different methods for implementing pinning with async data in Rust and look at how to safely access pinned data.

Ahmad Rosid
Feb 2, 2023 ⋅ 9 min read