Advanced Docker Concepts & Tricks for PHP Applications, in Layman Terms
Multi-stage builds, layer caching order, composer cache, OPcache config, and others.
Our very personal blog posts.
We split our posts in two main categories: Embedded Systems web
No results found.
Multi-stage builds, layer caching order, composer cache, OPcache config, and others.
This batch leans into collections, queues, events, and a few quality-of-life helpers.
Some more obscure but useful laravel features explained in laymen terms.
Story of the most famous social engineering hacker.
Most corporate rivalries are forgotten within a decade. The split that tore apart MIT's Artificial Intelligence Laboratory in the early 1980s is different, because one of its casualties walked away so disillusioned that he launched a movement which now underpins much of the modern software world. The "Lisp Machine wars" were never literal warfare — calling them that oversells it — but the bitterness was real, the stakes felt enormous to the people inside, and the fallout reshaped computing in ways nobody at the time intended.
Some very useful Laravel features.
The major differences between MySQL and PostgreSQL.
Some advanced SQL concepts like window functions and common table expressions (CTEs).
The fastest chip that did not make it.
Explaning PHP's OPcache.
Some more modern JavaScript features.
More modern PHP features.
Some modern JavaScript features.
More modern PHP features.
When developing or porting U-Boot to a new board, it is common to encounter boot failures that provide only a cryptic error message and a memory address.
Building a QR Code & NFC tag scanner with Claude.
Some modern PHP features - part 1.
Some more modern features CSS offers - part 2.
Some of the modern features CSS offers since 2022.
Secure boot is a foundational security mechanism in embedded systems. It establishes a hardware-rooted chain of trust that ensures only authenticated software is allowed to execute during system startup. In the NXP i.MX ecosystem, this functionality is implemented through High Assurance Boot (HAB).
Secure Boot is a foundational security mechanism designed to protect a system at its most vulnerable phase: startup.
Learn about small but interesting Laravel features - part 2.
Learn about small but interesting Laravel features.
Many organizations are exploring the idea of using Rust for embedded development. As an engineering company working daily with microcontrollers, RTOS, low-level drivers, and custom hardware, we evaluated this trend carefully.
A practical guide for kernel, BSP, and embedded firmware developers.
This example demonstrates how to create a Node.js "forwarder" that listens to an MQTT broker, expects JSON payloads on a topic, and forwards them via HTTP(S) to a PHP backend endpoint. The solution consists of three parts - environment configuration, Node.js dependencies, and the main forwarder script.
Database transactions are one of the most important concepts in modern web development, especially when dealing with operations that need to maintain data consistency. In Laravel, transactions provide a powerful way to ensure that multiple database operations either all succeed or all fail together, maintaining the integrity of your data.
DWhen your embedded target boots its root filesystem over NFS, you can use a Yocto SDK to cross-compile and deploy applications directly into the live filesystem. This workflow allows instant updates without reflashing or image rebuilds.
Learn how to automate U-Boot network booting for embedded Linux — load the kernel via TFTP and root filesystem via NFS without touching local storage. Ideal for fast Yocto development and testing.
Learn how to boot both the Linux kernel and root filesystem directly over Ethernet using TFTP and NFS. A practical guide for embedded developers using Yocto.
In the rapidly growing Internet of Things (IoT) ecosystem, managing, monitoring, and controlling connected devices can quickly become complex. IoT Center is a powerful SaaS platform designed to simplify this process—bringing all your devices, data, and controls together in one intuitive dashboard.
When sending an Eloquent model to a Laravel queue, developers often discover that any custom, runtime properties they added to the model instance are mysteriously lost. This isn't a bug; it's by design.
Bring your glassmorphism designs to life with a dynamic, water-like motion. This tutorial shows you how to create a realistic liquid glass effect using CSS, SVG filters, and a few lines of JavaScript — no WebGL required. Learn how to combine <feTurbulence> and <feDisplacementMap> to simulate the gentle shimmer of moving water right inside your UI.
Choosing between WordPress and Laravel depends on your project’s goals. WordPress offers simplicity, speed, and ease of use for content-driven sites, while Laravel provides flexibility, scalability, and power for complex web applications. This comparison explores their key differences, strengths, and best use cases to help you pick the right tool for your next project.
Der Texas Instruments AM335x SoC, der in Boards wie dem BeagleBone Black und BeagleBone Green verwendet wird, ist eine vielseitige ARM Cortex-A8 Plattform, die sowohl im Prototyping als auch in industriellen Anwendungen beliebt ist. Mit dem Yocto Project können Sie ein hochgradig angepasstes Linux-System erstellen, das genau auf Ihre Hardware- und Softwareanforderungen zugeschnitten ist. Dieser Leitfaden führt Sie durch die wichtigsten ersten Schritte, um Yocto auf einem BeagleBone zum Laufen zu bringen.
Die Embedded-Linux-Entwicklung erfordert Werkzeuge, um maßgeschneiderte Linux-Distributionen für spezifische Hardwareplattformen zu erstellen. Drei bekannte Systeme, die dabei häufig genutzt werden, sind Yocto Project, ELBE und Buildroot. Obwohl sie alle das gleiche Ziel haben - ein Linux für Embedded-Geräte bereitzustellen - unterscheiden sie sich stark in Philosophie, Funktionsumfang und Zielgruppe.
Creating a liquid glass effect with CSS is a stylish way to bring depth and modern UI aesthetics to your website. This effect mimics frosted or glossy glass surfaces with fluid-like movement, often combined with blur, transparency, and gradient overlays. In this tutorial, we’ll walk step by step through building a liquid glass effect using only HTML and CSS.
Seit über 30 Jahren war 2G (GSM) die Basis für mobile Kommunikation in Deutschland. Millionen von Geräten wurden damit vernetzt – von der Fernablesung von Zählern über Aufzugnotrufe bis hin zu Logistiklösungen. Die Deutsche Telekom hat angekündigt, ihr 2G-Netz bis spätestens Juni 2028 abzuschalten.
Explore how to add your devices to the IoT Center for monitoring, notifications, and real-time data reporting.
Um unseren Blog verständlicher zu machen, haben wir ein Glossar mit den wichtigsten Begriffen zusammengestellt. Dieses hilft, schnell die Sprache zu verstehen, die in der Entwicklung, im Test und im Betrieb eingebetteter Systeme verwendet wird.
First post to initiate the launching of our blog.