{S}

Blog

This is where I share my writings on programming, tutorials, and my experiences.


24 Feb, 2025 6 min read

Turborepo for NextJs and Express with Typescript

In this blog we will talk about how to setup a turborepo (monorepo) with nextjs as frontend and express js as the backend. This guide can we followed for any frameworks by just tweaking few steps.

23 Jan, 2025 4 min read

Customise Your Window Terminal

In this blog I will go about customizing your windows terminal to look cool, you can impress your friends.

22 Jan, 2025 3 min read

Typescript Tips and Tricks

Explore these TypeScript Utilities to ease your development journey and make your code more efficient.

07 Dec, 2024 4 min read

How To Add Typescript Types To Request Body in NextJS API Using Zod

In this article we will learn how we can implement request validation in nextjs api using zod.

24 Nov, 2024 8 min read

Patterns problems in python

A collection of Python problems that help you learn to print star patterns with simple explanations. Perfect for improving your coding skills, from easy to challenging patterns.

23 Nov, 2024 6 min read

How to Improve your Laptop Performance

Learn simple steps to boost your laptop's speed and efficiency, like cleaning up files, removing unnecessary programs, and managing updates. These tips will help your laptop run faster and smoother for everyday tasks.

23 Nov, 2024 3 min read

3D Dice Animation in Godot

Lets create a 3d dice animation with the godot builtin physics. The aim for this tutorial is to introduce to the physics in godot, we use both static body and rigid body.

17 Nov, 2024 2 min read

Compile Aseprite in Windows

Aseprite is a open source pixel art creating/editing tool. You can compile it from source and use it for free.

27 Sep, 2024 4 min read

Server Actions Pattern

I used trpc and like how it provide a type safe interface and error handling. But can we achieve same thing with server actions?

26 Sep, 2024 3 min read

Recurrent Neural Networks

Recurrent neural networks, also known as RNNs, are a class of neural networks that allow previous outputs to be used as inputs while having hidden states.

25 Sep, 2024 5 min read

Bitwise Operators

A bitwise operator is a character that represents an action on data at the bit level, as opposed to bytes sor largett units of data.