A Quick Introduction To Network Programming In Python
A beginner's guide to network programming in Python, covering sockets, TCP, and building a basic client-server application.
A beginner's guide to network programming in Python, covering sockets, TCP, and building a basic client-server application.
A technical case study on improving web performance by identifying and fixing a page with 81 slow-loading iframe embeds, reducing bundle size and load times.
A SwiftUI tutorial on creating a draggable, edge-snapping overlay button for iOS/macOS developer tools.
A developer documents failed attempts and workarounds for installing NixOS on a Raspberry Pi 4, detailing specific errors and solutions.
A complete guide for beginners on installing NixOS on a Raspberry Pi 4, including downloading, decompressing, and flashing the OS image.
A technical guide on migrating Disqus comments from WordPress to an Eleventy (11ty) static site, including extracting post IDs from a sitemap.
A technical guide on fine-tuning LLaMA 2 models (7B to 70B) using QLoRA and PEFT on Amazon SageMaker for efficient large language model adaptation.
Explains a common pitfall when using the C# 'with' keyword on records containing reference types, and how to avoid it.
A guide to troubleshooting common issues when configuring and deploying applications to a private Azure App Service Environment (ASE).
A software engineer shares their positive experience working at Netflix, debunking myths about lack of innovation and growth in big tech companies.
A guide to signing Terraform provider releases using a local Buildkite agent and a personal GPG key, avoiding CI exposure.
A guide on using Azure PowerShell to identify and list classic Application Insights resources that need migration before the February 2024 retirement.
Introduces Changesets, a tool for automating semantic versioning and releases in monorepos, comparing it to semantic-release.
A developer's critique and wishlist for improvements in Go 2.0, focusing on the standard templating engine's limitations and needed features.
Explains how Python's pathlib module simplifies cross-platform file path manipulation, replacing older os.path and glob methods.
Weekly tech digest covering AI news (Claude 2.0, LongNet), a podcast with Marc Andreessen, and developer resources for Bing API and Power BI.
A developer shares five hard truths about TypeScript, including its relationship to JavaScript and the complexity it adds.
Announcing luatest, a new, fast Lua test runner inspired by pytest, offering significant speed improvements over existing options.
A technical guide on implementing a dark-mode-specific logo in a GitHub README using SVG and CSS media queries.