© 2022 Hashnode
Developers often have a love-hate relationship with JavaScript because sometimes it doesn't work as expected. Learning JavaScript fundamentals and it's quirks can assist developers in debugging and wr…
Introduction If you've been paying attention to the web development world, you've probably heard a lot about Next.js. Today I'm going to tell you all I know about Next.js,probably not all of them but …
If I tell you React(aka ReactJS) is one of the leading user interface technology(ok, library) in web development, would you believe it? Most of you will. For the rest of you, let me put forward some s…
Ok, quick questions: What was the educational video you searched for? How many educational videos you've watched after finishing that video? What is the ratio of educational and entertainment videos …
...Nuxt 3! If you are not familiar with Nuxt 3, it is build on top of the awesome Vue 3 + Vite (or Webpack if you like) + Typescript, which makes the process of development feels like a breeze. But be…
These are the two terms that you always hear in a programming language called Pure and Impure functions. You know Pure Function is always dependent on arguments and there should not be any side effec…
Vue.js is a JavaScript framework allowing developers to create complex and dynamic web applications by assembling custom-made components in a virtual Document Object Model. But how can these component…
Introduction Github Actions allows you to customize and execute all your software development workflows directly from Github. It makes it easy to include Continous Integrations and Continous Delivery …
While searching for a job in the current market, we are asked to have prior knowledge of Frameworks like (React, Angular, Vue), these Frameworks provides excellent tools that help with creating comple…
Although, HTML is a very popular web technology and topic, it is still widely misunderstood by a whole lot of developers who are not patient enough to grab the fundamentals or intending developers. He…
Most of us will be using Create React App for creating React App. It supports all the configurations out of the box. But when your project code grows you might face higher build times, a slower start …
Introduction In 2018, smartphones were used by more than 28 percent of the world's population. According to statistics, the worldwide smartphone user base would cross 8.3 billion by 2050. Services and…
Introduction 👋 Object-oriented programming (OOP) is a programming paradigm fundamental to many programming languages, including Java and C++. In this article, we will help you understand the importan…