<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>BuzzChart.info</title>
  <link>https://buzzchart.info</link>
  <description>IT buzzwords and software architecture concepts explained through charts.</description>
  <language>en</language>
  <item>
  <title>Continuous Integration Pipeline for 100+ Git Repositories</title>
  <link>https://buzzchart.info/post/continuous-integration-pipeline-for-100-git-repositories</link>
  <guid>https://buzzchart.info/post/continuous-integration-pipeline-for-100-git-repositories</guid>
  <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
  <description>One hundred repositories. Four programming languages. Five different build systems. Getting them to integrate cleanly, continuously, without a dedicated integration sprint or a...</description>
</item>
<item>
  <title>Building a Lithuanian Law Assistant with LLM and RAG (part 2)</title>
  <link>https://buzzchart.info/post/building-lithuanian-law-assistant-llm-rag-part-2-rework</link>
  <guid>https://buzzchart.info/post/building-lithuanian-law-assistant-llm-rag-part-2-rework</guid>
  <pubDate>Sat, 21 Feb 2026 00:00:00 GMT</pubDate>
  <description>I continue building a Lithuanian AI law assistant. I already have a POC with 4 laws chunked and loaded to the database with semantic retrieval. Is it useful? A bit. It can look up...</description>
</item>
<item>
  <title>Lithuanian Lemmatization: A Practical Guide</title>
  <link>https://buzzchart.info/post/lithuanian-lemmatization-a-practical-guide</link>
  <guid>https://buzzchart.info/post/lithuanian-lemmatization-a-practical-guide</guid>
  <pubDate>Mon, 16 Feb 2026 00:00:00 GMT</pubDate>
  <description>Lemmatization is needed in systems that extract, store, or query information based on terms. Words appear in different forms depending on grammar, but you need to normalize them...</description>
</item>
<item>
  <title>Normalizing Diacritics in Lithuanian</title>
  <link>https://buzzchart.info/post/normalizing-diacritics-in-lithuanian</link>
  <guid>https://buzzchart.info/post/normalizing-diacritics-in-lithuanian</guid>
  <pubDate>Thu, 12 Feb 2026 00:00:00 GMT</pubDate>
  <description>Lithuanian writing system reflects this richness through extensive use of diacritical marks. The Lithuanian alphabet contains 32 letters , including several with diacritics that...</description>
</item>
<item>
  <title>Building a Lithuanian Law Assistant with LLM and RAG (part 1)</title>
  <link>https://buzzchart.info/post/building-lithuanian-law-assistant-llm-rag-part-1</link>
  <guid>https://buzzchart.info/post/building-lithuanian-law-assistant-llm-rag-part-1</guid>
  <pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate>
  <description>I&apos;m building another one, a new app. This time I&apos;ll share my progress and findings with you. I&apos;m building a Lithuanian law assistant with LLM using RAG. As nowadays usual, it is a...</description>
</item>
<item>
  <title>Securing the UI Supply Chain</title>
  <link>https://buzzchart.info/post/securing-the-ui-supply-chain</link>
  <guid>https://buzzchart.info/post/securing-the-ui-supply-chain</guid>
  <pubDate>Sat, 29 Nov 2025 00:00:00 GMT</pubDate>
  <description>Any UI project can come at this phase if no dependencies strategy present for it. Node dependency resolution algorithm allows having multiple dependencies of the same library in...</description>
</item>
<item>
  <title>How Jakob&apos;s Ten Usability Heuristics applied in chatgpt.com</title>
  <link>https://buzzchart.info/post/how-jakobs-ten-usability-heuristics-applied-in-chatgpt-com</link>
  <guid>https://buzzchart.info/post/how-jakobs-ten-usability-heuristics-applied-in-chatgpt-com</guid>
  <pubDate>Tue, 11 Nov 2025 00:00:00 GMT</pubDate>
  <description>✅ Text inputs has placeholder “Ask anything”, which is phrase tareted for chat user, opposed to “enter prompt”.</description>
</item>
<item>
  <title>llm.txt — A Standard for AI Documentation Access</title>
  <link>https://buzzchart.info/post/llm-txt-a-standard-for-ai-documentation-access</link>
  <guid>https://buzzchart.info/post/llm-txt-a-standard-for-ai-documentation-access</guid>
  <pubDate>Wed, 29 Oct 2025 00:00:00 GMT</pubDate>
  <description>If you’ve ever asked an LLM about your own API and got an outdated answer, you know the pain. In the AI era — with all the vibe code hype and agentic development trends — the...</description>
</item>
<item>
  <title>Cache Storage in UI</title>
  <link>https://buzzchart.info/post/cache-storage-in-ui</link>
  <guid>https://buzzchart.info/post/cache-storage-in-ui</guid>
  <pubDate>Mon, 27 Oct 2025 00:00:00 GMT</pubDate>
  <description>Because where you store the cache affects your app’s architecture, performance, and security. If you’re designing a new system, this choice can even shape how your frontend...</description>
</item>
<item>
  <title>Why Radix UI Is So Popular?</title>
  <link>https://buzzchart.info/post/why-radix-ui-is-so-popular</link>
  <guid>https://buzzchart.info/post/why-radix-ui-is-so-popular</guid>
  <pubDate>Fri, 19 Sep 2025 00:00:00 GMT</pubDate>
  <description>Is it popular? As of September 2025 it has 23 millions downloads per week. Which is huge compared to other mature components libraries, like antd(2M) or mui(1,5M).</description>
</item>
<item>
  <title>Radix UI: A Modern Headless Component Library (LLM-Research)</title>
  <link>https://buzzchart.info/post/radix-ui-a-modern-headless-component-library</link>
  <guid>https://buzzchart.info/post/radix-ui-a-modern-headless-component-library</guid>
  <pubDate>Thu, 18 Sep 2025 00:00:00 GMT</pubDate>
  <description>Radix UI is an open source headless UI component library for building design systems, websites, and web applications. Launched in late 2020 by the Modulz team, Radix UI provides a...</description>
</item>
<item>
  <title>RAG</title>
  <link>https://buzzchart.info/post/rag-retrieval-augmented-generation</link>
  <guid>https://buzzchart.info/post/rag-retrieval-augmented-generation</guid>
  <pubDate>Mon, 12 May 2025 00:00:00 GMT</pubDate>
  <description>RAG stands for Retrieval Augmented Generation. This is the process when the Large Language Models (LMM) input is enriched with a contextual information from the external sources...</description>
</item>
<item>
  <title>Defining Microservice Scope - Integrators and Disintegrators</title>
  <link>https://buzzchart.info/post/defining-microservice-scope-integrators-and-disintegrators</link>
  <guid>https://buzzchart.info/post/defining-microservice-scope-integrators-and-disintegrators</guid>
  <pubDate>Fri, 16 Aug 2024 00:00:00 GMT</pubDate>
  <description>Microservice architecture has become a widely adopted approach for building scalable and maintainable systems. However, one of the most complex decisions when implementing this...</description>
</item>
<item>
  <title>5 Ways to Fail at Implementing a modular monolith</title>
  <link>https://buzzchart.info/post/5-ways-to-fail-modular-monolith</link>
  <guid>https://buzzchart.info/post/5-ways-to-fail-modular-monolith</guid>
  <pubDate>Thu, 15 Aug 2024 00:00:00 GMT</pubDate>
  <description>The modular monolith architecture isn’t new, but it’s become more popular as a way to balance the simplicity of a monolithic application with the flexibility of microservices. It...</description>
</item>
<item>
  <title>Modular Monolith</title>
  <link>https://buzzchart.info/post/modular-monolith</link>
  <guid>https://buzzchart.info/post/modular-monolith</guid>
  <pubDate>Sun, 11 Aug 2024 00:00:00 GMT</pubDate>
  <description>A Modular Monolith is an architectural style that structures your application into distinct, well defined modules within a single codebase. It combines the simplicity and...</description>
</item>
<item>
  <title>Session State</title>
  <link>https://buzzchart.info/post/session-state</link>
  <guid>https://buzzchart.info/post/session-state</guid>
  <pubDate>Fri, 19 Apr 2024 00:00:00 GMT</pubDate>
  <description>Session state is a concept in the software applications to share a user specific data across multiple actions or requests during a single user session. User session can contain:</description>
</item>
<item>
  <title>Webpack Module Federation</title>
  <link>https://buzzchart.info/post/webpack-module-federation</link>
  <guid>https://buzzchart.info/post/webpack-module-federation</guid>
  <pubDate>Sun, 07 Apr 2024 00:00:00 GMT</pubDate>
  <description>Module federation is a webpack 5 features. It allows independent deployments for you different applications. Same as HTML import map? Yes but it allows more flexible configuration...</description>
</item>
<item>
  <title>HTML Import Map</title>
  <link>https://buzzchart.info/post/html-import-map</link>
  <guid>https://buzzchart.info/post/html-import-map</guid>
  <pubDate>Mon, 01 Apr 2024 00:00:00 GMT</pubDate>
  <description>How to load JS in the runtime, from a separate server? Browsers provide a native feature called HTML importmap. It is supported and works across all latest devices and browser...</description>
</item>
<item>
  <title>Versioning in NPM</title>
  <link>https://buzzchart.info/post/versioning-in-npm</link>
  <guid>https://buzzchart.info/post/versioning-in-npm</guid>
  <pubDate>Sun, 24 Mar 2024 00:00:00 GMT</pubDate>
  <description>NPM stands for Node Package Manager. It is the largest package registry in the world. It contains hundreds of thousands of packages uploaded to it.</description>
</item>
<item>
  <title>Semantic Versioning (SemVer)</title>
  <link>https://buzzchart.info/post/semantic-versioning</link>
  <guid>https://buzzchart.info/post/semantic-versioning</guid>
  <pubDate>Sun, 17 Mar 2024 00:00:00 GMT</pubDate>
  <description>It was introduced in 2009 by Tom Preston Werner, co founder of a GitHub. It was designed to provide a clear and universal way to mark software updates. There was a convention,...</description>
</item>
<item>
  <title>Breaking Changes</title>
  <link>https://buzzchart.info/post/breaking-changes</link>
  <guid>https://buzzchart.info/post/breaking-changes</guid>
  <pubDate>Mon, 11 Mar 2024 00:00:00 GMT</pubDate>
  <description>Breaking changes is a result of a code changes, that how the API behaves. It can be low level code API, REST API, any microservice API or even user interface behavior.</description>
</item>
<item>
  <title>Transform View</title>
  <link>https://buzzchart.info/post/transform-view</link>
  <guid>https://buzzchart.info/post/transform-view</guid>
  <pubDate>Sun, 03 Mar 2024 00:00:00 GMT</pubDate>
  <description>The challenge of rendering HTML markup has been present since the inception of the web. This problem is solved by a multiple patterns mostly on the server side. Such patterns as...</description>
</item>
<item>
  <title>Model View Controller MVC</title>
  <link>https://buzzchart.info/post/model-view-controller</link>
  <guid>https://buzzchart.info/post/model-view-controller</guid>
  <pubDate>Sun, 25 Feb 2024 00:00:00 GMT</pubDate>
  <description>Model View Controller is a well known pattern, which was described in the late 1970s. Since then, it is widespread architectural pattern, which influenced many frameworks and...</description>
</item>
<item>
  <title>Repository and Query Object</title>
  <link>https://buzzchart.info/post/repository-query-object</link>
  <guid>https://buzzchart.info/post/repository-query-object</guid>
  <pubDate>Sat, 17 Feb 2024 00:00:00 GMT</pubDate>
  <description>The Repository is a design pattern, which helps to load data from the database providing abstract API, concealing the storage implementation details.</description>
</item>
<item>
  <title>Lazy Load</title>
  <link>https://buzzchart.info/post/lazy-load</link>
  <guid>https://buzzchart.info/post/lazy-load</guid>
  <pubDate>Sun, 11 Feb 2024 00:00:00 GMT</pubDate>
  <description>Lazy load is a pattern to get data the data at the last moment, when it is actually required. This pattern is applied, when loading the data can have negative performance impact....</description>
</item>
<item>
  <title>Unit of Work</title>
  <link>https://buzzchart.info/post/unit-of-work</link>
  <guid>https://buzzchart.info/post/unit-of-work</guid>
  <pubDate>Sat, 03 Feb 2024 00:00:00 GMT</pubDate>
  <description>Unit of work collects all changes about domain objects, that need to be synced (with the database) and lets committing those at the end of a (business) transaction. Tracking and...</description>
</item>
<item>
  <title>UML - Sequence Diagram</title>
  <link>https://buzzchart.info/post/uml-sequence-diagram</link>
  <guid>https://buzzchart.info/post/uml-sequence-diagram</guid>
  <pubDate>Sun, 28 Jan 2024 00:00:00 GMT</pubDate>
  <description>UML stands for Unified Modeling Language. It was created to facilitate the communication and documentation of IT designs and architectures. A UML sequence diagram is a type of...</description>
</item>
<item>
  <title>UML - Class Diagram</title>
  <link>https://buzzchart.info/post/uml-class-diagram</link>
  <guid>https://buzzchart.info/post/uml-class-diagram</guid>
  <pubDate>Sun, 14 Jan 2024 00:00:00 GMT</pubDate>
  <description>UML stands for Unified Modeling Language. It was created to communicate and document IT designs and architecture. UML class diagram is a static structure diagram, that describes...</description>
</item>
<item>
  <title>ACID in Database Transactions</title>
  <link>https://buzzchart.info/post/acid-in-database-transactions</link>
  <guid>https://buzzchart.info/post/acid-in-database-transactions</guid>
  <pubDate>Thu, 04 Jan 2024 00:00:00 GMT</pubDate>
  <description>ACID (Atomicity, Consistency, Isolation, Durability) in IT is a properties of a business (or database) transactions, that guarantees the reliability and data integrity of the...</description>
</item>
<item>
  <title>Concurrency Issues and Solutions</title>
  <link>https://buzzchart.info/post/concurrency-issues-and-solutions</link>
  <guid>https://buzzchart.info/post/concurrency-issues-and-solutions</guid>
  <pubDate>Wed, 03 Jan 2024 00:00:00 GMT</pubDate>
  <description>Concurrency is a complex problem of the IT field. I&apos;ll try to explain some issues related to the concurrency and how to solve those issues.</description>
</item>
<item>
  <title>Domain Model vs Transaction Scripts</title>
  <link>https://buzzchart.info/post/domain-model-vs-transaction-scripts</link>
  <guid>https://buzzchart.info/post/domain-model-vs-transaction-scripts</guid>
  <pubDate>Sun, 31 Dec 2023 00:00:00 GMT</pubDate>
  <description>In the book Patterns of Enterprise Application Architecture by Martin Fowler two patterns are defined to handle business logic in the system. I do not think that much have changed...</description>
</item>
<item>
  <title>Microservice Communication Patterns</title>
  <link>https://buzzchart.info/post/microservice-communication-patterns</link>
  <guid>https://buzzchart.info/post/microservice-communication-patterns</guid>
  <pubDate>Sun, 24 Dec 2023 00:00:00 GMT</pubDate>
  <description>Microservices can communicate synchronously and asynchronously. These are the main group of communication means for microservices. Lest dig in to unwrap, what does it mean.</description>
</item>
<item>
  <title>Microservices Scaling patterns</title>
  <link>https://buzzchart.info/post/microservices-scaling-patterns</link>
  <guid>https://buzzchart.info/post/microservices-scaling-patterns</guid>
  <pubDate>Sun, 17 Dec 2023 00:00:00 GMT</pubDate>
  <description>You want to scale your microservice, when the load exceeds the available resources. Resources can be CPU, RAM, database throughput, workers pool. I will describe two common...</description>
</item>
<item>
  <title>Domain Driven Design</title>
  <link>https://buzzchart.info/post/domain-driven-design</link>
  <guid>https://buzzchart.info/post/domain-driven-design</guid>
  <pubDate>Wed, 13 Dec 2023 00:00:00 GMT</pubDate>
  <description>Domain driven design (DDD) is a methodology for designing software with a focus on the domain. DDD is one of the main practices used in the microservices development. I&apos;ll cover 3...</description>
</item>
<item>
  <title>CAP theorem</title>
  <link>https://buzzchart.info/post/cap-theorem</link>
  <guid>https://buzzchart.info/post/cap-theorem</guid>
  <pubDate>Sat, 09 Dec 2023 00:00:00 GMT</pubDate>
  <description>CAP abbreviation means: Consistency, Availability and Partitioning tolerance. Theorem states, that distributed data store can have two of three guarantees:</description>
</item>
<item>
  <title>Progressive Delivery</title>
  <link>https://buzzchart.info/post/progressive-delivery</link>
  <guid>https://buzzchart.info/post/progressive-delivery</guid>
  <pubDate>Sun, 03 Dec 2023 00:00:00 GMT</pubDate>
  <description>The goal is to have zero down time for deployment of the new version of the service. BlueGreen Deployment (BGD) is a technique having two instances (blue and green) of the same...</description>
</item>
<item>
  <title>Distributed &quot;Transactions&quot; in Microservices</title>
  <link>https://buzzchart.info/post/distributed-transactions-in-microservices</link>
  <guid>https://buzzchart.info/post/distributed-transactions-in-microservices</guid>
  <pubDate>Sun, 26 Nov 2023 00:00:00 GMT</pubDate>
  <description>Transactions in microservices are not possible, because of the distributed nature of microservices. Though you can implement compensation mechanisms to handle failures in multiple...</description>
</item>
<item>
  <title>Observability</title>
  <link>https://buzzchart.info/post/observability</link>
  <guid>https://buzzchart.info/post/observability</guid>
  <pubDate>Sun, 26 Nov 2023 00:00:00 GMT</pubDate>
  <description>Observability is a superset of tools and techniques to understand how a system works, exploring “knowns” and “unknowns” in the systems. Monitoring involves tracking and measuring...</description>
</item>
<item>
  <title>Coupling &amp; Cohesion</title>
  <link>https://buzzchart.info/post/coupling-and-cohesion</link>
  <guid>https://buzzchart.info/post/coupling-and-cohesion</guid>
  <pubDate>Sun, 19 Nov 2023 00:00:00 GMT</pubDate>
  <description>Fundamentals of Software Architecture: An Engineering Approach 1st Edition by Mark Richards (Author), Neal Ford</description>
</item>
<item>
  <title>Application decomposition patterns in microservices</title>
  <link>https://buzzchart.info/post/application-decomposition-patterns-in-microservices</link>
  <guid>https://buzzchart.info/post/application-decomposition-patterns-in-microservices</guid>
  <pubDate>Sun, 12 Nov 2023 00:00:00 GMT</pubDate>
  <description>patterns by Sam Newman from the book Microservices 2nd edition</description>
</item>
</channel>
</rss>