Trying Golang as a JavaScript lover
A JavaScript developer shares their personal experience and first impressions of learning the Go programming language, comparing it to their favorite language.
A JavaScript developer shares their personal experience and first impressions of learning the Go programming language, comparing it to their favorite language.
A guide explaining how to use the `git rebase --onto` command to move a feature branch's commits from one base branch to another.
Learn two methods to delete properties from JavaScript objects: the mutable `delete` operator and immutable destructuring with rest syntax.
Using scrapligo to automate CLI interactions with network functions running in Kubernetes pods via kubectl exec commands.
Explores YAML's lesser-known features, starting with its relationship to JSON and how JSON syntax is valid YAML.
A guide on creating or updating a Google Kubernetes Engine (GKE) Autopilot cluster to a specific Kubernetes version, including CLI commands.
A video tutorial on building a watchOS 8 news app using SwiftUI 3 and the News API, featuring complications, handoff, and bookmarks.
A tutorial on implementing multi-language support in a React Native app using i18next and react-native-localize.
A guide to tools for analyzing and reducing JavaScript bundle size, including VS Code extensions and online utilities.
Debugging ASP.NET Core OAuth authentication in GitHub Codespaces, including reserved path conflicts and callback URL issues.
Explains how to solve Angular performance issues with slow renders by optimizing change detection and using NgRx selectors to prepare data.
A developer's monthly update on progress for a new programming language and the SourceHut platform, including codegen, APIs, and infrastructure.
An overview of MeiliSearch, a minimalist, Rust-based full-text search engine, highlighting its features, codebase, and performance.
Explains how to use NSProcessInfo activities to manage long-running tasks in macOS/iOS apps, preventing system sleep and termination.
Explains how to use XCTAttachment in XCTest to attach files, images, and data to test results for easier debugging.
A technical guide on backing up and restoring a self-hosted Plausible Analytics instance using Docker volumes and command-line tools.
A tutorial on setting up a private Kubernetes cluster using K3S on Raspberry Pi 4 devices within a home network.
How to escape double braces in ConvertKit emails using Liquid's {% raw %} tag to prevent code from being stripped out.
A guide to designing and implementing accessible focus indicators for keyboard and assistive technology users, covering WCAG compliance.
A developer analyzes Wellington's public transport data using GTFS feeds, comparing it to Auckland and building tools to track bus delays and cancellations.