© 2023 Hashnode
#beginner
"Stop thinking, Start doing!" is a powerful phrase encapsulating the importance of taking action to achieve our goals. It reminds us that while thinking and planning are essential, they are ultimately…
YAML (Yet Another Markup Language) is a human-readable data serialization format used for storing and exchanging data. It is often used for configuration files, data exchange between languages and web…
Definition:- A function is simply a block of code designed to perform a specific task. We can call a function to print multiple things at once, calculate different numbers without having to repeat the operations again and again for each num…
Introduction: Managing a group project as a beginner can be a challenging task. With many different people coming together with their own ideas and ways of working, it can be tough to get everyone on …
What Is Open Source? Open source is essentially software that is open to the public. I like to say it's like software democracy. Software for the people, built by the people, and then there are the le…
Haskell is a statically-typed, purely functional programming language. It was first released in 1990 and has since become a popular choice for tasks such as data analysis, web development, and more. O…
As in the programming world, we start anything new with "Hello world!", I will be starting my blogging journey with this Blog. About me I am a 2nd Year Undergrad studying Information Science and engin…
YAML short for "YAML Ain't Markup Language" is a human-readable data serialization format. It's often used for configuration files, data exchange between applications, and storing data in a structure …
The COALESCE function in MySQL is used to return the first non-NULL value in a list of expressions. If all expressions are NULL, the function returns NULL. This function is useful for handling missing…
It’s not easy to be new. Especially if you’re a little bit older. I’ve started to learn coding at the ripe age of 37. It’s hard to swallow your pride and ask for advice and to admit that you don’t kno…