Microsoft has developed an advanced and feature-loaded cross-platform framework called .NET Multi-platform App UI or .NET MAUI, which can be used for developing native mobile and desktop apps via C# and XAML languages. With .NET MAUI, developers can use a single and shared codebase to develop applications that can seamlessly run on Android, iOS, macOS, […]
Google created Flutter a number of years ago, with the aim to make a cross-platform software framework. Flutter’s biggest strength is that it can be used to build applications for Android, iOS, Linux, Windows, macOS, and even the web, and all from the same shared codebase. While building apps for Windows received stable support back in […]
MacOS by day and Linux by night, my experience with the constant switching In this post, I want to share my experiences from working with both macOS and Linux and switching between them regularly. My hope is that by the end of the article you will understand what are the benefits that I perceive from […]
Today, we will be taking a closer look at how professionals can enlist the help of Pandoc to create a robust and easy-to-implement publication chain. Pandoc is an extremely simple yet powerful tool that allows users to convert documents into various formats, depending on their requirements. It can greatly simplify documentation and publication, or even open up […]
What is Swift? Swift is a general-purpose programming language. Apple developed it for the “i” gadgets – iPod, iOS, macOS, etc. as well as Linux. It is a compiled language, designed to work with Apple’s Cocoa and Cocoa Touch frameworks. Swift uses the Objective-C runtime library that allows Swift, C, C++, and Objective C code […]