How I converted my Gatsby blog from JS to TypeScript
A developer shares their experience and step-by-step process for converting a Gatsby.js blog from JavaScript to TypeScript, including setup and common issues.
A developer shares their experience and step-by-step process for converting a Gatsby.js blog from JavaScript to TypeScript, including setup and common issues.
A tutorial on using the Carvel Suite tools (vendir, ytt, kapp) to deploy applications like nginx and Loki-Stack to Kubernetes.
Developer contributes Bicep code snippets for deploying Windows Virtual Desktop (WVD) resources on Azure, showcasing the new feature in a video.
A guide on building a user community for an open source project, covering how to handle user queries and set up GitHub issue templates.
A developer explains their reasons for switching from Styled Components to SCSS Modules for styling in React applications.
A guide addressing the 7 biggest challenges of learning to code without a developer job and offering practical strategies to overcome them.
A quick guide on initializing and deploying Azure Management Groups within an Enterprise-Scale Architecture using PowerShell.
Explains how to use Azure Managed Identities and RBAC for secure, keyless data access in Cosmos DB, including a Bicep role definition example.
A developer shares 9 key lessons learned from maintaining a large Vue.js codebase for 3 years, focusing on consistency, legacy code, and dependencies.
A review of PHP's evolution in 2021, covering PHP 8 features, upcoming 8.1 additions like enums, and community trends.
A developer's monthly update focusing on a private programming language project, seeking experienced contributors for cryptography, date/time, and networking tasks.
Explains how to validate Go module paths using the golang.org/x/mod/ package's CheckPath function.
A developer discusses the challenges of estimating project timelines, especially for complex JavaScript tasks and accessibility requirements.
A technical guide on targeting specific zones in Google Kubernetes Engine (GKE) Autopilot clusters using node selectors and affinity rules.
Announcing a pure Rust library for Apple code signing, enabling binary and bundle signing on non-Apple hardware.
An update on the Spring RESTBucks sample project, showcasing integration of jMolecules for DDD, Spring Data REST, and Jackson for hypermedia APIs.
Explains the subtle but critical security difference between SMS-based Two Factor Authentication (2FA) and insecure SMS-based account recovery.
A guide to creating a generic, reusable validator directive for Angular template-driven forms to reduce boilerplate code.
A developer builds a Chrome extension using TensorFlow.js to toggle dark/light mode on Netlify by clapping hands.
Explores the Swoole extension for PHP, enabling high-performance, asynchronous, and concurrent programming to rival Node.js and Go.