Automate syndication of your content with Eleventy, dev.to, and GitHub Actions
A guide to automating content syndication from dev.to to an Eleventy blog using GitHub Actions, including markdown manipulation and API integration.
A guide to automating content syndication from dev.to to an Eleventy blog using GitHub Actions, including markdown manipulation and API integration.
A technical guide on using geospatial data and cloud computing to optimize 5G network deployment, considering environmental factors like trees.
Explains how to configure Google Kubernetes Engine Autopilot to prefer using cost-saving Spot VMs for workloads, with fallback to regular nodes.
How to separate workloads on different nodes in GKE Autopilot using taints, tolerations, and node selectors.
A developer troubleshoots a broken Python virtual environment and dives deep into dependency installation issues in this coding screencast.
A developer recounts their 2022 European speaking tour, presenting talks on Django at PyConDE, DjangoDay Copenhagen, and CitusCon conferences.
A developer argues for using HTML and CSS as the ultimate responsive design tool, critiquing visual design tools like Figma and Webflow.
Troubleshooting an AKS image pull error from a private ProGet registry, caused by Azure AD Application Proxy setting Content-Length to zero.
Google's Go Module Mirror crawlers are causing excessive load on SourceHut's git servers by repeatedly cloning repositories, acting like a DDoS.
A guide on installing Node.js, using the n package manager to easily upgrade/downgrade versions, and understanding LTS vs. Current releases.
A technical guide on extracting Monaco's road network from OpenStreetMap, importing it into PostgreSQL/PostGIS, and rendering it with a tile server.
A guide to unit testing applications that use the RavenDB document database in .NET, covering setup and repository patterns.
A tutorial on using Swift Package Manager's new artifact bundles for distributing binary targets across multiple platforms like iOS, macOS, and Linux.
A guide to 10 essential JavaScript string methods like split(), replace(), and includes() with syntax and examples.
Explains two common programming patterns for managing conditional logic: the 'Single Mutable Result' and 'Early Exit' patterns.
Compares PyTorch's TorchScript tracing and scripting methods for model deployment, advocating for tracing as the preferred default approach.
A guide to building a custom 32TB homelab NAS server using open-source software, including part selection, costs, and lessons learned.
A guide to using Playwright test sharding with a GitHub Actions job matrix to significantly speed up CI/CD pipeline execution.
A senior tech professional shares practical guidelines and mindset strategies for effectively onboarding into a new mid-to-senior role in the tech industry.
A deep dive into how the .NET Garbage Collector works, explaining its phases, generations, and impact on application performance.