The Road to PHP 8.2
A newsletter series offering daily emails teaching about new features in PHP 8.2, following the format of previous successful editions.
A newsletter series offering daily emails teaching about new features in PHP 8.2, following the format of previous successful editions.
A developer creates a new model for a teacher checklist feature in a Django-based homeschool SaaS application.
A tutorial on generating stylized maps in Python using the prettymaps library, OpenStreetMap data, and vsketch for rendering.
A program committee chair shares common mistakes in tech conference talk abstracts and provides tips for writing better submissions.
A guide to fixing a common iOS bug where cached launch screen images don't update, with a workaround using direct file placement.
Explains why finishing tasks before starting new ones improves team productivity and predictability, using burger-making analogies and Monte Carlo simulations.
A guide on using React's useRef Hook with TypeScript, covering HTML element refs and mutable instance variables.
Learn to accelerate Vision Transformer (ViT) models using quantization with Hugging Face Optimum and ONNX Runtime for improved latency.
Explains how CSS logical properties like padding-inline provide shorthands for setting spacing on a single axis, improving code maintainability.
A technical guide on implementing a Remote Asset Manager for iOS apps, allowing dynamic updates to assets without requiring new app builds.
A developer's July 2022 update on FOSS projects, including new Hare libraries for templating and graphics, and progress on the Helios kernel.
A PhD student reflects on the complexities of ML engineering, distinguishing between Task MLEs and Platform MLEs, and shares practical lessons from production systems.
A tutorial explaining the syntax, usage, and importance of the 'break' keyword in JavaScript switch statements for conditional logic.
A technical guide exploring the new output caching middleware in .NET 7, demonstrating its setup and usage with practical API examples.
A hands-on tutorial for setting up a Docker environment to experiment with the Apache Iceberg table format using Spark SQL.
Explores using DALL·E 2 AI to generate symbolic and spiritual art, with tips on prompts like 'religious art' for creative results.
Explains how to use EventTarget and custom events in JavaScript for non-DOM, event-driven programming, including TypeScript integration.
Explains how to use AWS CDK Custom Resources to trigger a Lambda function immediately after deployment for tasks like database seeding.
A Laravel security tip on using Git's selective staging (git add -p) to review code before committing, preventing secrets or debug code from being pushed.
A glossary defining key web development, programming, and software engineering terms for 2022.