Profile avatar
neutrondev.bsky.social
Software Engineer. https://www.youtube.com/@NeutronDev
16 posts 2 followers 3 following
Regular Contributor

Discover how to play games directly inside VS Code 🎮 www.youtube.com/watch?v=KZLz... #vscode #arcadegames

Learn how to detach tabs into their own windows, customize your layout, and use a few handy commands to manage windows more efficiently. www.youtube.com/watch?v=vUmm... #vscode

Neutron Dev just passed 1 million views on YouTube 💜 It's still a small side project, just me sharing dev tutorials in my spare time. But seeing the videos reach and help so many people means a lot. Thank you to everyone who's watched, shared, or left constructive feedback. Appreciate you all!

Learn more about VS Code’s Simple Dialog – a cleaner and faster alternative to your system’s file dialog. neutrondev.com/vs-code-simp... #vscode

Discover why Yarn no longer creates the node_modules directory and how the new approach boosts performance. Learn how to switch back if needed. #yarn

Learn how to install and set up a custom font in VS Code with this step-by-step tutorial.

Find out why static methods can cause problems, when you shouldn’t use them, but also the few cases where they actually make sense.

Learn the difference between `exists` and `exists()` in Laravel.

Explore a new VS Code feature that lets you overwrite text directly in the editor as you type, instead of inserting it.

Explore the search history persistence feature in VS Code.

Have a look at how to integrate Git Bash as the default integrated terminal in Visual Studio Code.

fn main() { println!("Hello, World!"); }