26 followers
Hello! I'm Yuvraj. I'm a Computer Science Student. I love to learn, create, and explore new things. I write about all things CS.
Subscribe to my newsletter and never miss my upcoming articles
C++ is not just C with classes, it is a very powerful language that comes with many features that are provided by languages like Python and JavaScript. In this article, I have shown a few features that you may know from Python or JavaScript that you ...
Idea For the Hashnode Christmas Hackathon, I decided to build a Twitter bot that does two things - Retweet every tweet with the following keyword in itself - Hashnode HashnodeCommunity HashnodeBot Reply with the requested article when mentioned in...
We use the internet on a daily basis. Our phones, laptops, computers, all connected to the internet. But how the internet works? In this blog, we are going to find the answers to these questions - What is the internet? What is a network? What are I...
Meet Kevin, 🙋♂️ Kevin is learning Python. One day he was given a problem to solve as follows: Design a function that appends '#' to a list provided as an argument and then prints it. If no argument is provided then the function should use an empty...
If you are a C++ programmer, then you must have used predefined header files like <iostream>, <string>, <cmath> etc. In this article, I have shown how to create your own header files in the right way. This article is divided into two sections - Cre...
Introduction How do you run a computer program? You may double click the icon. Or You may run it through a terminal if you happened to be a programmer. In both cases the Operating System launches the program after performing some operations and h...