๐Ÿ“… Week 1 Recap: System Design + DSA Journey

Hello everyone! This week I began my daily learning journey โ€” diving into System Design concepts (via the roadmap.sh System Design Roadmap) and solving DSA challenges on LeetCode.

โœ… 7 days straight of showing up. Here are the highlights:


This content originally appeared on DEV Community and was authored by I.K

Hello everyone! This week I began my daily learning journey โ€” diving into System Design concepts (via the roadmap.sh System Design Roadmap) and solving DSA challenges on LeetCode.

โœ… 7 days straight of showing up. Here are the highlights:

๐Ÿ— System Design Concepts Covered

  • Latency vs Throughput โ†’ Learned how speed (latency) and volume (throughput) trade off in system performance.
  • Consistency Patterns โ†’ Strong, Weak, and Eventual โ€” and where each makes sense (finance vs gaming vs social media).
  • Availability Patterns โ†’ Redundancy, Replication, Load Balancing, Circuit Breakers, etc.
  • Failover โ†’ Active-passive vs active-active setups, and why resilience always adds complexity.

๐Ÿ’ก Biggest Insight: System Design is about trade-offs, not absolutes. You never get high availability, high consistency, and high performance all at once.

๐Ÿ’ป DSA Problems Tackled

  • Regular Expression Matching (hard) โ†’ Recursive approach stretched my thinking.
  • Integer โ†” Roman Conversions โ†’ Dictionary lookups + loops made the logic clean.
  • Longest Common Prefix โ†’ Sorting trick was an elegant win.

๐Ÿ’ก Biggest Insight: For DSA, sometimes brute force teaches you the problem space โ€” but the best solutions come from reframing (like sorting or recursion).

๐Ÿ† Week 1 Reflections

  • Showed up daily despite challenges (some problems took 2โ€“3 hours).
  • Learned to balance deep dives (like regex recursion) with practical clarity (like Roman numeral conversions).
  • Seeing patterns emerge between System Design and DSA: both are about trade-offs and structured problem solving.

๐Ÿš€ Whatโ€™s Next (Week 2 Goals)

  • Push into more advanced system design topics (e.g., gRPC, DB sharding, caching strategies).
  • Continue solving medium/hard LeetCode problems, but improve on timeboxing solutions.
  • Start sharing shorter code insights to make posts even more practical for readers.

๐Ÿค Letโ€™s Connect!

Thatโ€™s Week 1 in the books ๐ŸŽ‰.

If youโ€™ve been following along, Iโ€™d love to hear:

  • Which System Design trade-off do you find most challenging in real projects?
  • Whatโ€™s your DSA strategy โ€” brute force first or optimal-first thinking?
  • Or just drop a ๐Ÿ’ก to celebrate learning and consistency!

Your engagement helps me keep momentum, and Iโ€™d love to make Week 2 even better โ€” for me and for everyone reading ๐Ÿš€.


This content originally appeared on DEV Community and was authored by I.K


Print Share Comment Cite Upload Translate Updates
APA

I.K | Sciencx (2025-09-05T21:30:45+00:00) ๐Ÿ“… Week 1 Recap: System Design + DSA Journey. Retrieved from https://www.scien.cx/2025/09/05/%f0%9f%93%85-week-1-recap-system-design-dsa-journey/

MLA
" » ๐Ÿ“… Week 1 Recap: System Design + DSA Journey." I.K | Sciencx - Friday September 5, 2025, https://www.scien.cx/2025/09/05/%f0%9f%93%85-week-1-recap-system-design-dsa-journey/
HARVARD
I.K | Sciencx Friday September 5, 2025 » ๐Ÿ“… Week 1 Recap: System Design + DSA Journey., viewed ,<https://www.scien.cx/2025/09/05/%f0%9f%93%85-week-1-recap-system-design-dsa-journey/>
VANCOUVER
I.K | Sciencx - » ๐Ÿ“… Week 1 Recap: System Design + DSA Journey. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/09/05/%f0%9f%93%85-week-1-recap-system-design-dsa-journey/
CHICAGO
" » ๐Ÿ“… Week 1 Recap: System Design + DSA Journey." I.K | Sciencx - Accessed . https://www.scien.cx/2025/09/05/%f0%9f%93%85-week-1-recap-system-design-dsa-journey/
IEEE
" » ๐Ÿ“… Week 1 Recap: System Design + DSA Journey." I.K | Sciencx [Online]. Available: https://www.scien.cx/2025/09/05/%f0%9f%93%85-week-1-recap-system-design-dsa-journey/. [Accessed: ]
rf:citation
» ๐Ÿ“… Week 1 Recap: System Design + DSA Journey | I.K | Sciencx | https://www.scien.cx/2025/09/05/%f0%9f%93%85-week-1-recap-system-design-dsa-journey/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.