Achal Tiwari

Achal Tiwari @achal_tiwari

About: Building with Go & Next.js | Obsessed with Linux, systems & clean backend architecture | I write to make sense of the mess

Location:
Kanpur
Joined:
Jun 7, 2024

Achal Tiwari
articles - 10 total

How One Bad Packet Can Take Down the Internet: Welcome to BGP

When you type “google.com” and hit enter, your computer doesn’t just talk to Google. It launches a...

Learn More 0 0Jun 14

Bloom Filters: The Smartest Lie Your System Can Tell

Ever wonder how Google avoids crawling the same page twice across billions of URLs? Or how your...

Learn More 0 0Jun 13

Understanding the Backend Behind LLMs(No Headaches Involved)

After reading this blog post, any fears you have about LLMs will be put to rest. All you need is a...

Learn More 8 3May 20

Building an Authentication System with MERN

Authentication is a crucial aspect of web development, especially when dealing with user data. If...

Learn More 1 0Aug 9 '24

JavaScript on the Server: Node.js

What is Node.js? Let's dive into Node.js! This article covers many concepts, so grab your...

Learn More 0 0Jul 28 '24

ShellCode 1.0

Shellcode Hey there! Today, we're diving into the fascinating and somewhat intimidating...

Learn More 1 0Jul 22 '24

How to Store User Passwords Securely

Storing passwords securely is crucial for maintaining user privacy and data integrity. So, how should...

Learn More 3 1Jul 22 '24

Redux : State Management Tool

Hello! Today, we are going to explore how to manage state in production-ready projects using Redux....

Learn More 1 0Jul 7 '24

Context API

What is Context API? The Context API is a React feature that allows you to share state...

Learn More 1 1Jul 4 '24

React 101

This article assumes familiarity with React coding, particularly in using states and other essential...

Learn More 1 0Jul 3 '24