DEV Community

Cover image for 30 Days of Code – Day 8 | One Week of Consistency! πŸŽ‰
Akshita
Akshita

Posted on

30 Days of Code – Day 8 | One Week of Consistency! πŸŽ‰

Heyy!

A week of staying consistent β€” done! πŸ’ͺ
I know the real challenge will start once college reopens, and I already see a lot of things lined up from next week onwards.

Quick Recap of Day 1–7:

  • Solved DSA problems like Next Permutation, Kadane’s Algorithm, Counting Inversions, Reverse Pairs, and more.

  • Learned DOM Basics, explored selectors, and practiced creating, editing, and removing elements.

  • Built a mini DOM project to put concepts into practice.

  • Explored JavaScript Array Methods (map, filter, reduce).

  • Started Linked Lists (Traversal, Length, Search, and Insertion/Deletion).

I know it’s not a huge list, but no matter how the days were, I made sure to push myself to open my laptop, open IntelliJ/VScode/TUF/MDN Docs/YouTube β€” and learn something.
Still, I feel like I could have done more with the time I had β€” but progress is progress.

Today (Day 8):

JavaScript:

  • Completed revising JS fundamentals.

  • Learned Events in JS.

  • Explored the fundamentals of async programming.

DSA:

  • Started Doubly Linked List.

  • Practiced Search, Deletion, Insertion, and Traversal.

I’ve also realized that while solving DSA questions, I’m slowly getting better at Java as a language β€” not just its syntax but also some small nuances I didn’t know earlier.

Plans for Tomorrow:
I might dive deeper into async and events by reading more docs or maybe start a small project alongside.

If you’re reading this β€” what’s one advice you’d give to a beginner like me?
It could be about DSA, development, projects, or even writing blogs. Would love to hear from you!

Signing off 🌸
Akshita

Top comments (0)