home / tag / ui
Building a Lithuanian Law Assistant with LLM and RAG (part 1)
Building a Lithuanian Law Assistant with LLM and RAG (part 1)
Feb 4, 2026
4 min read
1 charts

I'm building another one, a new app. This time I'll share my progress and findings with you. I'm building a Lithuanian law assistant with LLM using RAG. As nowadays usual, it is a...

llmuirag
Securing the UI Supply Chain
Securing the UI Supply Chain
Nov 29, 2025
4 min read
1 charts

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...

securityui
Cache Storage in UI
Cache Storage in UI
Oct 27, 2025
13 min read
2 charts

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...

uisecurityjavascript
Why Radix UI Is So Popular?
Why Radix UI Is So Popular?
Sep 19, 2025
3 min read
1 charts

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).

uicomponentsaccessibility
Radix UI: A Modern Headless Component Library (LLM-Research)
Radix UI: A Modern Headless Component Library (LLM-Research)
Sep 18, 2025
34 min read
1 charts

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...

llm-researchradix-uiui
Session State
Session State
Apr 19, 2024
3 min read
1 charts

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:

uiserverdatabase
Webpack Module Federation
Webpack Module Federation
Apr 7, 2024
1 min read
1 charts

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...

uiwebpackdeployment
HTML Import Map
HTML Import Map
Apr 1, 2024
3 min read
1 charts

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...

uihtmljavascript
Transform View
Transform View
Mar 3, 2024
2 min read
1 charts

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...

patterntransform-viewarchitecture
Model View Controller MVC
Model View Controller MVC
Feb 25, 2024
5 min read
1 charts

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...

patternmodel-view-controllerarchitecture
Domain Model vs Transaction Scripts
Domain Model vs Transaction Scripts
Dec 31, 2023
4 min read
4 charts

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...

architecturepatterndesign
Application decomposition patterns in microservices
Application decomposition patterns in microservices
Nov 12, 2023
1 min read
4 charts

patterns by Sam Newman from the book Microservices 2nd edition

architecturepatternmicroservices