Frontend Developer Roadmap
Hey guys 👋🏻, In this article, let us understand the roadmap that will help you in becoming a Frontend Developer in 2021. Step 1: First learn HTML, CSS and JavaScript Step 2: Work on your own projects to build skills and then work on LIVE projects. Go grab some internship to get some working experience…
A Brief Introduction to React.js
Hey everyone 👋🏻, In this article, let us cover a brief introduction to React.js Introduction React is an open source, front-end JavaScript Library for building modern sleek user interfaces. It is maintained by Facebook. It is used to create SPAs. Why React ? Uses component based architecture to structure your application. Allows you to write reusable components that…
✨ WHAT THE HECK is a Blockchain ⛓ and what problem it solves ?
Hey everyone 👋🏻, In this article, let us cover a detailed introduction on Blockchain and the problem that it solves. This is the first part of my Blockchain Series. What is a Blockchain ⛓ ? Blockchain is kind of a new way to make transactions. It allows us to make transactions in new ways that are…
Vue.js – Event Handling using v-on directive
Hey guys 👋🏻, In this post, let us talk about Event Handling in Vue.js using the v-on directive. For this post we will understandâś” Event Handling using v-on âś” One Code Example Event Handling For user interactions we can use a special directive called as v-on to attach event listeners that perform some code or…