Ruby within iOS development realm
Explores Ruby's 30-year history and its surprising role in iOS development, from early bridging frameworks to modern automation tools like fastlane.
Explores Ruby's 30-year history and its surprising role in iOS development, from early bridging frameworks to modern automation tools like fastlane.
A guide to using CSS style queries, a new feature for querying parent element styles and custom properties to separate data from design.
Explores a functional, combinator-based approach to AST transformation in the Bean Machine compiler, contrasting it with traditional visitor patterns.
A technical guide on importing and visualizing FlixBus's European GTFS transit data in PostgreSQL using pgRouting for route planning.
A developer reflects on the value of intentionally using RSS feeds and newsletters for continuous learning and staying informed in the tech industry.
A guide to creating and unit testing asynchronous commands in the Vapor framework for Swift, including a workaround for async support.
A guide to Linux server hardening covering security tools like Lynis and Docker Bench, plus OS and Docker security best practices.
Author discusses the need to update a free Eleventy course due to outdated Gulp and Sass setups, but lacks time/resources to do so.
Techniques to accelerate PyTorch model training by 8x using PyTorch Lightning, with a DistilBERT fine-tuning example.
Learn techniques to speed up PyTorch model training by 8x using PyTorch Lightning, maintaining accuracy while reducing training time.
Explains why to use 'is' instead of '==' when comparing to None in Python, covering performance and correctness.
How to embed Git version information like commit hash and tags directly into C# code using the GitInfo source generator library.
A guide to best practices for using The Composable Architecture (TCA) framework, covering reducers, effects, and performance optimization.
A guide on caching the node_modules directory in GitlabCI pipelines to improve build performance and dependency management.
A developer details migrating their blog from the Ghost CMS to the static site generator 11ty, covering the export process and new workflow.
A developer shares their experience building 'Jar', a minimal Python web framework from scratch, exploring framework APIs and deployment to Vercel.
Explains how CSS easing curves and cubic-bezier functions control the rhythm and feel of animations and transitions for better UI design.
Guide to fine-tuning the large FLAN-T5 XXL model using Amazon SageMaker managed training and DeepSpeed for optimization.
Analysis of Safari 16.4's major web development feature release, highlighting its catch-up to Chromium and the impact on developers.
A developer's analysis of the CommonJS vs. ESM debate in JavaScript, explaining the differences, benefits, and drawbacks of each module system.