Kabir NazirinLevel Up CodingAsynchronous Javascript Part 4: PromisesUnderstanding promises and the microtask queueFeb 29, 2020Feb 29, 2020
Kabir NazirinLevel Up CodingAsynchronous Javascript Part 3: The Callback QueueUnderstanding the role of callback queue in handling asynchronous functionsFeb 25, 20201Feb 25, 20201
Kabir NazirinLevel Up CodingAsynchronous Javascript Part 2: The Event LoopUnderstanding how the event loop manages the order of execution of functionsFeb 20, 20201Feb 20, 20201
Kabir NazirinLevel Up CodingAsynchronous Javascript Part 1: Single-Threaded Programming and the Call StackUnderstanding how synchronous functions are managed with the help of the call stackFeb 19, 20201Feb 19, 20201
Kabir NazirUsing Javascript to manipulate HTML elements via the DOMAs you might be familiar, HTML and CSS are not ‘programming’ languages in the true sense. HTML is a ‘markup’ language that is used to…Jan 12, 2020Jan 12, 2020
Kabir NazirinLevel Up CodingQuirks in JavascriptCommon quirks in the language, and how to understand themDec 23, 2019Dec 23, 2019
Kabir NazirMy experience at AltCampus so far (1 month)So, it has been a little over a month that I have been pursuing a bootcamp in Full Stack Software Development with AltCampus. The past one…Dec 18, 2019Dec 18, 2019
Kabir NazirinLevel Up CodingResponsive Web Design: Why We Need It and How It’s ImplementedIn the early days of working with HTML, most end users accessed the websites through their desktop computers or laptops only. Web…Dec 5, 2019Dec 5, 2019
Kabir NazirinLevel Up CodingHow to clear floats in CSSIn this story, we have seen how we can use floats to create columns on our page. However, using floats come with a caveat: You need to…Dec 1, 2019Dec 1, 2019
Kabir NazirinLevel Up CodingUse CSS float property to create columnsIn HTML, when we wish to separate our page into different columns, there are different ways to go about it. One of the simpler methods is…Dec 1, 2019Dec 1, 2019