© 2023 Hashnode
#front-end-cik5w32oi016zos53hitiymhh
Introduction: Welcome, aspiring web developers, to the captivating world of front-end web development! In this article, we embark on an exciting adventure filled with HTML, CSS, and JavaScript, unlock…
Front-end development is a vast (as vast as the ocean) area with a plethora of tools and use cases. It is easy to get overwhelmed and attempt to cover all bases. However, this approach usually does mo…
Table of Content: Introduction Foundation: Understanding JavaScript Basics Mistake #1: Improper Variable Naming Mistake #2: Mixing up Addition & Concatenation Mistake #3: Improper Variable Declaration, Reassignment and Scope Management…
What is Micro-frontends? Micro-frontend is an architectural pattern that extends the ideas of microservices to front-end development. A frontend application is divided up into smaller, independent modules called micro-frontends. Every mi…
Semantic HTML: Understanding Its Importance and Usage Semantic HTML is a concept that is becoming increasingly important in the world of web development. It refers to the practice of using HTML tags and elements to provide meaning and struc…
This month I celebrated my first year working as a web developer (🥳), after switching careers from digital marketing, and I wanted to write a little review to reflect on what has happened over the year. To give a bit more context, the swit…
The developer team in charge of updating react google sign-up/sign-out has stopped package support for the react-google-login method of adding google sign-up/ sign-out option in the registration and login page and has introduced @react-oaut…
Block Element Modifier (BEM) is a popular convention for writing CSS. It was introduced by Yandex, a Russian search engine company, and has gained popularity in the web development community due to its clarity and ease of use. In this post,…
The Internet is a global network of interconnected computers that communicates via TCP/IP. The Web (World Wide Web) is an information system where documents and other resources are available over the Internet. Documents are transferred via …
In this article we explain the importance of web frameworks in software developement. Go is a general purpose language, but if you use it for web developement, you should use a framework. Let's begin …