The State Of Meridian
An update on Meridian, a Swift on the Server web framework inspired by SwiftUI, covering async/await support and WebSocket integration.
An update on Meridian, a Swift on the Server web framework inspired by SwiftUI, covering async/await support and WebSocket integration.
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.
A developer shares their curated list of must-watch technical sessions from Apple's WWDC24, focusing on Swift, Xcode, StoreKit, and UI frameworks.
Explains how Entity Framework protects against SQL injection in LINQ queries but warns of risks when using raw SQL, highlighting safer alternatives.
Explains the limitations of Large Language Models (LLMs) and introduces Retrieval Augmented Generation (RAG) as a solution for incorporating proprietary data.
Explains how to display file modification times in C++ using OS-specific APIs and the modern C++20 std::filesystem/std::chrono approach.
A developer's reflections on WWDC 2024, exploring new Apple technologies like SwiftData, AI features, Sequoia, and Reality Kit for future projects.
A podcast episode discussing the value of a developer's time and the balance between offering free services and charging for work.
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.
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.
Explores the architecture and demo of an Enterprise Chat AI solution using Azure OpenAI and AI Search, part of a technical series.
A software engineer analyzes poll results from different social platforms to see what content her audience wants for a tech YouTube channel.
A developer argues that embracing confusion leads to deeper technical understanding and valuable blog content.
A roundtable podcast discussion analyzing the WWDC24 keynote and State of the Union, focusing on new OS versions and the limited Vision Pro updates.
Explores using a local SSH server as a secure alternative to sudo for privilege management, avoiding setuid binaries.
An introduction to common sorting algorithms like Bubble Sort, Merge Sort, and Quick Sort, implemented and explained in JavaScript.
A talk on adding semantic search to Django web projects using PostgreSQL and the pgvector extension for AI-powered functionality.