Image Uploading in Galley
A developer details the challenges of implementing image uploads with LiveView and S3 in an Elixir project called Galley.
A developer details the challenges of implementing image uploads with LiveView and S3 in an Elixir project called Galley.
A technical deep dive into the design philosophy and implementation of Google Kubernetes Engine (GKE) Autopilot, a nodeless managed Kubernetes platform.
Explains how Swift 5.7's new 'some' and 'any' keywords solve generic protocol referencing issues, improving code abstraction.
Explores using htmx instead of JavaScript for dynamic web features like AJAX and infinite scroll in various frameworks.
Explores common concurrency challenges in software development, using a URL shortener example to demonstrate solutions with minimal locking.
A software developer discusses criteria and challenges for fixed-price web development projects.
A tutorial on customizing the height of UIKit bottom sheets in iOS 16 using the new custom detent API.
Argues against desktop-first web design, advocating for a mobile-first approach to improve user experience across all devices.
Parallels RAS 19 now integrates Let's Encrypt for free, automated SSL/TLS certificate management, simplifying HTTPS setup.
SwiftUI scrolling performance issues on tvOS are finally resolved in tvOS 16 and Xcode 14, marking a significant fix for developers.
A monthly update on TinyPilot, covering a website redesign, learning Debian packages, abandoning Vue.js, and sharing traffic and revenue stats.
A developer shares their personal setup for a clean, minimalistic PhpStorm IDE, including UI tweaks and settings for better productivity.
A summary of the June 2022 Microsoft Cloud South Coast User Group event, covering GitHub workflows, Azure frameworks, and network security tools.
Guide on using OIDC authentication with Terraform's AzureRM backend to secure GitHub Actions workflows and manage storage permissions.
Explains how to use iOS 16's new UIHostingConfiguration to embed SwiftUI views within UITableView and UICollectionView cells.
Announcing the CRAN release of xaringanExtra v0.6.0, an R package adding interactive features and styling to xaringan and R Markdown slides.
A tutorial on testing ASP.NET Core Minimal APIs using xUnit, covering unit and integration tests for endpoints.
Recap of WWDC 2022's Platform State of the Union, covering Swift 5.7, SwiftUI 4.0, Xcode Cloud, and new Apple developer APIs.
Learn how to use Hugging Face Optimum and ONNX Runtime to apply static quantization to a DistilBERT model, achieving ~3x latency improvements.
Explores building a Sokoban game and solver, comparing its algorithmic challenges to chess engines and detailing implementation.