Posts ✏️
All the articles I've posted.
How to Implement a Cosine Similarity Function in TypeScript for Vector Comparison
Learn how to build an efficient cosine similarity function in TypeScript for comparing vector embeddings. This step-by-step guide includes code examples, performance optimizations, and practical applications for semantic search and AI recommendation systems
Read More→How I Added llms.txt to My Astro Blog
I built a simple way to load my blog content into any LLM with one click. This post shows how you can do it too.
Read More→How to Do Visual Regression Testing in Vue with Vitest?
Learn how to implement visual regression testing in Vue.js using Vitest's browser mode. This comprehensive guide covers setting up screenshot-based testing, creating component stories, and integrating with CI/CD pipelines for automated visual testing.
Read More→How to Test Vue Router Components with Testing Library and Vitest
Learn how to test Vue Router components using Testing Library and Vitest. This guide covers real router integration, mocked router setups, and best practices for testing navigation, route guards, and dynamic components in Vue applications.
Read More→How to Use AI for Effective Diagram Creation: A Guide to ChatGPT and Mermaid
Learn how to leverage ChatGPT and Mermaid to create effective diagrams for technical documentation and communication.
Read More→