InFuzzy CodebySameer Gurung·Mar 26, 2024ESLint 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…
InFuzzy CodebySameer Gurung·Mar 21, 2024How to debug Excel desktop add-in on a MacDebugging with Safari Web Inspector on a Mac
InFuzzy CodebySameer Gurung·Jan 26, 2024How to allow developer app to run on iOSJust install the Developer app (the app you want to run) on the physical host iOS device.
Sameer Gurung·Jan 17, 2024How to do SSH on macOSTo perform SSH (Secure Shell) on your local laptop running macOS, you need to follow these steps:
Sameer Gurung·Dec 2, 20233 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…
InThis Abroad LifebySameer Gurung·Nov 9, 2023How 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…
Sameer Gurung·Feb 1, 2023Why 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…
Sameer Gurung·Feb 1, 2023Should 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…A response icon1A response icon1
InFuzzy CodebySameer Gurung·Feb 1, 2023How 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…