Published inFuzzy CodeESLint cannot find “tsconfig.json”I’ve encountered this error in my monorepo project where I have sub folders ‘app’ and ‘api’. This doesn’t affect the development and build…Mar 26, 2024Mar 26, 2024
Published inFuzzy CodeHow to debug Excel desktop add-in on a MacDebugging with Safari Web Inspector on a MacMar 21, 2024Mar 21, 2024
Published inFuzzy CodeHow to allow developer app to run on iOSJust install the Developer app (the app you want to run) on the physical host iOS device.Jan 26, 2024Jan 26, 2024
How to do SSH on macOSTo perform SSH (Secure Shell) on your local laptop running macOS, you need to follow these steps:Jan 17, 2024Jan 17, 2024
3 ways to Unsubscribe Observables in AngularObservables are a crucial part of Angular, as they allow for efficient communication between components and the handling of asynchronous…Dec 2, 2023Dec 2, 2023
Published inThis Abroad LifeHow I Landed an IT Job in Australia While Still StudyingHello everyone. This is Sameer, and welcome to “This Abroad Life”. Today, I want to share with you my journey of how I landed a…Nov 9, 2023Nov 9, 2023
Why you’re missing out by not using Canva for creating Featured Images for your BlogIf you’re a blogger, you know how important it is to have an eye-catching featured images to accompany your blog posts. These images can…Feb 1, 2023Feb 1, 2023
Should I publish my Blog to Medium.com or Personal Website?Blogging has become a popular way to share thoughts, ideas, and knowledge with a wider audience. When it comes to choosing a platform to…Feb 1, 20231Feb 1, 20231
Published inFuzzy CodeHow to configure Angular to build to different environmentsAngular is a popular JavaScript framework for building web applications, and it provides a way to configure the build for different…Feb 1, 2023Feb 1, 2023
Published inFuzzy CodeHow to pass data from child component to a parent component in AngularPassing data from a child component to a parent component in Angular can be done using several methods. Here are two common ways to…Jan 28, 2023Jan 28, 2023
Published inFuzzy CodeHow to pass data between a child component and parent component using shared service in AngularHere’s an example of how to pass a variable from a child component to a parent component using a shared service in Angular:Jan 28, 20231Jan 28, 20231
Published inFuzzy CodeHow to pass data from parent component to child component in AngularThere are several ways to pass data/variables from a parent component to a child component in Angular. Two of the most common method are:Jan 27, 20231Jan 27, 20231
Published inFuzzy CodeHow to store unique values in an array in JavaScript like a bossWe can use Set to store unique values in an array like a boss 💪.Jan 26, 2023Jan 26, 2023
Published inFuzzy CodeAsynchronous validation of a form in AngularHere is an example of how you could add asynchronous validation to a form in Angular:Jan 21, 2023Jan 21, 2023
Published inFuzzy CodeSimple code for rating of users in JavaScriptHere is an example of a simple code rating system implemented in JavaScript:Jan 21, 2023Jan 21, 2023
Published inThis Abroad LifeUSA vs Australia For Your Abroad StudyDeciding between studying abroad in the United States or Australia can be a tough choice. Both countries are popular destinations for…Jan 16, 2023Jan 16, 2023
Published inFuzzy CodeWhat is Hoisting in JavaScript?Hoisting is a behavior in JavaScript where variable and function declarations are moved to the top of their scope, regardless of where they…Jan 12, 2023Jan 12, 2023
Published inFuzzy CodeWhat is Closure in JavaScript?A closure in JavaScript is a function that has access to the variables in the scope where it was defined, even if that function is executed…Jan 12, 20231Jan 12, 20231