Skip to main content

Pravin Dhodare

Pravin Dhodare is a front-end developer with over five years of experience and has been a technical consultant for the past three years. Pravin has worked with various UI frameworks and is constantly looking to improve his knowledge of UI technologies. Outside of work, Pravin enjoys taking photographs, sketching, and gardening.

Blogs from this Author

A Male Programmer Shows A Female Colleague A Coding Technique. The Codes Are Visible On The Laptop Screen

An In-Depth Look at Objects in JavaScript

Basics of Objects in JavaScript JavaScript is an object-based language; its objects are made up of attributes. If an attribute contains a function, it is considered a method; otherwise, it is a property. JavaScript provides objects and arrays for gathering and referring to related sets of data under a single name. How to Create an […]

Pexels Pixabay 221185

A Guide to Lazy Loading in Angular

Lazy loading should be considered for large applications with numerous routes. Sometimes, optimizing performance may risk delivering a better user experience. Using the technique known as “lazy loading,” the browser loads only the modules or parts that are required for the particular scenario. All the modules will not be loaded except the active route. This […]