YJDoc2

YJDoc2 @yjdoc2

About: A student interested in OS, Compilers and general theory of relativity

Joined:
Sep 14, 2020

YJDoc2
articles - 36 total

Two Rust features that I miss in Other languages

Hello everyone! Now-a-days I am writing code in several different languages : Rust, C , JavaScript,...

Learn More 8 16Apr 13 '23

Announcing Youki 0.0.4 🎉🎉🎉

Hello everyone! For about a year now, I have been doing some open source contributions to a great...

Learn More 2 2Dec 14 '22

What is stopping you from learning C?

Hello Everyone! Today I have a question for you -> C I like C. I'd go even as far as...

Learn More 6 0Dec 2 '22

Introducing PCB-rs : Making it easier to write hardware

Remember the post I wrote about 2 months ago ? Asking why you don't write much hardware? In it I said...

Learn More 9 1Apr 8 '22

What is keeping you from dabbling in writing Hardware ?

Let's face it, if you are writing any program, in any language : you need hardware to run it. If you...

Learn More 2 2Feb 19 '22

A Rust macro which will derive Bytecode for you

Hello! I made a Rust proc-macro which will compile and parse your enums and structs to and from a...

Learn More 5 0Jan 4 '22

How many (Human) Languages you know?

Hello! Sometime ago, after coding for a bit too much time, I thought of learning a new human...

Learn More 1 0Nov 25 '21

I Used KDE Plasma to Make Ubuntu Look (Somewhat) like MacOS

Hello! I recently updated my Ubuntu Gnome desktop to look somewhat like MacOs. (or at least what I...

Learn More 6 0Oct 28 '21

How to squash commits in a PR

Helped by Palka , Parth, and Yatharth. Header image created by Saloni. Git illustration in text...

Learn More 21 2Aug 27 '21

Completely Oxidizing My Terminal Setup

Hello! I recently oxidized my terminal setup, by converting all of my terminal programs to rust based...

Learn More 25 6Jul 22 '21

How to create a new react npm package?

Hello, I want to create a new component package for react, which I might publish on npm later. I...

Learn More 2 4Jul 12 '21

Computer Networks, Made interactive

Hey! The short version is : We made a network simulator, where you can setup a network structure,...

Learn More 9 0Jul 1 '21

Shnippet : minimal shell snippet manager made in Rust

Hey! After searching for a shell command on the net to quickly do something, you probably make a prop...

Learn More 5 0Jun 4 '21

A Simple Particle Simulator in C++ and OpenGL

Hey Guys! Quite some time ago, I had made a very very simple particle simulator in C++ and OpenGL. I...

Learn More 10 0Mar 19 '21

What are some things you wish you had known when you started learning Rust?

Hello! I am giving a talk at my college to introduce Rust to some people. Most of them have not used...

Learn More 2 3Feb 24 '21

Make a Combined Library and Binary Project in Rust

In this article, we will take a look at how to create a combined library-binary project in Rust. In...

Learn More 26 5Feb 10 '21

What is your preferred medium of learning : Books, Blogs or Videos?

Do you prefer to learn using books when you are learning something new , or prefer blog/written tutor...

Learn More 2 5Jan 17 '21

Under the Hood : The Main Function

Hello! This is the sixth post in the series. In case you have not read the previous post in this seri...

Learn More 5 1Jan 9 '21

We Made 8086 Emulator In Rust and Integrated it with React using WASM

Short Version We made an Intel 8086 Emulator in Rust. The commandline version is at : ht...

Learn More 29 3Jan 1 '21

How do you pace yourself when working on an interesting project?

How do you make yourself take breaks and pace yourself when you are working on a project you are real...

Learn More 5 1Dec 26 '20

What is your Emulator,Shell and Prompt setup?

Recently I saw a video from DistroTube on YouTube, about the starship shell prompt and it seemed very...

Learn More 1 3Dec 18 '20

What is Aggregation in MongoDB

Recently I came across the Aggregation facility of MongoDB for the first time, and it was a bit hard...

Learn More 15 0Dec 10 '20

Setting Up LaTex

What is LaTex LaTex is a typesetting program, which has some predefined rules for setting...

Learn More 1 0Dec 3 '20

Why there seem to be less opportunities in Rust (right now) ?

Disclaimer : When I say 'I searched' or 'I found' or anything like that, I accept that I might not be...

Learn More 6 12Nov 24 '20

Under The Hood : Assigning Values to Global Pointers

Hello! This is the fifth post in the series. In case you have not read the previous post in this seri...

Learn More 7 0Nov 20 '20

Under The Hood : Assigning Values to Global Variables

Hello! This is the fourth post in the series. In case you have not read the previous post in this ser...

Learn More 6 0Nov 13 '20

My (Bittersweet) Experience Of Hacktoberfest 2020

This was my first Hacktoberfest (Along with first open source contributions), and the overall experie...

Learn More 1 0Nov 5 '20

Which cloud platform do you use for deploying your projects?

Which platform do you use for deploying your projects? Production Grade or development , large scale...

Learn More 1 0Oct 29 '20

Under The Hood : Unassigned Global Variables

Hello! This is the third post in the series. In case you have not read the previous post in this seri...

Learn More 10 0Oct 21 '20

Making a Simple Calculator in Rust

Recently I came across lalrpop, a lexer-parser-generator in Rust. I had previously used flex-bison pa...

Learn More 20 1Oct 14 '20