PinnedEpisode 1: Introduction to React.Introduction This section provides an overview of the basics of React and sets the foundation for the rest of the series. By the end of this section, you will have a solid understanding of what React is, how it works, and how to set up a development ...Feb 3, 2023·18 min read
How to build a Progressive Web App that works offline for a software project documentation.Feb 17, 2023·7 min read
Testing and Debugging Your Web Application: Tools and Techniques for Effective Quality AssuranceFeb 16, 2023·3 min read
Episode 4: Routing and FormsIntroduction This episode focuses on the concepts of routing and forms in React. You will learn how to build routes in React, handle forms, and understand how routing and forms are used in real-world applications. By the end of this episode, you will...Feb 15, 2023·13 min read
Episode 3: State and event HandlingIntroduction This episode focuses on the concepts of state and event handling in React. Students will learn how to build dynamic components using state, handle events in React, and understand how state and event handling are used in real-world applic...Feb 9, 2023·12 min read
Why you should sign up for AWS Activate for startupsAWS Activate is a program offered by Amazon Web Services (AWS) that provides startups with the resources they need to quickly get started on AWS.Feb 8, 2023·6 min read
Episode 2: Components and Props.Introduction This episode focuses on the core concept of components and props in React. Students will learn how to build reusable components, pass data between components using props, and understand the lifecycle methods of React components. By the e...Feb 4, 2023·12 min read
How to embed a google maps feature in a Vue 3 appUsing Places API and Maps JavaScript API from Google maps platformFeb 2, 2023·6 min read
Build an e-commerce app with the Quasar framework and deploy it on Vercel.Introduction Quasar Framework is a popular open-source framework for building high-performance, cross-platform apps with Vue.js. In this article, I'll be sharing how to build a simple e-commerce web app with the Quasar framework. Before coming across...Feb 1, 2023·4 min read