Posts
All the articles I've posted.
- asynchronous
- computerscience
- functional_programming
- javascript
- jotai
- microfrontend
- monorepo
- nextjs
- nodejs
- optimization
- react
- redux
- solidity
- ssr
- testing
- tutorial
- typescript
- webpack
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.
Function Composition in Javascript
Published:In this article we`ll deep dive into function composition, pipes, currying and partial applications with examples from real world.
Handling Logged-in User in React/Firebase App
Published:Best way to handle logged-in users in the Firebase/React app is to use custom hook and a context api built with Typescript.