#cpp (11)
- Identify & Resolve Bugs in Unity and Unreal Games
Learn to effectively identify, diagnose, and resolve bugs in Unity and Unreal Engine games using essential tools and best practices.
- Building On-Device AI Agents with Tiny LLMs: Three Practical Projects
Explore and build three distinct on-device AI agents—a voice assistant, a data summarizer, and an anomaly detector—using tiny LLMs and modern edge tooling on a Raspberry Pi.
- Implementing On-Device Speech-to-Text with Whisper.cpp
Learn to implement robust, on-device speech-to-text functionality using Whisper.cpp, a high-performance C++ port of OpenAI's Whisper model, for edge AI agent systems.
- OpenZL Practical Field Guide
Learn to master OpenZL, Meta's open-source framework for format-aware data compression.
- Setting Up Your OpenZL Development Environment
Learn how to set up your development environment for OpenZL, a game-changing library for structured data compression.
- Your First Custom Compressor: A \"Hello World\" Example
Learn how to create your first custom compressor using OpenZL with a 'Hello World' example.
- Integrating OpenZL into C++ Applications
Learn how to integrate OpenZL into C++ applications for efficient data compression and decompression.
- Error Handling and Robustness in OpenZL Implementations
Learn how to handle errors and build robust OpenZL implementations for efficient data compression.
- Project: Optimizing a Database Table Column
Learn how to optimize a database table column using OpenZL's format-aware compression in this step-by-step tutorial.
- Building a Custom Data Pipeline with OpenZL
Learn to build a custom data pipeline using OpenZL for efficient compression and decompression of structured data.
- Setting Up Your OpenZL Development Environment
Learn how to set up your development environment for OpenZL, a format-aware data compression library.