AUAhmad Usmaninusmahm.hashnode.dev·Jun 29, 2024 · 1 min readBeginning of another (3rd) 8 Weeks Long Journey at HNG InternshipsA few weeks ago, I wanted to put my backend skills to the test again. I decided to begin one of my project ideas, a home automation system. On starting, I discovered I don’t even remember the backend projects folder structure again and I had forgotte...00
AUAhmad Usmaninusmahm.hashnode.dev·Aug 16, 2021 · 2 min readBeginning of an 8 Weeks Long Journey at HNG InternshipsEarlier this month, I saw on Twitter that the application is now open for another cohort of HNG (You can read more about it at https://zuri.team) internship organized by Hotels.ng, I was skeptical at first because I didn't know how I'd cope with tha...00
AUAhmad Usmaninusmahm.hashnode.dev·Nov 14, 2020 · 2 min readIs Javascript the only option to toggle modals?That's the question that has always been on my mind untill I stumbled upon a tutorial explaining another method of achieving this using pure CSS. It is made possible in pure CSS using the :target pseudo-selector. The pseudo selector is available on a...01K
AUAhmad Usmaninusmahm.hashnode.dev·Nov 3, 2020 · 1 min readWhat's the difference between Pure and Impure functions?Impure functions: They may change the passed in arguments and their return value doesn't solely depend on the arguments i.e functions that return values that depends on random calls. This they may generate different return value on different function...01H