Skip to main content
Anurag Konduru

Anurag Konduru

Software Engineer

Recent

Angular Routing: Routing, Navigation, and Route Parameters in Angular
·316 words·2 mins
Programing Web development Angular Frontend Development
Let’s dive into the world of routing in Single-Page Applications (SPAs) ie.
Angular Service & Dependency Injection
·153 words·1 min
Programing Web development Angular Frontend Development
Angular Service & Dependency Injection # Services: # Services in Angular serve as repositories for reusable code, facilitating storage and accessibility throughout the application.
Deploy an Angular Project To Netlify with GitHub
·252 words·2 mins
Programing Web development Angular Frontend Development Netlify
Setting up projects for deployment has become a breeze!
Angular Directives: Guiding the DOM with Instructions
·687 words·4 mins
Programing Web development Angular Frontend Development
Directives: # Directives are instructional elements within the DOM.
Connect Angular to Drizzle ORM and Planetscale Database
·200 words·1 min
Programing Web development Angular Frontend Development Drizzle ORM
Install Drizzle and planetscale: First, you need to install Drizzle in your project.
Angular Databinding: Connecting TypeScript and HTML
·285 words·2 mins
Programing Web development Angular Frontend Development
Data Binding # When it comes to data binding in Angular, the synergy between TypeScript and HTML is facilitated through various techniques: