Geany 1.38 Lightweight Code Editor is Out, Removes GTK+2 Support October 11, 2021 Geany is a code editor which uses GTK+ toolkit. The new version, Geany 1.38, comes with increased speed when opening documents.
Python Has Become the Most Popular Language, According to TIOBE October 9, 2021 2 Comments According to a TIOBE statement in October 2021, Python is now the most popular programming language in the world.
Qt Creator 5.0 Released with Experimental Docker Support August 27, 2021 QT Creator 5.0 heralds the switch to Semantic Versioning (SemVer) announced as part of the roadmap for 2021.
Git 2.33 Released with New Optional Merge Strategy Named ‘merge-ort’ August 19, 2021 Git 2.33 improves things for avid scripters and puts new merge backend which is over 9,000 times faster.
SQLite DB Browser, How to Install and Use it on Linux May 27, 2022 This article will show you how to install and use SQLite DB Browser to load a database file, browse the data, and run SQL queries.
Google is Trying Hard to Use Rust Code in the Linux Kernel June 22, 2021 1 Comment Google is funding a project to improve the Linux security by writing the kernel part of the OS in the Rust programming language.
Ho to Run Nginx in a Docker Container: A Step by Step Guide April 2, 2022 1 Comment In this tutorial, you'll learn how to run Nginx as a Docker container and expose it to your local network.
OpenJDK 11 Microsoft Build Goes General Availability June 18, 2021 Microsoft made its implementation of OpenJDK 11 generally available so that developers who want to use Java on the Azure cloud can do so.
Redis as Cache: How it Works and Why to Use it April 5, 2022 Redis gained very high popularity as being a cache. It is fast and easy to use. Let us show you why you should use Redis as a cache.
How to Create a Database in MySQL with MySQL Workbench May 19, 2022 This step-by-step guide will show you how easy it is to create a database in MySQL by using MySQL Workbench GUI.