Posts
All the articles I've posted.
- asynchronous
- computerscience
- distributed
- functional_programming
- go
- javascript
- jotai
- microfrontend
- monorepo
- network_programming
- nextjs
- nodejs
- optimization
- react
- redux
- solidity
- ssr
- testing
- tutorial
- typescript
- webpack
Tidying up getServerSideProps(Server-Side Rendering) with Higher Order Functions
Published:Using higher order functions to compose getServerSideProps to achieve cleaner and more organized code.
Build Your Own SSR/SSG From Scratch with Vite and React
Published:Build your own server side rendering with Vite, React and Typescript. SSG Included.
You can actually mutate imports in Javascript
Published:Do you know you can actually mutate an imported object in JS? Today, we will see how to mutate and avoid mutation for imported objects.
Up & Running with Jotai, Typescript and NextJS
Published:Simple, elegant state management with Jotai and type-safety with Typescript. Today we will learn how to use them together.
Monorepo with Turborepo
Published:Setting up monorepo with Turborepo to manage all your React, NextJS and Express projects.
Add Authentication in Seconds with ClerkJS
Published:Adding auth to NextJS has never been so easy thanks to Clerk
How does prevState in React work under the hood?
Published:We'll take a look at React to see how prevState works under the hood to access the latest state.
Event Propagation in React
Published:A deep dive into event propagation in React through examples.
Introduction to Micro Frontends with Module Federation, React and Typescript - Updated 2022
Published:In this article we will set up Micro Frontends with Module Federation, React and Typescript
The Mystical World of Solidity Intro to Smart Contracts
Published:Have you ever wondered how to interact with Ethereum through Smart Contracts? Solidity is here to help you with the help of Remix.