In the world of data processing, JSON (JavaScript Object Notation) has become a ubiquitous format for data interchange. Whether you’re working with APIs, configuration files, or data storage, JSON is often the go-to format. However, manipulating JSON data can be cumbersome, especially when dealing with large datasets. This is where jq, a powerful command line […]

Read More →

SpotBugs is a program to find bugs in Java programs. It looks for instances of “bug patterns” — code instances that are likely to be errors. It uses static analysis to look for bugs in Java code. SpotBugs checks for more than 400 bug patterns. Bug descriptions can be found here. It is free software, […]

Read More →

InVision is the digital product design platform used to make the world’s best customer experiences. In simple terms it is a prototyping tool created for designers, by designers. It allows you to quickly and easily create interactive mockups for your designs. When ready, you can share these mockups with your team or clients. It makes […]

Read More →

Lighthouse is an open-source, automated tool for improving the quality of your web apps. Lighthouse analyzes web apps & sites, collecting modern performance metrics and insights on best practices. Lighthouse can be run as a Chrome Extension, from the command line, or used programmatically as a Node module. You give Lighthouse a URL that you […]

Read More →