Just a big ol’ markdown file
A developer wants a shortcut to quickly add curated links with descriptions to a markdown file for his newsletter, moving away from Notion.
A developer wants a shortcut to quickly add curated links with descriptions to a markdown file for his newsletter, moving away from Notion.
A developer reflects on his blogging journey, discussing his motivations, the evolution of his tech stack from WordPress to a custom SSG, and his writing workflow.
Puzzmo's Q1 2025 performance improvements: iOS app infrastructure, website redesign, and API monitoring lead to a faster site and offline support.
An introduction to designing games using the Lua programming language and the Löve2D game engine.
Explains how to use TypeScript's `readonly` keyword to create immutable properties and types, with examples and compiler behavior.
Explains the difference between OnlyWhenStatic and OnlyWhenDynamic conditions for controlling target execution in Nuke, a C# build automation framework.
A developer shares insights and practical advice from migrating a Vue.js application's state management from Vuex to Pinia.
Analysis of a survey on the most frustrating aspects of using the terminal, based on responses from 1600 experienced users.
A comprehensive guide to understanding, using, and creating TypeScript decorators to improve code structure, reusability, and maintainability.
A guide to using browser-use, a scriptable AI agent built with Playwright and LLMs to automate repetitive browser tasks.
A Chrome extension that uses local AI to detect clickbait headlines, score websites, and suggest alternative titles, built for the Google Chrome Built-in AI Challenge.
Explores four main approaches to building and enhancing reasoning capabilities in Large Language Models (LLMs) for complex tasks.
Explores four main approaches to building and enhancing reasoning capabilities in Large Language Models (LLMs) for complex tasks.
Explains how to use JavaScript's at() method to get the last item from an array, comparing it to traditional approaches.
The article argues for migrating JavaScript packages to ESM-only format, discussing ecosystem readiness, tooling support, and migration strategies.
Notes on dataset engineering from Chip Huyen's 'AI Engineering', covering data curation, quality, coverage, quantity, and acquisition for AI models.
A guide to publishing npm packages using TypeScript and native ECMAScript Modules (ESM), covering setup, configuration, and best practices.
Part 2 of implementing a simple .NET garbage collector in C#, covering native interfaces and a basic handle store.
Explores using the Vogen library in C# to create value objects, improving code clarity and reducing errors by constraining primitive types.
Learn how to customize GitHub Copilot's auto-generated commit messages using VS Code settings for consistent formatting.