Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
Rediscovering ExpressJS Applications
In this series, I'll show different ways of refactoring your expressJS application
Express Middlewares and Higher Order Functions, part 2
Warning! We're going to see some Functional Programming concepts like pure functions, side effects etc. and obviously higher order functions. Recap In the last post, we saw how we can create a middleware wrapper that can wrap any function and make i...
More from this blog
Organizing your react components
I'm not sure how much this matters in the era where generative AI writes code for you. However, still I embark upon this journey hoping this will help someone write better react code. Why you should organize your react components React itselft is uno...
Green Code: Reducing your websites' carbon footprint
Quantifying and reducing your web application's carbon emissions

2022 Guide to deploy nextJS containers on Fargate with CDK
Ultimate CDK deployment guide for Fargate. It works for any nodeJS Container too.

Why ionic isn't the right choice anymore
WARNING: Highly opinionated views against ionic and angular, opinions are mostly out of personal experience
Beta releasing new features on your react application
Easy releasing beta versions of new features with your create-react-app based single page application just by changing the deployment directory