Angular v19 introduces a new diagnostic tool that reports cases where a declaration is present in the imports array but isn't being used anywhere in the application.
This is supposed to be a beginner's guide to investing in NPS.
Yesterday Angular team released version 16 of their framework and they've termed it as the biggest release since its inception. Is it? Let's see.
My thoughts on the blog post 'How to be a -10x engineer', which was quite popular in Hacker News.
This is a brief writeup about deploying a simple nodejs application in fly.io. While doing it I had to overcome few technical difficulties and if you can avoid it, it may help you to save some time.
If we could generate transcript files offline, how can we integrate it with audio files. I was thinking about something similar to external subtitle files used in video players. Came to know that it is possible with the help of TextTracks and WebVTT format. I did a small POC and it went well.
Hardware requirement are pretty challenging for most of the machine learning needs, stable diffusion is no different. I've an Azure subscription can I make use of that?
A short story
Last week Angular team released v15 of the framework which is a major release with a lot of new features. Among that, standalone components are out of developer preview and is stable now. It is also accompanied by a set of new standalone APIs to enhance the development.
Weekly summarization and review of things I've learned in the third week of January 2022
Weekly summarization and review of things I've learned in the second week of January 2022
Weekly summarization and review of things I've learned in the first week of January 2022
Weekly summarization and review of things I've learned in the final week of December 2021
Weekly summarization and review of things I've learned in the third week of December 2021
Weekly summarization and review of things I've learned in the second week of December 2021
Weekly summarization and review of things I've learned in the first week of December 2021
Weekly summarization and review of things I've learned in the final week of November 2021
Weekly summarization and review of things I've learned in the third week of November 2021
Weekly summarization and review of things I've learned in the second week of November 2021
Weekly summarization and review of things I've learned in the first week of November 2021
Weekly summarization and review of things I've learned in the fifth week of October 2021
Weekly summarization and review of things I've learned in the fourth week of October 2021
Weekly summarization and review of things I've learned in the third week of October 2021
Weekly summarization and review of things I've learned in the second week of October 2021
Weekly summarization and review of things I've learned in the first week of October 2021
Weekly summarization and review of things I've learned in the final week of September 2021
Weekly summarization and review of things I've learned in the third week of September 2021
Weekly summarization and review of things I've learned in the second week of September 2021
Weekly summarization and review of things I've learned in the first week of September 2021
Weekly summarization and review of things I've learned in the final week of August 2021
Weekly summarization and review of things I've learned in the third week of August 2021
Weekly summarization and review of things I've learned in the second week of August 2021
Weekly summarization and review of things I've learned in the first week of August 2021
Weekly summarization and review of things I've learned in the final week of July 2021
Weekly summarization and review of things I've learned in the fourth week of July 2021
Weekly summarization and review of things I've learned in the third week of July 2021
Weekly summarization and review of things I've learned in the second week of July 2021
Weekly summarization and review of things I've learned in the first week of July 2021
Weekly summarization and review of things I've learned in the final week of June 2021
Weekly summarization and review of things I've learned in the third week of June 2021
Weekly summarization and review of things I've learned in the second week of June 2021
Weekly summarization and review of things I've learned in the first week of June 2021
Weekly summarization and review of things I've learned in the final week of May 2021
Most of the time service worker logic and application logic work in isolation, but there will be cases where we need to do pass messages between them. In this post we’ll see how we can do this in an angular application.
Weekly summarization and review of things I've learned in the fourth week of May 2021
Weekly summarization and review of things I've learned in the third week of May 2021
Weekly summarization and review of things I've learned in the second week of May 2021
Weekly summarization and review of things I've learned in the first week of May 2021
Weekly summarization and review of things I've learned in the final week of April 2021
Weekly summarization and review of things I've learned in the third week of April 2021
Weekly summarization and review of things I've learned in the second week of April 2021
Weekly summarization and review of things I've learned in the first week of April 2021
This is not a feel bad list, but just to remind myself that whatever happens life must go on.
Weekly summarization and review of things I've learned in the final week of March 2021
Weekly summarization and review of things I've learned in the third week of March 2021
Weekly summarization and review of things I've learned in the second week of March 2021
Weekly summarization and review of things I've learned in the first week of March 2021
Weekly summarization and review of things I've learned in the final week of February 2021
This post is about implementing mediator pattern in a dotnet WebAPI using MediatR library.
This post is about implementing mediator pattern in a dotnet console application using MediatR library.
Weekly summarization and review of things I've learned in the third week of February 2021
Casbin is a powerful and efficient open-source access control library. It provides support for enforcing authorization based on various access control models. Here I'll be sharing my thoughts on Casbin.NET, an authorization library for dotnet.
Weekly summarization and review of things I've learned in the second week of February 2021
Weekly summarization and review of things I've learned in the first week of February 2021
Weekly summarization and review of things I've learned in the final week of January 2021
Weekly summarization and review of things I've learned in the fourth week of January 2021
Weekly summarization and review of things I've learned in the third week of January 2021
Weekly summarisation and review of things I've learned in the second week of January 2021
An overview of two major outages happened on 14th December, 2020. This is not an authoritative analysis but can be considered as notes regarding the aforesaid incidents.
Weekly summarization and review of things I've learned in the first week of January 2021
Minimal implementation of file upload using Angular and dotnet core web API.
In any git workflow, branching and merging code is unavoidable. In this post we are having a not-so deeper look at the three important git commands viz. git-merge, git-rebase and git-bisect.
Unlike other application frameworks .NET Core do not provide code coverage reports out of the box. Here I’ll be using a different approach which actually suited my web application. Without further ado, let’s get started.
Power BI can be embedded for the users of your organization who have access to it. This requires the users to sign-in to their Power BI account to view their content, which are the reports they own or the ones that have been shared with them. This is the second part of the two-part article series.
Power BI is a powerful tool which helps us to create quick and interactive insights from wide range of data sources. Here we’ll be discussing about Power BI service which is a SaaS, and how to embed Power BI Dashboards, Reports and Tiles in web applications.