Are you using OpenBSD? Why not install Lazarus there? This article has you covered on how to do just that.
Lazarus 2.2.0 Released - with Fixes Under the Hood
New year brings in a new Lazarus release. Version 2.2.0 with FPC 3.2.2. It has many new minor changes to look for.
How to Generate QR Codes in Lazarus
Learn this computer wizardry that let’s you transfer some wildly huge text to your phone before you can snap your fingers!
How to Make a Simple Alarm Clock with Lazarus
Alarm clocks are simple but very useful in our daily lives, right? How about if we make our own?
How to Cross Compile on Lazarus
It’s alive! It’s working! We’re compiling for other OSs that we don’t have… easily!
How to Run Lua Code Inside Lazarus Programs
We’re crazy! We’re out of our minds! We’re going to run Lua code, from inside our Lazarus code! 2 Languages at once!
How to Install Lazarus on Ubuntu 20.04 LTS [with Video]
Ubuntu 20.04 LTS has been released recently, but installing Lazarus there from the official repos won’t get you up and running. Let’s see how Lazarus can be installed on 20.04 without issues.
How to do Basic REST API Implementation in Lazarus (with Weather API example)
REST APIs are “the thing” to learn these days. But how should we get it to work on Lazarus? Let’s see…
How to Get Contents of a URL (in 2 Ways)
The Web is an amazing place. What if we could download the contents of a link on the web to our own Lazarus program? Let’s find out how!
How to Create a Calculator in Under 5 Minutes
Computers are huge calculators. But how about making your own program to calculate things?! …And under 5 minutes? How is it even possible?! Let’s find out!