Here is how to install and setup Microsoft’s .Net Core 5 on Raspberry Pi, this tutorial covers installation for both 64 and 32 bit ARM architecture. I am using Ubuntu 20.04, but Raspbian should work as well. To check what OS architecture the Raspberry Pi is, run the following command. The output should be something… Continue reading Install and setup .NET 5 on Raspberry Pi
Tag: programming
Zeal (Offline documentation browser) on OpenSUSE/SLE
Zeal is an offline documentation browser that is designed for developers. It is a great tool for folks who read and refer often to documentation. Having documentation offline can be a big time saver. I have Zeal installed on every computer I use, so I could quickly read more about a certain function or module… Continue reading Zeal (Offline documentation browser) on OpenSUSE/SLE
Visual Studio Code on OpenSUSE/SLE
Visual Studio Code is currently the most popular source code editor. It’s open source and maintained by Microsoft. I have seen it enhance development workflow and has been a replacement tools in many cases where heavy IDE’s where used. This article will show you how to get Microsoft’s Visual Studio Code installed and running on… Continue reading Visual Studio Code on OpenSUSE/SLE
How to install Rust on Fedora Linux
Rust is a more recent programming language focused on performance and memory safely, mainly safe concurrency.
Getting Started with Pico 8
Creating your first Pico 8 game, what is Pico 8? It is a virtual machine created by Lexaloffle Games, it is designed to simulate a fantasy gaming console, writing application is achieved using Lua. It is easy to use and offers a lot of features I introduced gifs in my article because words would not… Continue reading Getting Started with Pico 8