12 followers
I'm a UI Designer and JavaScript engineer, living in South Africa
Subscribe to my newsletter and never miss my upcoming articles
Summary Welcome to the web developer roadmap for 2021, Why did I make this roadmap? Well, think of this the final preview of a 10 000 piece puzzle on the box. In my journey to become a Web developer, I realized it sometimes felt like I was building a...
Everyone once in while there comes a person, tech or thing. That just dominates its domain. I predict Tailwind CSS will be another one. What are CSS frameworks CSS frameworks are specific libraries that either speed up our workflow or enhance it. Usu...
What is CSS ? CSS stands for cascading style sheets, CSS is the secret to making your web pages look amazing. Currently, CSS is the only way to style web pages in all its different forms. In this article, I cover some basic theory of CSS every web de...
What is semantic html? Semantic HTML are HTML elements that describe its function and contents to both the browser and the developer. It helps you determine what type of content needs to go into the tags and it helps browsers as well as google determ...