cd
/home
cd
/skills
cd
/projects
cd
/blogs
cd
/talks
$
cat blogs.txt
█
BLOGS
Solidity 101: A Starter Guide
Learn about solidity basics and start building smart contracts in solidity.
Building frameworky things with vanilla react (SSR, file-based routing and server-side data fetching)
Building Server side rendering, server side data fetching and file based routing like next.js from scratch in vanilla react.
Let's talk about react performance ⚛
Some of the tips and tricks to improve your react app performance.
Mono Respositories in JS/TS. What? Why? and How? (with Nx)
Sharing about monorepos and how to use them in your projects and thier pros and cons.
Understanding React's UI Rendering Process (understanding virtual dom in depth)
Sharing about how react works under the hood.
Dive into NestJS and Amplication: A Powerful Framework for Node.js and an easy way to build your services.
Undertanding nestjs framework and architecture. Also a open source low code tool called Amplification that lets us write nestjs services very easily.
Simplifying Google Authentication with MV3 and Firebase for Chrome Extensions (React/Typescript)
understanding how google auth works with chrome extensions running with firebase on manifest json version 3.
Why Golang
How and why is golang a better choice for building services these days.
How to write clean javascript Code
Some pratices that you should follow to write better javascript code. A guide to be a better javascript developer
How Javascript Works? ( Execution Context )
Understand the internals of javascript and how code is executed in javascript
Start/stop Upgrade/downgrade EC2 instances with lambda functions
How can you upgrade/downgrade you EC2 instances with a lambda function. A particular use case I have to face in one of my projects.
Javascript concept handbook for interviews
A resource for learning about javascript for interviews.
Optimizers in Neural Networks (very brief and on point)
Understanding and learning about different optimizers in neural networks
$ Terminal v2.0.24 █