© 2023 Hashnode
#frontend
Lately, I've been thinking of what the future of my career looks like as a Frontend developer. Tools like ChatGPT got me thinking about whether our careers are in danger as developers. Will we be repl…
React is one of the most widely used frontend frameworks in the developing world today, and its popularity continues to grow. it has so many advantages like the ability to reuse components, compatibil…
Frontend development is a critical aspect of web development. The front end is the user interface that users see and interact with on their devices. A well-designed and intuitive user interface can ma…
Heyy Devs! 🔥 Today is the last part of this HTML course and if you do all 5 parts then you are the Master of HTML basics and you will be provided a CERTIFICATE! 🌟 Today we are gonna make our Person…
If you're a fan of Andrey Tarkovsky's movie, Stalker, you'll probably know that The Zone could be a fortune but also a terror. The funny thing, the same happens with Zone.js and Angular. The motivatio…
Ah, let me tell you about the thrilling ride that is my front-end development career. It all began with HTML, which was a piece of cake to grasp. I mean, come on, it's just tags and attributes, right?…
CSS positioning is an important aspect of web design that allows developers to control the position of elements on a web page. The position property in CSS has four values: static, relative, absolute,…
In this tutorial, we'll build a Random Quote Generator frontend project from FrontendPro.dev using HTML, CSS, and JavaScript. If you're looking to practice your frontend development skills, building a…
In between studying frontend, I do projects on the side to test my understanding. This is a tutorial on consuming 'The Official Joke API' and how to generate jokes using JavaScript. JavaScript provid…
CSS Flexbox is a powerful layout system that has revolutionized the way developers approach web design. It allows developers to create flexible, responsive layouts with ease, without resorting to comp…