Antora Deployment to Cloudflare Across Private Repositories with GitHub Actions
A technical guide on deploying Antora documentation to Cloudflare Pages using GitHub Actions and GitHub Apps across private repositories.
A technical guide on deploying Antora documentation to Cloudflare Pages using GitHub Actions and GitHub Apps across private repositories.
A tutorial on migrating an on-premise MySQL database to Google Cloud SQL using Google's Database Migration Service for minimal downtime.
A tutorial on using the open-source Swift package ApiKit to integrate with and model REST APIs, using the Yelp API as an example.
An analysis of modern frontend web architectures, comparing SPAs, server-rendered HTML, and frameworks like React, focusing on trade-offs for rich web applications.
An indie founder shares 13 years of lessons from growing his SaaS timeline tool, Preceden, with a 37% annual revenue growth rate.
A critique of AutoMapper for C# object mapping, advocating for compile-time source generators like Mapperly as a simpler, more maintainable alternative.
A SaaS founder discusses how the channel used to acquire customers influences product pricing and target market strategy for his website monitoring tool.
Using simulated annealing to optimize parameters (B and J) in a spatial kinetic Ising model for simulating spatial patterns.
A developer updates a SaaS app's legal pages and integrates Stripe for customer creation and subscription payments.
A technical guide on implementing a lock-free ring buffer in C# for asynchronous logging, explaining its benefits and providing sample code.
Explains the purpose and importance of the Terraform state file in managing Azure infrastructure, covering its contents, dependencies, and storage.
Introduces the new System.Threading.Lock type in .NET 9, a dedicated lock type that aims to be more explicit and potentially faster than using a plain object with the lock keyword.
A technical tutorial on fine-tuning the Llama 2 7B large language model using AWS Trainium instances and Hugging Face libraries.
A developer works on the sign-up template, styling, and feature flags for a SaaS product using Python and Django.
Explores the potential new 'params collections' feature in C# 13, allowing the params keyword to be used with collection types beyond arrays.
Introduces bUnit Generators, a tool for automatically creating stubs for third-party components in Blazor unit tests.
A developer shares lessons learned from launching a SaaS website monitoring tool, focusing on debugging signup and false alert issues.
Explains how to use the spatial kinetic Ising model in R to simulate changes in binary spatial patterns, like land cover.
A technical exploration of Angular 17's new Server-side Rendering (SSR) features, covering setup, benefits, and practical implementation details.
Explains how to store complex objects and lists as JSON in databases using Entity Framework 8 and 7, including configuration and benefits.