5 Lessons I Learned from Writing Online (Guest post by Susan Shu)
A guest author shares five key lessons learned from writing a technical blog, focusing on overcoming perfectionism and getting started.
A guest author shares five key lessons learned from writing a technical blog, focusing on overcoming perfectionism and getting started.
A concise overview of PHP 8.1's new features, including enums, readonly properties, fibers, and array unpacking, demonstrated through code examples.
A software developer shares five key lessons learned from over a year of public blogging, focusing on overcoming perfectionism and getting started.
A technical analysis of ARM spinlock implementation using ldrex/strex instructions, comparing it to x64 CPU internals.
A developer proposes using a facade pattern to wrap third-party UI library components, explaining the benefits for flexibility and maintainability.
Explains why Go's 'go test' command doesn't wait for interactive stdin input and provides a solution using io.Pipe for testing.
A guide to adding GitHub-powered comments to a static website using the utterances library, which leverages GitHub issues for storage.
A video and transcript explaining how to implement and use generics in PHP via docblocks, with support from PHPStan, Psalm, and PhpStorm.
A tutorial on creating Kubernetes clusters on Azure using the Cluster API project, including setup and configuration steps.
A developer explains why they love the Remix framework, highlighting its benefits for user experience and developer happiness.
Explains JavaScript factory functions, their use in creating objects, and how they can replace classes with private state via closures.
A technical tutorial on using R and the rvest package to scrape data from multiple web pages, including handling pagination.
Analysis of Apollo Federation's license change from MIT to Elastic, arguing it's anti-FOSS and corporate gaslighting.
Explains the State Initializer Pattern in React for resetting components to a customizable initial state without remounting.
A developer's hands-on experience building a web app with Serverless Cloud during its public preview, covering setup, features, and workflow.
Explores the unique, proprietary Python ecosystems used within major investment banks, detailing their unconventional architecture and tools.
A guide on using CSS media queries and custom properties (variables) together to create more manageable and maintainable responsive web designs.
A review of key new features in C# 10, including record structs and static abstract members in interfaces.
Learn about Django commands, including built-in tools and how to create custom scripts to interact with your application.
The author integrates django-htmx into a Django project to build a bulk task deletion feature for a SaaS homeschool application.