Browsing category Tools

Recommended Development Tools


We at bluPixel studio are perpetually tinkering with new tools (new to us at least). Here are our recommendations for a few categories of tools. IDEs and code editors Visual Studio Code This is currently my (Steve) go-to code editor. The IntelliSense code completion is quite nice. The built-in Git support saves time at the

Browser Developer Tools


The browser dev tools are an indispensable part of the front-end web development workflow. They can be very useful for server-side web development as well. The tools provide, generally, a representation of the live DOM, a network monitor, a console (for viewing messages from the browser and entering commands), and various other utilities depending on