Demystifying Bash and Zsh on Mac
If you’re a mac-based developer like me, and you never quite understood the difference between Bash and Zsh, this article is for you.
If you’re a mac-based developer like me, and you never quite understood the difference between Bash and Zsh, this article is for you.
This article presents boilerplate code for API routes using Next.js App Router (docs), for a todo-list CRUD (Create, Read, Update, Delete) application.
Setting up a new laptop? Here is a walkthrough of the tools and software I use as a developer. This applies to both Windows and Mac.
This article covers all the study material and advice that helped me ace my Amazon Front-End Engineer I (FEE) interview (November 2022, remote onsite). This is relevant to both the 60min phone interview and final round on-site.
This guide walks you through configuring Visual Studio Code (VSCode) for a TypeScript project.
In this article, I detail the development process and system design behind Llama as a Service (LaaS), a website and public API that delivers random llama images. It explores the challenges and solutions involved in building a scalable and efficient system.
This article equips you with a streamlined approach to maintaining clean code through linting and pre-commit hooks in your Git repository. Here, we'll configure Husky, ESLint, Prettier, and lint-staged for automated code style enforcement and formatting.
ManyShiba, a Twitter bot that shares adorable Shiba Inu photos daily. A dive into the technologies that power it.
A brief walk-through of building a Node.js web crawler. I used this to navigate GitHub repositories and detect README typos, automating my open source contributions.
Everything I learned during the #100DaysOfCode challenge.