Author Archives: vivek

Introduction to Frontend Development

Introduction to Frontend Development Welcome to my blog! If you’re new to the world of web development, you might have heard the term “frontend development” thrown around. In this post, we’ll explore the basics of frontend development, including what it is, the key technologies involved, and an introduction to some popular frontend frameworks like Angular […]

Implementing Routing in Angular

Introduction Routing is a fundamental aspect of modern web applications, enabling users to navigate between different views and components seamlessly. Angular, a popular framework for building dynamic web applications, provides a powerful and flexible routing system through its Router module. In this blog post, we will explore the basics of routing in Angular, including setting […]