Fixing Cropped Mermaid Diagrams in Obsidian
A guide to fixing cropped Mermaid diagrams in Obsidian by adjusting CSS styles for proper diagram display.
A guide to fixing cropped Mermaid diagrams in Obsidian by adjusting CSS styles for proper diagram display.
A tutorial on implementing a local RAG system using Phi-3, Semantic Kernel, and TextMemory in a C# console application.
A technical guide on implementing per-user discounts for a Shopify store, inspired by Bungie's system, using a custom app and database.
Learn how to change your Mac's system date from the command line for testing date-based logic in applications.
A developer shares their curated list of must-watch technical sessions from Apple's WWDC24, focusing on Swift, Xcode, StoreKit, and UI frameworks.
An introduction to Valibot, a new modular data validation library for JavaScript, exploring its origins and core concepts.
Explains how Entity Framework protects against SQL injection in LINQ queries but warns of risks when using raw SQL, highlighting safer alternatives.
A tutorial on implementing loading states in React forms using actions, including the useActionState hook.
Explains how to display file modification times in C++ using OS-specific APIs and the modern C++20 std::filesystem/std::chrono approach.
Explains the limitations of Large Language Models (LLMs) and introduces Retrieval Augmented Generation (RAG) as a solution for incorporating proprietary data.
A developer's reflections on WWDC 2024, exploring new Apple technologies like SwiftData, AI features, Sequoia, and Reality Kit for future projects.
Analysis of React 19's Suspense changes causing unexpected waterfalls and parallel loading issues, based on discoveries from the React Summit conference.
A podcast episode discussing the value of a developer's time and the balance between offering free services and charging for work.
Analyzes public reactions to AI bias claims, contrasting them with responses to traditional software bugs, using a viral example.
A tutorial on the six most fundamental R functions for data cleaning, using the tidyverse and palmerpenguins dataset.
Final part of a series on building enterprise-grade AI chat applications, covering data customization, UI, security, evaluation, scaling, load testing, and monitoring.
A technical article discussing responsive design challenges and proposing better CSS composition strategies for complex layout changes across breakpoints.
A tutorial on implementing a Huffman coding data compression utility in Haskell, focusing on constant memory usage and functional programming principles.
Explores automatic delta-method transformations for variance estimates in R's survey package, enabling correct standard errors after mathematical operations.
A .NET code sample extending Semantic Kernel's Azure OpenAI integration to show document source details from Azure AI Search.