The most visited front-end web and mobile blog posts in 2023
A recap of the top 10 most popular AWS blog posts from 2023 on front-end web and mobile development, covering patterns, GraphQL, and AWS services.
A recap of the top 10 most popular AWS blog posts from 2023 on front-end web and mobile development, covering patterns, GraphQL, and AWS services.
Investigates why ChatGPT 3.5 API sometimes refuses to summarize arXiv papers, exploring prompts, content, and model behavior.
A technical guide to solving the One Billion Row Challenge (1BRC) using SQL and DuckDB, including data loading and aggregation.
Developer announces the sunsetting of three long-running iOS card-based apps after 12 years, to focus on other projects.
A technical guide on implementing a lock-free ring buffer in C# for asynchronous logging, explaining its benefits and providing sample code.
Yihui Xie announces his departure from RStudio/Posit after 10+ years, discusses the layoff, and outlines the future maintenance of key R packages.
Blog author details migrating his WordPress site to a static Hugo site on Netlify for improved speed, cost, and workflow.
A technical guide on using Python's datetime module to handle dates, times, and timezones effectively within Django web applications.
A founder reflects on the first year of full-time work on Preceden, a SaaS timeline tool, focusing on AI feature integration, marketing, and business growth.
A developer reflects on GitHub contribution streaks, analyzing their 2023 graph to discuss work/life balance and the meaning of a 'perfect' streak.
Exploring the challenge of creating a tiny, self-contained C# game under 2KB, focusing on size optimization for faster transfers.
A guide to setting up centralized logging for C# applications using Grafana and Loki, including infrastructure setup and code integration.
Critique of tech press ignoring how Progressive Web Apps and browser competition could disrupt Apple and Google's app store duopoly.
A software engineer outlines his 2024 blog plans, focusing on advanced engineering topics, career insights, visual tutorials, and community growth.
A tutorial on integrating React Hook Form with Next.js 14 Server Actions, using Zod for validation and adding optimistic UI.
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 Microsoft MVP shares practical tips and advice for first-time attendees of the MVP Summit 2024, covering logistics, accommodation, and networking.
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 guide on deploying a Prompt Flow application using Docker, including converting to a chat flow and building the container image.