My Eight-Year Quest to Digitize 45 Videotapes (Part Two)
A developer's technical journey to self-host a private video sharing platform, evaluating ClipBucket and MediaGoblin with Docker and Ansible.
A developer's technical journey to self-host a private video sharing platform, evaluating ClipBucket and MediaGoblin with Docker and Ansible.
Tutorial on editing home videos and hosting them privately using MediaGoblin, ffmpeg, and Heroku with Google Cloud storage.
Author details a DMCA takedown of his open-source php-ml library on GitHub, explaining the process and its impact on the project.
Explains the importance of frontend testing for user experience, team confidence, and preventing production bugs in non-trivial applications.
Explores six key improvements and must-have features for customizing and enhancing Laravel Nova, the official Laravel admin panel.
A tutorial on creating and loading plugins in Go, demonstrating a driver program that chains two plugins to process data.
A guide to using VS Code's remote development features with Docker Compose for developing and debugging microservices in both standalone and integrated modes.
Summary of Blazor announcements from Microsoft Build 2020, including Blazor WebAssembly GA, new presentations, workshops, and .NET MAUI integration.
Explores iOS jailbreaking for developers, covering its legality, motivations, and practical uses like security research and app enhancement.
Analyzes limitations of SQL Server's Resource Governor IOPS_PER_VOLUME for I/O throttling in complex storage setups, like Azure VMs with multiple drives.
A developer discusses the importance of computer specs, criticizing cheap Windows machines with low RAM and advocating for better hardware.
Debunks the common belief that images come before containers, explaining how containers are actually used to build Docker images.
A guide to common Django server setups, from simple local development to professional production deployments with Gunicorn and PostgreSQL.
A developer shares how to set up automated end-to-end testing for an Eleventy website using Cypress and Netlify deployment.
A usability expert critiques the poor Developer Experience (DX) of modern JavaScript, highlighting common module import errors and tooling frustrations.
An introduction to Amazon EventBridge, explaining how it simplifies serverless architecture by decoupling services using an event-driven model.
An introduction to AWS CDK, explaining how it allows developers to define cloud infrastructure using familiar programming languages like TypeScript.
A technique for handling async/await in JavaScript without using try...catch blocks, using a utility wrapper function.
A guide to best practices for monitoring, maintaining, and managing machine learning models and data pipelines in a production environment.
A guide to implementing periodic data polling in an Angular application using NgRx Effects and RxJS timer.