Building a Client-Side NPM Visualizer: No Servers, Just Vanilla JS and CSS
When we set out to build the NPM Dependency Visualizer, we had one hard rule: No Backend. We deal with […]
When we set out to build the NPM Dependency Visualizer, we had one hard rule: No Backend. We deal with […]
NPM Dependency Visualizer I hit a roadblock when i see my package json file. We have all been there. You
The Junior Dev Checklist: 5 Things to Fix Before Submitting Your PR The most nerve-wracking moment for a Junior Developer
Refactoring Spaghetti Code: How Bad Formatting Hides Bugs “Spaghetti Code.” I was working on one of the project where the
Stop Waiting for IntelliJ: The Case for Lightweight, Browser-Based Java Tools We need to talk about “IDE Fatigue.” and how
I was working on one of the legacy project where i found lot of “garbage” things. You might be wondering
Tabs vs. Spaces: Enforcing a Java Code Style Guide Without the Headache I must tell you, It is the oldest
If you work on a legacy Java application (anything older than 3–4 years), you have definitely seen The Mystery Method.
If you are a JavaScript developer, this error haunts your dreams: Uncaught TypeError: Cannot read properties of undefined (reading ‘id’)
Learning how to convert nested JSON to Java is a rite of passage for backend developers. We have all been