Developer Guide
A comprehensive walkthrough of container development workflows, best practices, and implementation techniques for building production-ready applications with Atym. While some concepts may be familiar if you've completed the Quickstart Guide, this Developer Guide provides a much deeper dive into each topic with additional context, technical details, and advanced usage patterns.
You can follow the guide sequentially from beginning to end for a comprehensive learning experience, or select specific topics below that address your immediate needs. Each section builds upon previous knowledge while introducing new concepts relevant to production development workflows.
📄️ Atym Development Workflow
High-level overview of the build-push-run workflow for creating and deploying containerized applications with Atym.
📄️ Development Environment Setup
Learn about dev containers, the Atym toolchain, and how to set up your C/C++ development environment for building containers.
📄️ Setting Up a New Project
Learn the required files, build configuration, and project structure for creating Atym containerized applications.
🗃️ Creating Container-Based Applications
3 items
📄️ Building Your Application
Compile C/C++ code to WebAssembly and package it into an OCI-compliant Atym container using the CLI build tools.
📄️ Deploying a Container
Push containers to the Atym Hub and deploy them to devices using CLI commands with version tags and device targeting.
📄️ Resources
External references for OCI specifications, WebAssembly tools, development environments, and Atym documentation.