Moving from Redis to Valkey
A guide on migrating from Redis to Valkey on Ubuntu 24.04, covering installation and configuration as a drop-in replacement.
A guide on migrating from Redis to Valkey on Ubuntu 24.04, covering installation and configuration as a drop-in replacement.
A technical guide on creating HTML tables with horizontal scrolling and sticky headers using CSS.
A beginner-friendly tutorial on creating a custom, interactive dropdown menu component in React from scratch.
A developer documents the process and specific changes required to upgrade their blog from Hugo v0.40 to v0.135.
Table of Contents Creating Instances Configuring SSH Provisioning Software Try It Out Yourself Whenever I’ve need a Linux box for some testing or expe
A developer shares their personal story of gaining visibility by consistently sharing knowledge, teaching complex topics, and engaging with the community.
Explores common terminal color contrast issues, explains ANSI color inconsistencies, and discusses two methods to reconfigure terminal colors.
A defense of Web Components, explaining their differences from JavaScript frameworks and why their long-term, standards-based approach is valuable.
A guide to modern and legacy React component types and patterns, explaining which are still relevant in 2024.
Optimizing Mandelbrot set calculations using SIMD instructions in Rust for faster single-core performance and reduced computational costs.
A guide to creating an auto-mocking tool for iOS development to save time on writing repetitive test code.
A developer shares notes on Go 1.22's improved built-in router and using sqlc to generate database code, based on personal project experience.
The article details the process of converting a Postgres database to SQLite as part of a cloud migration strategy for a SaaS project.
A guide exploring various methods for fetching data in React, from older techniques to modern approaches like React Server Components.
Explores challenges and solutions for testing asynchronous Swift code, focusing on avoiding random failures due to concurrency issues in Swift 6.
Explains how to manage and synchronize React application state using URL parameters with react-router-dom for persistence and shareability.
Building a Docker container for a SaaS app, combining static files from Hugo (Go), Tailwind (JS), and Sphinx (Python).
A technical guide on building a custom GitHub Copilot extension, covering app registration, local setup, and integration steps.
A developer shares their new role at Font Awesome, focusing on Web Awesome and improving web UI development with web components and CSS.
Explains the React useDebugValue hook for labeling custom hooks in React DevTools to aid debugging.