DEV Community

Mukarram
Mukarram

Posted on

2

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

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

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Cloudinary image

Video API: manage, encode, and optimize for any device, channel or network condition. Deliver branded video experiences in minutes and get deep engagement insights.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay