Coding Bootcamp Chronicles: Week 5 && 6 Creating DOM apps

Mukarram - Sep 6 - - Dev Community

Hi there,
I am Mukarram.
These 2 weeks were fully dedicated to our DOM Apps and launching our website. Honestly, it was the most frustrating week so far. I made a spreadsheet app, a timer, an Alarm clock, a stopwatch and a TODO app.

Image description

Image description

All the apps were made dynamic using JavaScript for an interactive user interface. I was also taught about synchronous and Asynchronous programming. This was a bit of a shift from what I use to do. In the past, most of my code was executed synchronously, one line after another, just like reading a book. But with asynchronous programming, things can happen out of order, and that’s where things get interesting.

I learned about promises, Async/await, and how to handle operations that take time, like fetching data from an API. For example, if you’re waiting for data from a server, instead of freezing your whole app, you can let other parts of your code run in the background.

Launching My Website :

To top it all off, I launched my website: www.mukarram.xyz. This was a special milestone in my journey, as it’s a place where I can showcase my projects, share my learning experiences, and continue building my online presence. Each week, I’m approaching my goal of becoming a full-stack developer. I am very excited!

~Ba-byee

. . . . . .
Terabox Video Player