Blog
Diving deeper in JavaScript
23 mai 2022
Got a bit addicted to Javascript and Codewars and got up to level "4kyu" (out of 8).
Meanwhile, I continued the bootcamp course and completed the DOM part.
JavaScript at last!
6 mai 2022
So I finally started the JavaScript chapter of the “Web Development Bootcamp”.
Felt like a homecoming. I really forgot how much I enjoy coding!
I completed all JavaScript sections and challenged myself at Codewars.
Looking forward to make real world applications so onwards with the DOM!
Bootstrap challenge
21 april 2022
I was looking for nice challenges to practice Bootstrap and stumbled across this task building a COVID-19 screening tool from Interns school.
It was a good exercise on Bootstrap in general and particularly using modals.
The designs was targeted to mobile interfaces but is responsive for larger screens.
Next time I would use anchors and ID's instead of <button> element so that the tool still works if for some reason, Javascript is not available.
Practicing CSS Flex
04 feb 2022
When practicing flexbox, I came across a page of CoderAcademy that included several exercises including the tip to rebuild the product page of Footlocker.
It turned out to be a very good practice on CSS in general and specifically CSS Flexbox.