
Aryan Das
78 posts

Aryan Das
@ProCrafter29
Aspiring Agentic AI Engineer Geek-Weeb Combo Pack
Delhi, India Katılım Ocak 2022
38 Takip Edilen9 Takipçiler


I blink and 10 more notifications pop up. this PA role is giving me nightmares but still loving it @girlscriptsoc
#GSSOC2026 #OpenSource

English

Strong response within just Day 1 of GSSoC ’26 contributions.
If you’ve got MERN stack skills, jump in - plenty to build, plenty to learn.
#GSSoC2026 #OpenSource #MERNStack #BuildInPublic #DevCommunity

English

Solved Pow(x, n) using C++ today.
How is this question marked as Medium 🤣🤣
Is this supposed to be done in a different way?? I have no idea
#Coding #LeetCode #TechStudent #100DaysOfCode

English

Solved all 3 Pascal’s Triangle variants from Striver’s sheet:
1️⃣ Find element (nCr)
2️⃣ Generate a row
3️⃣ Generate the full triangle
Implemented the optimized multiplicative approach and submitted the final one on LeetCode today.
#DSA #CodingJourney

English
Aryan Das retweetledi

Docker explained in 2 minutes!
Most developers use Docker daily without understanding what happens under the hood. Here's everything you need to know.
Docker has 3 main components:
1) Docker Client: Where you type commands that talk to the Docker daemon via API.
2) Docker Host: The daemon runs here, handling all the heavy lifting (building images, running containers, and managing resources)
3) Docker Registry: Stores Docker images. Docker Hub is public, but companies run private registries.
Here's what happens when you run "docker run":
• Docker pulls the image from the registry (if not available locally)
• Docker creates a new container from that image
• Docker allocates a read-write filesystem to the container
• Docker creates a network interface to connect the container
• Docker starts the container
That's it.
The client, host, and registry can live on different machines. This is why Docker scales so well.
Understanding this architecture makes debugging container issues much easier. You'll know exactly where to look when something breaks.
____
Find me → @_avichawla
For more insights and tutorials on ML and AI Engineering!
GIF
English

Solved Subarray Sum = K today using the Prefix Sum + HashMap trick.
Took me a bit to wrap my head around how prefix sums help avoid the O(n²) brute force, but it finally clicked.
One problem at a time, slowly getting better. 💻
#DSA #LeetCode #CodingJourney

English














