How to Get Package Updates in Hard-to-Reach Places With RenovateBot
A guide on using RenovateBot's custom managers with regex to update package versions in non-standard file locations like Dockerfiles and C# code.
A guide on using RenovateBot's custom managers with regex to update package versions in non-standard file locations like Dockerfiles and C# code.
A developer's 2024 review covering blog migration to Astro, popular tech posts, and work on Expo docs and GitHub projects.
A technical musing on the role of JavaScript in web development, comparing HTML, CSS, and JS to parts of a sentence.
Eight practical code examples demonstrating new features in the C++23 programming language standard.
A podcast episode reviewing Apple's 2024, focusing on developer news, ecosystem changes, and personal milestones from the hosts.
A personal year-in-review from a technical educator, covering revenue, content creation, and trends in DevOps and cloud tools like Terraform.
A guide to implementing proper logging practices in Nest.js applications, focusing on log levels and avoiding debug logs in production.
A developer shares their experience with Elixir 1.18's new type checker, highlighting a specific warning about struct comparison and hopes for future improvements.
A guide on assigning Microsoft Graph API permissions to Azure Managed Identities using PowerShell for secure application access.
Guide to automating administrative tasks across multiple Azure SQL Databases using the newly GA Elastic Jobs feature.
A guide to implementing OpenTelemetry for distributed tracing in ASP.NET Core applications to improve observability and performance.
A curated list of notable LLM and AI research papers published in 2024, providing a resource for those interested in the latest developments.
A developer's weekly recap covering work on an Expo/React Native app using RAWG API, reading, writing, and personal reflections.
A developer's guide to fixing a pm2 process manager error where it displays no processes and hogs server resources.
A critical look at React Query's drawbacks and challenges, presented as a conference talk transcript discussing its usage and limitations.
A developer shares a custom Git script to improve the process of reviewing large Pull Requests by creating a dedicated review branch for local IDE navigation.
The creator of the Gleam programming language shares his 2024 tech setup, including hardware, software tools, and development environment preferences.
A guide on securing static websites by implementing security-focused HTTP response headers using Cloudflare Pages and 11ty.
A developer explains the complexities of URL percent encoding, detailing why automatic decoding in a library is problematic and referencing RFC3986.
A developer shares their process of optimizing SQLite database configuration for their SaaS application after migrating from Postgres.