Refreshing Server-Side Props
A tutorial on refreshing server-side data in Next.js without a full page reload, focusing on the Pages Router.
A tutorial on refreshing server-side data in Next.js without a full page reload, focusing on the Pages Router.
A technical evaluation of using Apple Silicon Mac Minis for CI/CD, covering setup automation, performance gains, and ARM-specific challenges.
Explains how to run Spotifyd in Docker by detailing Linux audio subsystems (ALSA, PulseAudio) and container audio considerations.
A guide on implementing Web Monetization using Snippet Injection to add payment streams to websites without code changes.
Summary of key announcements from Chrome Dev Summit 2020, focusing on Core Web Vitals and new CSS performance properties.
A guide to setting up Prettier for automatic code formatting in VSCode, covering both the extension and CLI.
Explores combining jlink and AppCDS to create smaller, faster-starting Java container images for Quarkus applications.
A guide to creating smaller, faster-starting Java container images by combining jlink for custom runtime images with Application Class Data Sharing (AppCDS).
Explains how to implement email sending in iOS 14 apps using the `mailto:` URL scheme to open the user's default email client.
A guide on extracting and parsing JSON data from websites and public APIs using R, focusing on converting nested JSON into tidy dataframes.
A guide explaining where console.log statements appear in Next.js applications, covering client-side browser logs and server-side terminal/logs.
A technical guide on building a YouTube-to-Twitter bot, focusing on moving channel data into a database and extracting recent video uploads.
Guide to moving Docker and Multipass data directories to a larger partition to free up disk space on a Linux system.
Learn how to quickly deploy a CodePen project to Netlify in under 30 seconds by exporting and dragging files.
The article argues for the importance of shell literacy in a programmer's workflow, demonstrating its power with a practical Git example.
Explores using Semgrep, a static analysis tool, to find security vulnerabilities in Infrastructure as Code like Terraform and Kubernetes configurations.
Explains how to use Kafka Connect's RegExRouter SMT to rename topics for source connectors and target objects for sink connectors.
Explains React Strict Mode in Next.js, its benefits for identifying potential issues, and how to enable it globally or for specific components.
A developer shares insights from 2 years of using a monorepo with ~40 Vue.js packages, discussing its pros and cons for teamwork and dependency management.
Analyzes the Cloud Native ecosystem, arguing many tools solve technical problems created by adopting microservices, which primarily address organizational challenges.