8.3K
Followers
30
Posts
For dev bloggers
Start publishing articles on your own domain with Hashnode and tag them with #explain-like-i-am-five. Learn more
📢 Hashnode + Vercel
15 Jan - Feb 7 (3 Weeks)
Agile software development means different things to different people. In this post, we will define what agile software development is with a simple a…
geshan.hashnode.dev
A lot people interested in software engineering see a free YouTube videos and books written on software engineering and think it'll be easy to pick a …
olabayobalogun.hashnode.dev
GITRATE is a modern LIKE/DIS-like feedback mechanism service for github readme repos! Staring REPO became too old , let welcomes our happy/unhappy fee…
blog.anicode.in
Destructuring Lets try Object destructuring. Lets dive right in. /* old-assignment.js */ /* Assume you have a object like this */ let user = { f…
seed.hashnode.dev
Callbacks A callback function is a function(F1) passed into another function(F2) as an argument, which is then invoked inside the function(F2) to comp…
Explaining complex concepts and technologies in a very simple words