Seekh Code Logo
BlogGithubYoutubeProjectsGet in touch
Seekh Code Logo
BlogGithubYoutubeProjectsGet in touch
Author Avatar Shivang Rathore

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.

Turborepo Next Js Express TypeScript

Author Avatar Dhruva Kushwaha

Customise Your Window Terminal

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

Windows Terminal

Author Avatar Shivang Rathore

Typescript Tips and Tricks

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

TypeScript

Author Avatar Shivang Rathore

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.

Next Js React Js TypeScript

Author Avatar Dhruva Kushwaha

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.

Python Beginner

Author Avatar Dhruva Kushwaha

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.


Author Avatar Shivang Rathore

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.

Game Development Godot

Author Avatar Shivang Rathore

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.


Author Avatar Shivang Rathore

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?

Javascript TypeScript React Js Next Js

Author Avatar Dhruva Kushwaha

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.


Author Avatar Dhruva Kushwaha

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.


Made by WiperR (Shivang Rathore) with ❤️