whatobathinks.hashnode.devWhat exactly is an algorithm?When giving instructions to a computer, every step must be defined. These steps are called algorithms. An algorithm is a series of defined instructions that perform a task. For example, we could break the task of making a sandwich into this algorithm...Jun 29, 2023·3 min read
whatobathinks.hashnode.devUnderstanding the BEM methodologyIn coding, algorithms are hard, but naming variables is harder. For example, to style your HTML elements, you give them classes or an id attribute. But what name should you give these attributes to make them easier to understand and style? And even a...Mar 8, 2023·5 min read
whatobathinks.hashnode.devFrontend Basics: Introduction & roadmapThe Frontend Basics series In the Frontend Basics series, you will learn the fundamentals of the Internet, HTML, CSS, and JavaScript. This is the first part of the Frontend Basics series subtitled Introduction which will introduce the topics covered ...Jan 14, 2022·2 min read
whatobathinks.hashnode.devHow I started my web development journeyMy progress map. On January 15, 2021, I bought the Web Developer Bootcamp course by Colt Steele on Udemy. Finished the HTML and CSS section by the 3rd of March. Wondered off for some days in tutorial hell and Netflix. I read The Ultimate Guide to ...Nov 6, 2021·3 min read