Animating variable fonts with CSS
A guide to animating variable fonts using CSS, focusing on the font-variation-settings property, with tips and performance considerations.
A guide to animating variable fonts using CSS, focusing on the font-variation-settings property, with tips and performance considerations.
Introduction to using Open Policy Agent's Gatekeeper to enforce security policies in Kubernetes, including a tutorial on creating a policy.
Learn how to use the VSCode debugger with AWS CDK to debug infrastructure code and inspect variables without console.log statements.
A comprehensive guide to the CSS Grid minmax() function, explaining its syntax, behavior, and practical use cases for responsive layouts.
A developer's status update covering SourceHut's anniversary, Gemini server progress, BARE implementations, and a new Wayland server.
Advice on avoiding or handling data science job mismatches by scrutinizing job descriptions, asking key interview questions, and researching team culture.
A tutorial on building a serverless question-answering API using BERT, Hugging Face, AWS Lambda, and EFS to overcome dependency and model load limitations.
A guide to quickly exploring and understanding a new PostgreSQL database using psql, covering initial setup and table inspection.
A video tutorial on implementing Collection View Compositional Layout in iOS, covering items, groups, sections, and dynamic layouts.
A developer's first week at Recurse Center, focusing on pair programming, analyzing PHPUnit's codebase, and planning a web-based command prompt project.
Explains why the 'Replace Fonts' option is disabled in Apple Keynote and provides a simple solution to fix it.
Learn to build an AWS CDK stack that sends email notifications via SNS when files are uploaded to an S3 bucket.
A guide to enabling wake-from-suspend for a Bluetooth keyboard on Ubuntu by configuring USB device power settings via sysfs and udev rules.
Part 2 of a tutorial on using Ansible playbooks and Jinja2 templates to manage and deploy Terraform configurations for Azure infrastructure.
A developer details building a custom React/Node.js web app to track stats, Elo ratings, and trophies for a competitive Among Us league.
A tutorial on creating and deploying a Ruby on Rails API to Heroku, covering setup, database configuration, and deployment steps.
An introduction to SwiftIO, a microcontroller board that runs Swift natively for building IoT projects and learning embedded programming.
Explains the concept of causally correct partial models for reinforcement learning in POMDPs, focusing on counterfactual policy evaluation.
Creating pie charts in CSS using conic gradients with fallback styles for older browsers like IE11.
Tutorial on building a GraphQL server using Apollo Server and AWS CDK with TypeScript, including Lambda and API Gateway setup.