Archive
This blog has a pagination of 10 posts per page.
-
How to write short javascript code?
I know some of you have never used short syntax JavaScript statements for example if/else vs. ternary statement.
-
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.