Skip to content
smartphone industry writing technology

What is Open Source Software?

Open source software is a type of software that is distributed with a license that allows users to access, modify, and distribute the source code. This means that developers can view, use, and change the underlying code that makes up the software, making it an incredibly powerful tool for developers. Examples… Read More »What is Open Source Software?

flight sky earth space

Getting started with Java

Java is a popular programming language that is fast, reliable, and secure. If you’re interested in learning Java and getting started with programming, you’ve come to the right place! In this blog post, we’ll go over the basics of Java and provide some tips and… Read More »Getting started with Java

multicolored mixing console

How to Load Properties From a File in Java.

Here’s how to load properties from a file in Java. Given the following src/main/resources/config.properties file: The following code will output: {pool-size=42, active=true} If you have any questions, leave a comment or ask me on my social media.