Developer Tools Why I Prefer WebStorm Over Visual Studio Code for Web Development Both are excellent tools, but I’ve come to prefer WebStorm vs. Visual Studio Code for web development. Read on to find out why.
Developer Tools Create Custom Keyboard Shortcuts for VSCode Extensions Creating custom keyboard shortcuts for VSCode extensions is a simple yet powerful way to enhance your productivity.
Development Practices Set Up Your VS Code-Godot Environment Recently, I integrated VS Code and Godot for a game jam. If you want to get Godot and VS Code talking, read this.
Ruby on Rails Set Up a Rails Development Environment with Docker + VS Code Dev Containers I will walk through the steps my team followed to set up a pretty nice Rails development environment using Docker and VS Code Dev Containers.
Personal Optimization Boost Productivity: Handy VS Code Keyboard Shortcuts for Developers In our daily grind, developers get bogged down by repetitive non-coding tasks. Fear not: keyboard shortcuts for VS Code are here to rescue us.
Developer Tools Thunder Client: A Great Alternative to Postman Here are a few reasons to give Thunder Client a shot next time you need to set up a new collection of API requests for testing.
Project & Team Management How to Save Brainpower on a Multi-Repo Project in VS Code Here, you'll learn how to customize VS Code colors for different workspaces. But, first, let's start with the why.
Developer Tools Bracketeer: A VS Code Extension You Didn’t Know You Needed Bracketeer is a VS Code extension that allows you to manipulate quotes and brackets with simple keystrokes.
Developer Tools Level Up Your VS Code Game with These Tips Visual Studio Code is a powerful editor with a lot of fantastic features. Learn to take advantage of everything VS Code has to offer!
Development Practices Why You Should Share VS Code Workspace Settings with Your Team Visual Studio Code allows distinct user and workspace settings while still adhering to the workspace settings of your team's project all within one project.
Developer Tools How to Create UML Database Diagrams in Visual Studio Code In VS Code, I used plantUML to describe a database schema. I defined the schema in text, and then the tool generated database diagrams.
Extracurricular Activities How to Run OpenVSCode Server via LinuxServer.io’s Docker Image OpenVSCode Server is a great tool for editing files on a remote host. Learn how to run OpenVSCode Server via LinuxServer.io's image.