Shoubhit Dash

Shoubhit Dash @nexxeln

About: Hi, I'm Shoubhit. I'm a 17 y/o self-taught developer and I like to build cool stuff.

Joined:
Mar 11, 2022

Shoubhit Dash
articles - 15 total

Why I Switched From Neovim to VSCode

I recently switched back to VSCode from Neovim as my primary code editor. You may think this is weird...

Learn More 59 13Jun 24 '23

Everything I Installed on My New Mac

I recently got a new Mac and had to install a lot of apps and tools to get it set up. I decided to...

Learn More 6 0Jun 3 '23

Rust: Not Just Zoom Zoom Fast

When it comes to Rust, the first thing that usually comes to mind is its impressive performance. And...

Learn More 29 4Feb 25 '23

Implementing the Pipe Operator in TypeScript

What is the pipe operator? The pipe operator is used to chain function calls together in...

Learn More 26 4Jan 21 '23

Expressive Code with Pattern Matching

Have you ever found yourself writing long, cumbersome if-else chains in your code, just to handle a...

Learn More 9 2Dec 29 '22

Typesafe Database Queries on the Edge

What is the Edge? Edge computing is the new hottest thing in the web dev ecosystem, and...

Learn More 18 6Nov 12 '22

My developer workflow using WSL, tmux and Neovim

Hi! Today I'm gonna talk about my daily developer workflow and all the tools I use to set up a...

Learn More 335 46Aug 16 '22

Build a full stack app with create-t3-app

This blog post is outdated. I no longer have time to keep updating this post. Hey there! Today...

Learn More 137 20Aug 12 '22

t3 stack and my most popular open source project ever

create-t3-app recently reached 90 stars on GitHub and is my most popular open source project with a...

Learn More 38 0Jun 27 '22

How I made a really fast Link Shortener that runs on the edge

I recently made a link shortener called deoxys (named after a really fast Pokémon). It's really,...

Learn More 59 8Jun 1 '22

Build end-to-end typesafe APIs with tRPC

tRPC is a tool that provides type-safety between your front and back-ends, hence it makes it really...

Learn More 39 0May 21 '22

Make and deploy your own blog in under 30 mins

Yes you read that right. Under 30 minutes. Let's not waste time and get right into it. Tech...

Learn More 22 3Apr 13 '22

Create licenses for your projects right from the terminal! 🚀

I'm the type of person who is constantly working on open source projects. But whenever I create a new...

Learn More 15 0Mar 24 '22

I made a wordle clone! 🚀

Yes that's right, another wordle clone. You can play it here. nexdle is a wordle clone made with...

Learn More 25 6Mar 20 '22

Implementing Conway's Game of Life in Go⚡

I recently started learning Go and I absolutely love it. I think implementing Conway's Game of Life...

Learn More 12 0Mar 17 '22