LowKeyDevs Profile Banner
LowKeyDevs Profile
LowKeyDevs

@LowKeyDevs

Followers
320
Following
3K
Media
89
Statuses
954

nonchanlant coder , CS undergrad

Joined March 2025
Don't wanna be here? Send us removal request.
@LowKeyDevs
LowKeyDevs
7 days
Wrote my first blog a on Amazon’s DynamoDB! It dives deep into its architecture and design. Would love for you to check it out and drop a review on how I can improve my future blogs.
Tweet card summary image
medium.com
Amazon’s DynamoDB is a highly available and reliable NoSQL database that provides predictable performance at any scale. To illustrate…
8
6
79
@LowKeyDevs
LowKeyDevs
3 hours
Balloons.
Tweet media one
27
0
31
@LowKeyDevs
LowKeyDevs
17 hours
SELECT * FROM users WHERE username = 'admin' AND password = '' OR '1'='1';. Example of a query a hacker might use to gain access.
0
0
2
@LowKeyDevs
LowKeyDevs
17 hours
SQL Injection - it happens when you directly join user input into a database query, allowing attackers to insert their own SQL and access your data. Always validate and sanitize inputs before sending them to the database.
1
0
14
@LowKeyDevs
LowKeyDevs
2 days
Storage Compute Separation (SCS) means storage and compute are decoupled. Storage sits in cloud services (like S3), while compute runs separately. It allows independent scaling and cost optimization but can add complexity and network latency.
1
0
9
@LowKeyDevs
LowKeyDevs
3 days
SQL vs NoSQL SQL is great for vertical scaling and is ideal if you need your system to be highly consistent. NoSQL is designed for horizontal scaling through sharding and is a good choice if you need your system to be highly available and scalable.
0
0
13
@LowKeyDevs
LowKeyDevs
4 days
You guys must have come across terms like x64 and ARM64. Let me explain what these are: they are basically the CPU architectures of your system that the processor uses to run programs. They determine how software is compiled and how it will run on a particular device.
0
2
17
@LowKeyDevs
LowKeyDevs
4 days
300 followers, thank you so much guys
Tweet media one
20
0
83
@LowKeyDevs
LowKeyDevs
5 days
If there's already an existing service, but you want to build something similar, just make it simpler and more user friendly for your users.
0
0
4
@LowKeyDevs
LowKeyDevs
5 days
Atlassian improved service performance by adopting the sidecar pattern. Instead of clients calling services directly, they talk to a local sidecar (via HTTP). The sidecar handles caching, retries, and all communication with the backend, leading to major latency drops
Tweet media one
0
0
14
@LowKeyDevs
LowKeyDevs
5 days
"distributed systems are just like humans ".~ Arpit bhayani.
0
0
7
@LowKeyDevs
LowKeyDevs
6 days
Kafka stands out from other message queues due to its high throughput and scalability-focused design. It stores data on disk for fault tolerance and uses a pull-based model, letting consumers read messages at their own pace but it also comes with a complex implementation.
0
0
7
@LowKeyDevs
LowKeyDevs
6 days
When you enter an URL, the domain is first resolved into an IP address via DNS (the internet’s phonebook). Once the IP is found, your browser establishes a TCP/HTTPS connection, sends an HTTP request to the server, and finally fetches the webpage content you see.
0
0
8
@LowKeyDevs
LowKeyDevs
7 days
RT @bit2swaz: I built CodeCompass: an AI tool that analyzes your public GitHub repos to find your skill gaps. The MVP is live! It finds ha….
0
3
0
@LowKeyDevs
LowKeyDevs
7 days
Recently many websites (like Tea or Ai Fiesta) have been hacked. The common factor? They used BaaS instead of creating their own server. With BaaS, there’s no backend the client talks directly to the database, so security depends entirely on correct rule configuration.
0
0
11
@LowKeyDevs
LowKeyDevs
7 days
RT @abhraneeldhar: I fixed the only problem with Readme files
0
8
0
@LowKeyDevs
LowKeyDevs
7 days
Companies use canary apps to simulate real customer behavior and monitor availability in production. These apps continuously perform actions like logging in,searching, or checking out, then report availability and latency stats helping detect issues before customers are impacted.
0
0
5
@LowKeyDevs
LowKeyDevs
8 days
What are you learning/building twins ?
Tweet media one
1
0
7
@LowKeyDevs
LowKeyDevs
8 days
SQL is grounded in Relational Algebra (RA). A query first gets translated into RA expressions, then optimized using RA laws (like join reordering & selection pushdown). Finally, it’s converted into a physical plan with concrete algorithms (hash join, index scan, etc.).
0
0
6
@LowKeyDevs
LowKeyDevs
9 days
RT @V9vek: 🔴Youtube System Design mapped out. No medium article because I don't like @Medium . Do read and ask dou….
Tweet card summary image
excalidraw.com
Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.
0
1
0