Home  >  Article  >  Web Front-end  >  Coding Bootcamp Chronicles: Week amp;& reating DOM apps

Coding Bootcamp Chronicles: Week amp;& reating DOM apps

WBOY
WBOYOriginal
2024-09-06 18:31:05613browse

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.

Coding Bootcamp Chronicles: Week amp;& reating DOM apps

Coding Bootcamp Chronicles: Week amp;& reating DOM apps

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

The above is the detailed content of Coding Bootcamp Chronicles: Week amp;& reating DOM apps. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn