#Unisala universe

Unisala universe
              unisala image
Author avatar
Prashant Basnet5 days ago
Factory Pattern: The Glue of Services, Repos, and Infra

When a project starts, life is simple. You know how things are wired, and adding a new feature feels effortless. But as the system grows, that mental model coll

3 min read·General
Article cover
Author avatar
Prashant BasnetSep 2, 2025
Design Patterns Every Developer Should Know: From Principles to Practice

First thing first what's difference between Design Principles vs Design Patterns?The Why?Design Principles are broad guidelines or philosophies for writing good

9 min read·General
Article cover
Author avatar
Prashant BasnetAug 30, 2025
200K+ Authorization Checks per sec with Graph Based RBAC and Zero DB Hits

The Situation & Challenge:At Blueflite, drone operations platform serves multiple organizations with straightforward roles:Operators : Plan and execute ope

5 min read·General
Article cover
Author avatar
Anonymous UserJun 24, 2025
LeetCode problems based on problem solving techniques

Granular breakdown by subtechnique, focusing on patterns relevant to Amazon🧠 Greedy SubpatternsGreedy for Local Min/Max122. Best Time to Buy and Sell Stock IIG

2 min read·General
Article cover
Author avatar
Anonymous UserJun 22, 2025
Top 100 Amazon LeetCode Questions by frequency

Two SumBest Time to Buy and Sell StockLRU CacheMaximum Frequency After Subarray OperationNumber of IslandsReorganize StringLongest Palindromic SubstringMaximize

2 min read·General
Article cover
Author avatar
Anonymous UserJun 22, 2025
Amazon Hard Problems sorted by frequency

Trapping Rain WaterMerge k Sorted ListsCandyMedian of Two Sorted ArraysMinimum Window SubstringBasic CalculatorLFU CacheConcatenated WordsReverse Nodes in k-Gro

1 min read·General
Article cover
Author avatar
Anonymous UserJun 22, 2025
Amazon Medium Problems sorted by frequency

LRU CacheMaximum Frequency After Subarray OperationNumber of IslandsReorganize StringLongest Palindromic SubstringMaximize Y‑Sum by Picking a Triplet of Distinc

3 min read·General
Article cover
Author avatar
Anonymous UserJun 22, 2025
Amazon Easy DS Problems sorted by frequency

Two Sum – HashMapBest Time to Buy and Sell Stock – ArraysReverse Linked List – Linked ListValid Parentheses – StackPalindrome Number – Math/StringFlood Fill – D

2 min read·General
Article cover
Author avatar
Prashant BasnetJun 21, 2025
Word Ladder | HashMap + BFS

A transformation sequence from word beginWord to word endWord using a dictionary wordList is a sequence of words be

3 min read·General
Author avatar
Prashant BasnetJun 16, 2025
Understanding Backtracking Patterns: Sequential vs Choice Generation

Many struggle with backtracking because they confuse two fundamental patterns i.e Sequential Decision Making and Choice Generation. The Conversion Funnel: From

2 min read·General
Article cover
Author avatar
Prashant BasnetJun 15, 2025
🧠 The Thinking Evolution: From Problem to Pattern Recognition | Mental Model

🎯 The Real Question: How do I train my brain to see patterns?here's the actual thinking process that happens in senior developers' minds:📖 STEP 1: R

6 min read·General
Article cover
Author avatar
Brain DumpJun 15, 2025
Popular Problems

EasyDesign Parking System (87.1%)Make Array Zero by Subtracting Equal Amounts (73.3%)Maximum Units on a Truck (74.3%)MediumLRU Cache (45.2%)Number of Islands (6

2 min read·General
Author avatar
Prashant BasnetJun 11, 2025
System Design 101: What I'm Building, Reading, and Practicing

1/ Why System Design? I realized that while DSA builds problem-solving skills, System Design teaches how real-world software works:ScalabilityReliabilityPerfor

1 min read·General
Author avatar
Prashant BasnetJun 8, 2025
Pub/Sub: The Invisible Glue That Makes Modern Apps Work

Publish-Subscribe is a messaging pattern where:Publishers send messages without knowing who receives them.Subscribers listen without kn

4 min read·General
Article cover
Author avatar
Brain DumpJun 8, 2025
Snowflake Curated Question Set : Leetcode

High Frequency Problems (Sorted by Frequency)https://unisala.com/llm/conversation/87DITfU?leafId=3676cfa1-37c8-4168-8211-df0cd93d07d7🟢 Easy Problems202. Happy

3 min read·General
Article cover