Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Did you know that we can compile Java and Kotlin code, even Python to binary native code? We can skip JIT with it and improve start-up times. How can we do that? This is what this article is about!
We will build a native mobile application using Angular and Capacitor. What is Capacitor...
Quarkus utilizes ahead-of-time (AOT) compilation to build blazing fast native executables. However,...
Alright, let’s get one thing straight: Flutter is amazing. I’ll admit it, Flutter has that "new kid...
Today we will use the Foreign Function (FFI) in Java 22 to call a native code aims to initiate...
In the ever-evolving landscape of digital advertising, standing out from the competition is more...
Working on a scripting language, deployment features for my docker-like solution native to...
Introducing a project called metal like cuda where the aim is to bring metal closer to the...
Gpumkat is a GPU kernel analysis tool designed for Metal API debugging and performance analysis....
Added deploying support, detaching support in cli, removed layer logic as it was not really useful or...
Added ways to trace commands, background processes, schedule commands, attach to running background...
Containerization on macOS vs. Linux: A Comparative Look Containerization has...
Added a way to broadcast commands to the ip/vlan osxiec network straight from osxiec, added updating...
Fixed convert-to-docker, added an extract function and a offline implementation without networking or...
Looking to build a top-notch Android app? While cross-platform development seems tempting, there's a...
Added stopping, starting functionality, removed -execute as run servers it's purpose well, added...
Added dynamic ip creation, updating, some small improvements, bug fixes, an api that allows to use...
Added converting osxiec containers to oci containers, the container terminal now uses termios for...
Added a logging feature, better process control, a crafting feature which allows to craft a container...
In a recent project using React Native, I encountered several challenges related to TypeScript...