Subscribe to my newsletter and never miss my upcoming articles
This blog post is about building a quick web crawler using Node.js and is aimed at people new to Node. This post was written by Vijay Kumar. Web Crawlers In the programming world, a web crawler is a program that crawls the World Wide Web and creates...
This post was written by Salaikumar. Hello There! So, we at GeekyMinds were discussing on what to learn next along with you. We just had a look at our past and understood how far we have come. We started from our childhood and thought of all the way...
This post was written by Salaikumar. So, it was yet another sleepless night. It’s quite common to sleep late nights when you’re a bachelor. You will have the freedom to do things at your own pace and place. However, life changes after marriage and y...
This post was written by Salaikumar. “Life is so static nowadays!”, says an old man combing his beard. Yes, when you get old, life would be static. because you’re no longer solving any problems. But not for Harland Sanders, who’s more widely known...
This post was written by Salaikumar. Principles. Software Engineering principles. Anyone remember the syllabus/topics the paper covered in our Engineering? I wish I could. Less did I know that I would need those principles as I grew in my career. A...
Following up from my previous post, where I attempted Solving Project Euler Problem 13 – Large Sum, I took up Problem 42 – Coded Triangle Numbers While the original problem is a bit more complex, Hackerrank had broken it down a bit more simpler. Note...