Archive
This blog has a pagination of 10 posts per page.
-
I don't know JavaScript but ReactJS
Isn’t it weird to witness such a scenario where someone can code the ReactJS component but can't write Vanilla JavaScript?
-
CORS in NextJS
Setting up CORS is always a challenge for people who are not really from server-side application backgrounds.
-
GitHub Copilot - Future of Programming?
There were a couple of questions that came to my mind when I saw this first.
-
PiHole on Docker
My follow-up article to Up and running with RaspberryPi with Docker. Previously, I showed configuring docker and docker-compose on RaspberryPi.
-
Up and running with RaspberryPi with Docker
How to configure RaspberryPi with docker and docker-compose.
-
My React Stack for 2021
I will showcase what options are available in the market to start on a ReactJS based application.
-
Do we really need class components anymore?
ReactJS is a mature enough library that becomes the first choice for developers.
-
Aria is not my thing
I am reading a lot about accessibility guidelines and met/working with some people who are responsible to deliver accessible experiences
-
Node.js Login Service (express.js + passport)
I often see developers struggle or invest too much time to create authorization modules in their Node.js applications.
-
Express.js + EJS complete solution
People who have less time to invest and are familiar with the Handlebar template engine can quickly set up their website.