October 25, 2022October 31, 2022Technology Set Wallpaper in Raspberry Pi Setting wallpaper in Raspberry Pi can give some eye relief, which doing some mundane activities on the mini computer. As it can […]
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 20, 2022October 29, 2022Technology Angular Property Binding Angular Property Binding helps with setting values for properties of HTML elements. Property binding can also be used for managing feature states […]
October 19, 2022October 29, 2022Technology Angular Hooks (Angular Lifecycle Hooks) Angular hooks (written in short for Angular Lifecycle Hooks) is the lifecycle that a component goes through in it’s process from instantiation, […]
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 […]