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.
Some very useful Laravel features.
Some advanced SQL concepts like window functions and common table expressions (CTEs).
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.
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.
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.
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.
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.
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.