shlogg · Early preview
Gunjan Mishra @_gunjanmishra

Open To Work 👨🏼‍💻 ( MERN ) | SIH'23 WINNER🏆| Contributor @GSSOC '23 | Joint Secretary @ IEEE MAIT EXECOM | Full Stack Web Developer 🧑‍💻 | Exploring ML | BTech CSE'26

Mastering Vim: A Comprehensive Guide For Developers

Mastering Vim in 10 steps: Learn `Esc`, `i`, `:w` & `:q`. Navigate with `h`, `j`, `k`, `l`. Delete with `x`, copy with `yy`. Search with `/text` & replace with `%s/old/new/g`. Customize your `.vimrc` for a smoother ride.

Git Essentials For Developers: Version Control Made Easy

Just finished a project? Don't forget to save old versions! Use Git to track changes & collaborate with others. GitHub is an online platform for storing & sharing code, making development seamless & accessible from anywhere.