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
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.
Processing Massive Data Sets with Transducers in Javascript
Published:In this article we`ll deep dive into transducers to optimize big data sets. Learn how to optimize compositions using Ramda and Javascript.
SolidJS vs React I've Built the Same App On Both Libraries.
Published:In this article, we will compare SolidJS and React. Benchmark some metrics and assess the pros and cons of both libraries.