azure pipelinesExploring YAML based Azure Pipelines in Azure DevopsI’ve always curious of the huge variety of options on Azure DevOps & have always wanted to explore and understand the use cases for having…
chocolateyAutomate boring installations with ChocolateyNew windows installation Whenever we need to setup a new machine its always a time consuming & boring process. Being a developer you need to…
angularIntegrate Swagger UI inside Angular appAfter spending alot of time on how to embed a inside an Angular application, I am documenting my findings here. Package confusions There…
angularAngular UI component LibrariesToday I am sharing you some amazing libraries which can help you speed up your application development. Since most of the components that we…
toolsTOP FREE Hosting providers for your portfolio or blogMost of the developers out there has an amazing portfolio or site and a personal blog. The problem is they can’t seem to find their required…
open source5 Open Source alternatives instead of commercial AppsEveryday we need some tools to get our work done, like noting things, sharing colloborative items, tracking work, chatting with people and…
javascript7 FREE Courses to learn ANGULARAngular is one of the most biggest community of developers who keep on sharing amazing things. Here are some of the FREE courses which will…
javascript6 Ways to reverse an Array in JavascriptIn modern web applications as well as any application, which runs on the web, javascript plays a major role. Any response which you get from…
javascriptTop 10 JavaScript Array tricksThese are some of the very basic Javascript methods that will help you get better in Javascript. Let’s straightly jump into coding.. Fill…
AngularHow to visualize live data using SignalR and AngularIn this blog we will take a look at a simple scenario to use SignalR to track live data and feed it in our client application. For this let…
AngularWrite clean and maintainable codeWe all have come through posts where people show off how to write cool stuff in the backend/server-side in languages like C#, nodeJs, java…
AngularThe subtle art of writing clean codeWhen I came across the term clean code, I thought its something that only 10x Engineers or Senior developers can do. We often tend to…
AngularAngular Quickstart with Font AwesomeIntroduction Whenever we create a SPA we need icons. Usually, most icons are delivered from the framework like Material or use a library…
unsplashTop 10 Unsplash AlternativesHey developers, ever wondered where bloggers get copyright free amazing photos for their blogs, thumbnails and baners etc? You must’ve…
IloggerHow to Ilogger Reference in Startup in Azure FunctionIntroduction is a class or a assembly by Microsoft which you can use to log activities from your .NET code. There can be various types of…
angularWrite Angular code 10x fasterIn today’s age speed is a thing. Speed is necessity. In this blog i will tell you a secret to write angular code 10x faster . Pre…
angularThe problem with Angular ViewChild and Template VariablesToday one of my friend was facing an interesting problem. As sometimes if we are struggling in something for hours, we may call for help…
windows 10How to Fix Windows 10 Search is not workingAs the title states you’re here reading this to fix your windows 10 Search. So this recently happened to me as well on the latest version…
csharpAwesome .NET bloggers i enjoy readingI have curated some list of people who write some amazing stuffs revolving around .NET and C#. If you are working on a .NET Environment or…
dotnetUltimate dotnet cli Cheat Sheet for developersHey command line fellas, are you a person rather than 10 Clicks using GUI, then this is for you. The below list also helps me to work on…
csharpTop Nuget Libraries for DotnetToday I am sharing some of the amazing libraries which help in a lot of ways in almost any project. Here are them in no particular order…
serverlessThe Ultimate Guide to Fixing Azure Function problems.In the century of serverless apps and architecture, we create and work with many serverless apps. Today let’s see a simple problem that…
refactoringThe subtle art of refactoring 1Every developer would have come through the below scenario frequently while writing business logic. The examples here are written is from C…