Vishal Shukla

Vishal Shukla @vishaaxl

About: I write about coding and other stuff

Location:
Lucknow, India
Joined:
Dec 29, 2024

Vishal Shukla
articles - 11 total

Intermediate Go Tutorial: Building Your Own Redis

This tutorial will guide you through building your own Redis-like in-memory cache system using Go. By...

Learn More 4 0Apr 1

Learn Python by Building a Lisp Interpreter

Introduction to Lisp Lisp, an acronym for list processing, is a functional programming...

Learn More 5 0Jan 22

Build an OTP-Based Authentication Server with Go: Part 4 - File Uploads and Graceful Shutdown

We will implement a route to upload files, simplify our workflow by defining commands using a...

Learn More 6 0Jan 17

Building a String Calculator with Test-Driven Development (TDD): A Step-by-Step Guide

We will implement a string calculator in Python using a test-driven development (TDD) approach. This...

Learn More 3 1Jan 15

Build an OTP-Based Authentication Server with Go: Part 3

In this part, we’ll implement the functionality to send OTPs to users using Twilio and introduce an...

Learn More 7 2Jan 10

Contemplating 2024, Planning 2025

2024 felt like a juggling act. I was learning Golang, Python, Docker, Kubernetes, networking,...

Learn More 15 0Jan 7

Build an OTP-Based Authentication Server with Go: Part 2

In this part, we will focus on the application's core functionality, such as sending and verifying...

Learn More 6 3Jan 6

Build an OTP-Based Authentication Server with Go: Part 1

Getting Started Begin by creating a new folder for your project and initialize a Go module...

Learn More 16 1Jan 4

Beginner Python Project: Build an Augmented Reality Drawing App Using OpenCV and Mediapipe

In this Python project, we'll create a simple AR drawing app. Using your webcam and hand gestures,...

Learn More 3 0Dec 31 '24

First blog!

Beginner Go Project - Create a Task Runner in Go Vishal...

Learn More 0 0Dec 29 '24

Beginner Go Project: Create a Task Runner in Go

What we are going to build We'll be making a tool like make which we can use run tasks...

Learn More 0 0Dec 29 '24