https://sudonull.com/log-levels-in-embedded-debugging-without-waterfall
Setting log levels via CLI for modular debugging. Macros, facility, serializers. Integration into firmware without overhead. For middle/senior dev.
https://sudonull.com/log-levels-in-embedded-debugging-without-waterfall
Setting log levels via CLI for modular debugging. Macros, facility, serializers. Integration into firmware without overhead. For middle/senior dev.
https://sudonull.com/unit-testing-embedded-principles
Analysis of advantages, disadvantages, and 20+ principles of unit testing in firmware. For middle/senior developers: refactoring, coverage, HIL on target. Learn how to implement tests without spaghetti code.
https://sudonull.com/debugging-embedded-systems-segger-rtt-and-systemview-for-freertos
Explore SEGGER RTT and SystemView for efficient debugging of microcontrollers and real-time FreeRTOS analysis. Setup and usage guide for developers.
https://sudonull.com/reliability-of-embedded-software-techniques-methods-and-tools
Explore comprehensive approaches to improving the reliability of embedded systems: watchdog timers, MPU, Lockstep, ECC, CRC, unit tests, and Health Monitor for middle/senior developers.
https://sudonull.com/cli-via-can-debugging-embedded-systems-with-iso-tp-and-canshell
Deep dive into implementing CLI for embedded systems via CAN bus using ISO-TP protocol and CANshell utility. Effective solution for debugging without UART.
Discover how to learn Python for beginners with this step-by-step roadmap. Master fundamentals, data structures, and build real projects. Start your coding journey today.
Learn how to choose a database for your system with this evidence-based framework. Compare SQL, NoSQL, graph, and time-series databases to make the right decision.
Learn how to use React hooks effectively with practical examples. Master useState, useEffect, useContext, and custom hooks in this complete guide for modern React.
Chinese startup DeepWay announced a robotaxi with a range of 1000 km on solid-state batteries. Learn how this changes the electric vehicle market and why it matters.
Learn how to use Terraform with AWS step by step. Master provider setup, state management, security, and production-grade deployments. Start building today.
PostgreSQL vs MySQL which one to choose? Compare features, performance, scalability, and use cases. Make an informed decision for your project with this data-driven guide.
Learn what is microservices architecture, its benefits, challenges, and key patterns like Saga and API Gateway. Understand when to use this modern approach.
MongoDB vs PostgreSQL when to use each: compare ACID compliance, scalability, schema flexibility, and query power. Choose the right database for your project.
Learn how to deploy LLM in production with this step-by-step guide. Covers model selection, Kubernetes deployment, vLLM, testing, and monitoring for reliable AI systems.
Docker container networking explained in depth: learn bridge vs host networks, DNS, port publishing, and how to build secure, scalable multi-container apps.