Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Originally published at...
1) Intro + Setup A Solutions Architect with experience building (and breaking) enterprise...
If you haven't read any of my previous blogs you may not know that, how to put this, I wasn't a fan...
There are over a 1000 different connectors available in Power Automate, and each of them have...
If you have seen this card popping up in your flow details screen you may have wondered what it...
A low-code platform seeks to minimize the amount of hand-written code. The core tools it can rely on...
Geography Matters: NUMA Support In the previous article What Every Programmer Should Know...
Have you ever manually calculated the size of a struct, only to find that sizeof returns a larger...
A fundamental problem in software design is scalability. A basic strategy for handling scalability is...
Introduction: Why This Post Exists Interrupt handling on ARM Cortex-Mx looks simple on...
In any type of program, we mostly are interested in two different time: Real (Calendar) time: This...
Originally published at...
As we all know, computer science is built upon two foundational theories: the Turing Machine,...
We say that programming languages like C, C++, Rust as "general-purpose". That means that we can do...
Low-code platforms’ visual designers are essentially structured editors for a DSL (Domain Specific...
In embedded programming, we use mostly libraries, IDEs, extensions or so on. I'm on that way also....
Recently, I was sourcing e-commerce templates for a client and ran into a frustrating...
Skyve is an open-source business software construction platform written in Java. It supports rapid...
We’re Still Teaching AI to Build Faster Horses Scroll through any developer feed today and...
AMIS is an open-source front-end low-code framework from Baidu. Fairly speaking, it is currently one...
Lets be honest, creating Power Automate flows is pretty dam easy (and I don't mean with Copilot), to...
1. Overview A critical issue in production environments is a workflow process halting when...
Download Workflow Pre-requisite Signup Throdata Introduction Ever wished...
For me the Power Platform was launched from a business user angle, not a IT user. It was very much...
In my opinion one of the best things about GitHub is the readme.md files (I know, documentation being...
In a world of new AI tools and rebranding its hard to keep track of everything Microsoft has...
I didn’t start out skeptical about low-code platforms. In fact, when I first worked with them, it...
When working with Azure Logic Apps Standard, you may run into an issue when attempting to revert a...
Every product team knows the tension between speed and clarity. Moving from a concept on a slide to...
Let's continue discussing the Linux programming with mmap() system call. The mmap() system call...