@sunnyyasser5625

Currently working as a compiler engineer, it's fascinating to see how the source code structure is similar for all modern compilers

@drxddy

tip: use make -j8 for make to use 8 threads to fasten the compilation, or more if your computer has more threads.

@OneBit01

I did the same thing when in my current I was given a task to teraform script. I just copy pasted the existing one, made the required changes then ctr+shift+f, DFS πŸ˜…

@mr.emditor

Hello sir,
I watched your python contribution playlist and I want to really appreciate your efforts, all the Dev's out there are only teaching how to contribute to the react, js, ts projects which mainly does CRUD or some management, you are truly delivering the valuable content 

My request to you is I want to add a feature in python but it is related to syntax like using some Operator,
Can you make a video playing around the parser or something that adds syntax 
Like how does
 a = "hello" 
Creates an object of type string and can you try changing the syntax of this to 
a = ^hello^ 
Just for fun
It may seem unnecessary to you like why would you wanna change the syntax, but trust me sir it will teach us how python parses the code and how we can create our own syntax or add our own data type

Please sir, 
I know I am asking a bit too late as this playlist is 1 year old, but it will be truly helpful for Dev's like me, there's no other YouTuber delivering this type of knowledge on this platform.

I hope you will make a video on this shortly

@rajshah458

Great Video!
You often mention thinking by first principles. Could you please make a video/twitter thread on how you developed this way of thinking over the years?

@DarshilParmar

This is very well made, thanks for sharing it!

I was thinking about contributing to Airflow project to learn open source and show my audience same (high effort content :D)

Thanks for sharing approach, will definitely use this.

@shashankhegde8365

This is really an amazing video. Getting addicted to your contentπŸ˜‚

@thelunaticgamer3722

bhaiya which vs code theme you are using

@hemalpatil2152

Great video. You have a nice "hacker" mentality.

@pritamkumar6454

Hi arpit ,
I work at startup didn't joined any college,  i am self taught programmer , now also want to learn stuffs like complier, operating systems, can i learn it from resources available online or do i need to join college for this.
Please bhaiya guide me.

@omjogani

love this sort of videos!

@switchitup8893

Great πŸ‘ 
Definitely inspiring to try new things

@plabmadeeasy

Love it!πŸŽ‰

@thefireagen

Amazing video! 
Can you please explain aspects of how cpython differs from the python programming language. 

Thanks

@sirjanpreetsinghbanga2362

living through the uncertainty is the beauty of engineering

@sinchansaha3803

Thank you sir for these contents. And is there anybody who can help me with the theme he is using in VS Code here. Looks Catchy.

@rhythmsharma4740

Yo amazing

@ritambanerjee3668

Can you make a video on how some compilers are built using the same language? Like C compiler was written in C. It has always confused me tbh.