Kajal
198 posts

Kajal
@thecloudypixel
Building things gently in my own little cloud ☁️
http://localhost:8080 เข้าร่วม Nisan 2026
189 กำลังติดตาม296 ผู้ติดตาม

A well-designed API does not just serve requests.
It controls them.
That control is called Rate Limiting.
Imagine a toll booth on a highway.
Cars can pass, but only at a safe rate.
Too many at once, and traffic collapses.
Same in systems:
Request arrives
API checks the quota
Quota exceeded → 429 Too Many Requests
Why engineers implement rate limiting:
• Prevent bots and brute-force attacks
• Protect backend services from spikes
• Keep the system fair for all users
• Avoid unexpected cloud bills
Common algorithms powering it:
Fixed Window
Sliding Window
Token Bucket
Leaky Bucket
Real-world scenario:
OTP or login endpoints usually allow
3 to 5 attempts per minute
Then temporarily block further requests.
Uncontrolled traffic → Outages
Controlled traffic → Reliable systems
#SystemDesign #BackendEngineering #APIDesign #Scalability #DevOps

English

"Caveman" prompting is a viral technique for Claude AI.
Write short. No filler words. No pleasantries.
Just direct instructions.
Goal: reduce tokens and cut costs.
Why it works:
LLMs read tokens, not sentences.
Long sentence → more tokens → higher cost
Short sentence → fewer tokens → lower cost
Example:
"I understand your request and will explain in detail"
vs
"Explain now"
Same meaning. Far fewer tokens.
Less tokens. More efficiency.
Longer conversations.
Repo: github.com/JuliusBrussee/…
#AI #LLM #PromptEngineering #Claude
English

Hey @X 👋
I’m want to connect with fellow tech enthusiasts who enjoy building, experimenting, and continuously leveling up their skills
Always open to meaningful conversations, collaboration opportunities, and learning from each other as we grow in our tech journeys 🚀
Some areas I’m actively interested in:
• Artificial Intelligence & Machine Learning 🤖
• Full Stack Development 🌐
• Backend Systems & APIs ⚙️
• Frontend & Web Experiences 🎨
• Cloud, DevOps & Infrastructure ☁️
• System Architecture & Design 🧠
• Data Analytics & Insights 📊
• DSA / Coding Practice 🧩
• Open Source & Community Projects 🌍
• UI / UX & Product Thinking ✨
• Cybersecurity & Secure Systems 🔐
• Test Automation & Quality Engineering 🧪
• Freelance Work & Side Hustles 💼
• Startups, Innovation & Entrepreneurship 🚀
Let’s #connect and support each other in this ever-evolving tech space 💻
Drop a message with a connection request!
English

@thecloudypixel @X Working on a proposal generator for freelancers.
Trying to solve messy proposals + scope creep issues.
Always down to connect with people building in this space 🤝
quoteongo.com
English

@thecloudypixel @X I am learning & working in web3 happy to collaborate
English

What is a Reverse Proxy?
Reverse Proxy - A server that sits in front of backend servers and forwards client requests to them, hiding internal servers, improving security, load balancing traffic, and enabling caching and SSL termination.
How it works:
User → Internet → Reverse Proxy → Application Servers
Real example:
When you open a website, Nginx or Cloudflare receives your request first, then forwards it to the correct backend server without exposing the server's real IP address.
Common uses:
-- Security - Hide backend servers
-- Performance - Cache responses
-- Load balancing - Distribute traffic
-- SSL termination - Handle HTTPS encryption
Tools:
-- Nginx
-- HAProxy
-- Cloudflare
-- Apache
Client talks to one server.
That server talks to many servers behind the scenes.
#SystemDesign #ReverseProxy #Backend #DevOps #Networking #TechBasics

English

@thecloudypixel @X followed u back! Yeah do check it out and let me know what she says!
English

@thecloudypixel @X Wow that is some detailed introduction I have seen in a while . Kudos 🙌
English












