iOS Auto Layout tutorial programmatically
A tutorial on implementing iOS Auto Layout programmatically, covering rotation support, constraints, and animation.
A tutorial on implementing iOS Auto Layout programmatically, covering rotation support, constraints, and animation.
A guide to hosting single or multiple web applications on a single, cost-effective Digital Ocean Droplet, covering setup for static sites and Node.js apps.
Explains the five common forms of Clojure keywords, their use cases, and provides recommendations for idiomatic usage.
Explains how navigation works in Ionic mobile apps using a stack-based page system with NavController, contrasting it with traditional web routing.
A guide to best practices for database schema migrations, focusing on tools like Flyway and Hibernate for evolving applications.
Discusses how Docker is a tool that can be misused, arguing that its problems stem from implementation, not the technology itself, and connecting it to DevOps culture.
Introducing heatmaply, an R package for creating interactive, shareable cluster heatmaps for data visualization and online publishing.
Explains polynomial regression as a solution to under-fitting in machine learning when data has a nonlinear correlation.
Solutions for using different resource URLs in local vs remote environments, featuring Service Workers and other web dev techniques.
A technical guide on using Docker, Nginx, and Docker Compose to host multiple websites with SSL on a single VPS via a reverse proxy setup.
Learn how to use s3cmd and S3-compatible apps with Azure Blob Storage via Minio gateway.
A visual guide explaining Evolution Strategies (ES) as a gradient-free optimization alternative to reinforcement learning for training neural networks.
Explains how to add custom hostname entries to Docker containers using both docker run and Docker Compose.
An introductory guide to the fundamental concepts of object detection, covering image gradients, HOG, and segmentation, as a precursor to deep learning methods.
A tutorial on programmatically launching a sandboxed macOS app at user login using Swift, Xcode, and the ServiceManagement framework.
An updated guide to locks, mutexes, and thread safety in Swift, covering modern APIs and best practices for concurrent programming.
A brief review of Refind, a tool that curates links from tweets into a browsable format for discovering tech articles and resources.
Gnocchi 4.1 release notes highlight new Redis notification support, a Pandas to Numpy migration, and a powerful new aggregates API.
A manifesto proposing Upspin, a global file system to restore user data ownership and enable seamless sharing between programs and people.
Explores using C# operator overloading to create cleaner syntax for cross-platform file path concatenation, inspired by ReSharper's code.