November 1, 2022June 18, 2023Technology Check Memory in Raspberry Pi Check memory in Raspberry Pi with this short and simple guide. While checking those info may not be as straight forward as […]
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 30, 2022June 18, 2023Lifestyle Full Day Diet Plan A full day diet plan with multiple small meals for a perfectly balanced diet. Can add or remove items as desired. Breakfast […]
October 29, 2022June 18, 2023Lifestyle Full Day Meal Plan – 1500 Calories A full day meal plan with more than 1500 calories intake for a perfectly balanced diet. Can add or remove items as […]
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 26, 2022November 1, 2022Technology Angular Data Binding – Deep Dive Angular data binding keeps the view updated based on the application state. It keeps the model and view in sync. It can […]
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. […]