Comparing IDEs – Part 5 -Zed: The Promising Newcomer
A Fresh Approach to Code Editing The final IDE I want to explore is Zed—an exciting new open-source editor developed...
Comparing IDEs – Part 4 -WebStorm: Polish, Power, and Limitations
A Premium IDE Experience WebStorm represents the premium end of the IDE spectrum—a polished, feature-rich environment specifically designed for web...
Comparing IDEs – Part 3 – The Allure of Vim Keybindings in VS Code
After discussing Neovim as a standalone editor, let’s examine another approach: using Vim-style editing within VS Code through extensions. For...
Comparing IDEs – Part 2 – Modal Editing with NeoVim
Introduction to Modal Editing At the opposite end of the spectrum from our previous topic is Neovim, a text editor...
Comparing IDEs – Part 1 – VSCode leads the pack
In this five-part series, I’ll compare popular Integrated Development Environments (IDEs) for software development: Each offers unique advantages for different...
Unit testing in Svelte
We are going to set up unit testing in Svelte using Testing Library and Jest. The working version of the...
Programming: Inheritance vs Mixin vs Extension
Here are three concepts related to extending the functionality of classes. They are all compile-time concepts, i.e. they have to...
Load Testing with JMeter – Tips and Tricks
Increasing the heap size By default, JMeter uses 1 GB of heap memory. This may not be enough and you...
JMeter: Use multiple user logins for load testing
Thread Group simulates a number of virtual users putting the load on the server. Often one of the initial requests...