Creating a Bosque Programming Language Dev Environment in 2021
A guide to setting up a development environment for Microsoft's experimental Bosque programming language using Docker and VS Code.
A guide to setting up a development environment for Microsoft's experimental Bosque programming language using Docker and VS Code.
Part II of a Linux server setup guide, covering Docker installation, static IP configuration, and system cleanup on Ubuntu Server.
A guide to deploying an Azure Function that uses a Docker container to generate images of chemical structures from SMILES strings.
A guide to building Linux Docker containers from Visual Studio on an EC2 Windows instance by configuring a remote Docker daemon on a Linux server.
A tutorial on setting up Semgrep for static code analysis using Docker, with practical examples for writing custom linting rules.
A technical guide on selecting and assembling high-end desktop hardware for a new home server to run various IT services.
A technical guide on how to exclusively attach a physical keyboard to a graphical environment running inside a Docker container using Linux's evdev subsystem.
Explains how to run Spotifyd in Docker by detailing Linux audio subsystems (ALSA, PulseAudio) and container audio considerations.
Guide to moving Docker and Multipass data directories to a larger partition to free up disk space on a Linux system.
Learn how to integrate Takeout with Laravel Sail to add services like PostgreSQL and save RAM by using shared Docker containers.
A tutorial on deploying an Azure Function from a Docker container image to the Azure cloud platform, covering configuration and testing.
A tutorial on deploying a BERT Question-Answering API using HuggingFace Transformers, AWS Lambda with Docker container support, and the Serverless Framework.
A guide to using local development tools like DynamoDB Local and LocalStack to test AWS services without deploying to the cloud.
Guide to using custom Docker images as runtimes for AWS Lambda, including setup with AWS SAM and ECR.
AWS Lambda now supports deploying functions as container images, enabling custom runtimes, larger packages, and familiar Docker workflows.
A guide to understanding and mitigating Docker Hub's rate limits on image pulls, especially in Kubernetes and CI/CD environments.
A guide to integrating Testcontainers with Quarkus for database testing, using QuarkusTestResourceLifecycleManager for better lifecycle management.
A technical guide on containerizing Azure Functions using Docker, covering setup for .NET Core v2 and v3 with Dockerfile examples.
A guide on configuring a Docker container to connect to a WireGuard VPN server and share the connection with other containers.
A guide to fixing missing client IPs in Docker containers on Synology NAS by adding iptables rules and making the solution permanent.