Latest Dev Tweaks, Tips & How-To Articles
Graylog is an open source log management platform that will collect, store, and index your logs to provide centralized monitoring and alerting for your applications and infrastructure. While there are "enterprise" editions available for purchase, the free open source edition provides the core capabilities with no log ingestion limits.
Read MoreWhether you write code professionally or just as a hobby, static code analysis is an important tool for any developer to find bugs, security vulnerabilities, and opportunities to improve the quality of your code. The most popular tool is called Sonarqube which offers a free open-source community edition that can be installed locally and supports most of the popular languages. While it does not have...
Read MoreSoftware packages on Linux or Unix are typically distributed and installed from repositories using a special utility called a package manager. This utility simplifies the installation of a package and makes sure all the dependencies of the software are also met and installed. In addition, the package manager makes it easy to install updates or remove the software package. While macOS is a descendant...
Read More