DEV Community

Cover image for 30 days of code- Day 9
Akshita
Akshita

Posted on

30 days of code- Day 9

Hey everyone!

Day 9 was a mix of development, DSA, and brainstorming — and honestly, I’m happy with how much I got done.

💻 What I Did Today:
College Project:

  • Brainstormed ideas with my team over a Google Meet for an upcoming college project.

JavaScript & Async:

  • Built a basic async mini project to understand asynchronous behavior better.

  • Studied API requests and explored the V8 engine.

  • Started learning Promises (still a lot to explore here).

DSA (Linked List):

Solved 3–4 linked list problems:

  • Find the middle element of a Linked List.

  • Reverse a Linked List (both iterative and recursive approaches).

  • Delete the middle node of a Linked List.

Akshita🌸

Top comments (0)