SpaciousCoder78's Lander

SpaciousCoder78's Lander

Welcome to my blog. Subscribe and get my latest blog post in your inbox.

Github Stats

Loading the data just for you.

Blog

image

Dynamic Memory Allocation in C

Published Mar 11, 20243 min read
C is a very old language, with its existence dating back to 1970s. It has been the most influential language in the world with pretty much everything around us. Our Operating systems, routers and...
Read more →
image

HolyC: An Insane Hobby Project from an Insane Programmer

Published Dec 29, 20234 min read
We've seen a lot of hobby programming languages coming out in the recent times. Many programmers decided to use their programming skills to develop their own compilers, languages and even...
Read more →
image

Mozilla Firefox: The Last Light of the Internet

Published Dec 3, 20233 min read
We take the internet for granted. Earlier days, we buy internet browsers. They costed money back then and back then, internet was a privilege to most people.Nowadays, everything is either free or cheap. The browsers became free to use and some of them even became...
Read more →
image

Vim: The Secret Tool For Mastering Programming

Published Nov 3, 20233 min read
If you have been programming for a while and actually do real programming besides web development, you must have heard about Vim. If not, go ahead and learn about it because it's a very handy tool that you might...
Read more →
image

How To Make The Console Beep in C# With A Timer

Published Jul 12, 20234 min read
C# is an object-oriented programming language developed by Microsoft. It is very similar to Java and is a part of the .NET framework which consists of various languages like F#, VB .NET etc. C# has some cool features, one of them being...
Read more →
image

Garbage Collection In C++

Published May 14, 20233 min read
C++ is a very popular general-purpose programming language that's generally used in high-performance applications, operating systems, embedded systems and many more low-level areas. It's a very fast language, it's well known for its performance and reliability but its also well known...
Read more →