Developing an application is rarely a job for a single programming language. (more…)
Read more »
I wanted to create a ripple animation recently but I had a hard time finding an online explanation that fit my needs. That post didn’t exist so I decided to ... (more…)
Read more »
Accessing the device orientation using React hook, and rotating a CSS 3D cube afterwards... (more…)
Read more »
Constants in Go must be assigned before the program runs. All constants are computed and saved when the program compiles using go build. Constants can rely on... (more…)
Read more »
Whenever I review a code, I see people keep mixing for and forEach in their code. Either they are confused, or they can’t differentiate between for and forEach. As a thumbs rule, You should always use forEach except for a few scenarios. Here in this artic... (more…)
Read more »