Github Dev Tool

Github Dev Tool

I am little embarrassed writing this post. Why? Because I have been into the software development industry for four years and still I wasn't aware of this particular tool which most of the developers might already been aware of.

Yes I am talking about Github Dev.

Usually I read lots of code online in github repositories such as paritytech/substrate and many more instead of cloning each and every code locally which may consume lots of space in my machine, especially these substrate projects consumes lots of space in your system since these contains lots of Rust crates itself.

So, for reading I used to read directly on their repository by navigating each and every file and folders to and fro manually which maybe tiresome sometime. And recently only I got to know about Github Dev in which it provides a web-based editor is a lightweight editing experience that runs entirely in your browser. You can navigate files and source code repositories from GitHub, and make and commit code changes easily.

If any of the developers out there like me, I recommend you guys to start using the same to save your time and effort.

Cheers,

Immanuel John