Hello everyone! Now-a-days I am writing code in several different languages : Rust, C , JavaScript,...
Hello everyone! For about a year now, I have been doing some open source contributions to a great...
Hello Everyone! Today I have a question for you -> C I like C. I'd go even as far as...
Remember the post I wrote about 2 months ago ? Asking why you don't write much hardware? In it I said...
Let's face it, if you are writing any program, in any language : you need hardware to run it. If you...
Hello! I made a Rust proc-macro which will compile and parse your enums and structs to and from a...
Hello! Sometime ago, after coding for a bit too much time, I thought of learning a new human...
Hello! I recently updated my Ubuntu Gnome desktop to look somewhat like MacOs. (or at least what I...
Helped by Palka , Parth, and Yatharth. Header image created by Saloni. Git illustration in text...
Hello! I recently oxidized my terminal setup, by converting all of my terminal programs to rust based...
Hello, I want to create a new component package for react, which I might publish on npm later. I...
Hey! The short version is : We made a network simulator, where you can setup a network structure,...
Hey! After searching for a shell command on the net to quickly do something, you probably make a prop...
Hey Guys! Quite some time ago, I had made a very very simple particle simulator in C++ and OpenGL. I...
Hello! I am giving a talk at my college to introduce Rust to some people. Most of them have not used...
In this article, we will take a look at how to create a combined library-binary project in Rust. In...
Do you prefer to learn using books when you are learning something new , or prefer blog/written tutor...
Hello! This is the sixth post in the series. In case you have not read the previous post in this seri...
Short Version We made an Intel 8086 Emulator in Rust. The commandline version is at : ht...
How do you make yourself take breaks and pace yourself when you are working on a project you are real...
Recently I saw a video from DistroTube on YouTube, about the starship shell prompt and it seemed very...
Recently I came across the Aggregation facility of MongoDB for the first time, and it was a bit hard...
What is LaTex LaTex is a typesetting program, which has some predefined rules for setting...
Disclaimer : When I say 'I searched' or 'I found' or anything like that, I accept that I might not be...
Hello! This is the fifth post in the series. In case you have not read the previous post in this seri...
Hello! This is the fourth post in the series. In case you have not read the previous post in this ser...
This was my first Hacktoberfest (Along with first open source contributions), and the overall experie...
Which platform do you use for deploying your projects? Production Grade or development , large scale...
Hello! This is the third post in the series. In case you have not read the previous post in this seri...
Recently I came across lalrpop, a lexer-parser-generator in Rust. I had previously used flex-bison pa...