| UAT | User Acceptance Testing | Testing to ensure the user doesn't break the system within 5 minutes. | Testing & Quality | If they're happy, you didn't waste your time. | |
| UDP | User Datagram Protocol | A protocol for fast data transmission without confirmation. | Network & Infrastructure | Fast, but unreliable. | |
| UEFI | Unified Extensible Firmware Interface | A modern replacement for BIOS. | General | Boots the system faster and supports large drives. | |
| UI | User Interface | User Interface — everything the user sees on the screen: buttons, menus, input fields, pictures. | Design | UI is like clothing for your app. If the interface is crooked, the user will poke with their finger like a grandma with her first smartphone. If the interface is beautiful — they'll click buttons and be happy, even if everything inside is broken. Because beautiful things are always forgiven. | |
| UML | Unified Modeling Language | A visual modeling language for designing software systems. It's a set of diagrams showing how parts of a program are connected. | Architecture | UML is like blueprints for a house, but for programmers. Without it, developers build the system like a house of cards: it seems to work, but one wrong move and it all collapses. With UML you first draw a beautiful diagram, show it to everyone, say 'this is how it will work', then write code, and it works nothing like what was drawn. But the diagram is beautiful! | |
| UPS | Uninterruptible Power Supply | An uninterruptible power supply. | General | So your computer doesn't shut down at the worst moment. | |
| USB | Universal Serial Bus | A universal bus for connecting peripherals. | General | Keyboards, mice, flash drives — all via USB. | |
| UUID | Universally Unique Identifier | A unique 128-bit identifier. | Development | The chance of two UUIDs matching is like winning the lottery twice in a row. | |
| UX | User Experience | User Experience — what the user feels when using an app or website. | Design | UX is like a first date: if everything is clear, pleasant, and nothing needs explaining — that's good UX. If you're running around the site like in a maze, looking for the 'buy' button for 10 minutes and eventually close the tab with a curse — that's bad UX. Good UX is when the user didn't even notice they interacted with the interface, just did their business and left happy. | |