October 31, 2022June 18, 2023Technology NodeJS – Getting Started NodeJS is a backend JavaScript based runtime environment, which is cross-platform and executes JavaScript outside of the web browser. It is highly […]
October 28, 2022June 18, 2023Technology Update user name/email of pushed commit in GIT Sometimes we might need to update user name/email of pushed commit in GIT.It might happen that we are working with multiple users […]
October 27, 2022October 29, 2022Technology Reactive Forms in Angular Reactive Forms in Angular form one of the two types of Forms in Angular, namely:– Template Driven Forms– Reactive Forms Reactive forms […]
October 24, 2022October 23, 2022Technology How to Parse .env files in Python To be able to parse .env files in Python can be as easy as os.getenv(key). But there are other ways to do […]
October 23, 2022October 29, 2022Technology How to Create Modal in Angular Creating Modal in Angular has been made quite easy with the advent of a lot of component libraries available for the framework. […]
October 22, 2022October 29, 2022Technology Create Angular Project Angular is a platform used by millions of developers to build high-quality applications that can be deployed across desktop, mobile and the […]
October 21, 2022October 20, 2022Technology Firebase Angular – Getting Started Firebase Angular combination is a boon for indie developers. It makes building up an application so fast, that the Time-To-Market can happen […]
October 18, 2022October 5, 2024Technology What is Angular? What is Angular? It is a framework and platform used to build SPA (Single Page Applications) using. It is written using HTML […]
October 17, 2022December 1, 2022Technology SSH Configuration for Multiple GIT Users Config file settings The first Host section is if you want to have a default user setting. Can be removed if you […]
September 3, 2022September 3, 2022Technology Custom Firebase Authentication Handler By default Firebase uses the [app-name].firebaseapp.com as the URL for handling the authentication flow. But we can also use a custom URL […]