Coding Canvas

Technical Blog of a Programming Enthusiast

  • Home
  • About Me

How batched state updates differ in React 17 vs React 18

React has consistently offered a certain level of performance optimisation when handling state updates by batching them. Typically, state updates trigger a UI re-render. Therefore, to optimise performance, React batches…

Read more

RESTful CRUD API using Nodejs,express and mysql : Part 3 – Implementing CRUD

In the last post, we looked at how to integrate the MySQL database using ORM (Sequelize). In this post, we will further enhance the API which we created by adding…

Read more

RESTful CRUD API using Nodejs,express and mysql : Part 2 – Integrate with MySQL database using ORM

In this second part of the series, we will integrate our code created in part 1 with the Mysql database using sequelize ORM. Setup Sequelize Sequelize is one of the…

Read more

RESTful CRUD API using Nodejs,express and mysql : Part 1 – Basic API setup

In this series of posts, I would be talking about how to build a full-fledged REST API using express from the scratch. This would start from a basic API set…

Read more

Azure AD Series – 2: Integrating Azure active directory authentication with a single page application (SPA)

In my last post, I discussed in general regarding centralised identity access management and azure active directory. In this post, I will dig a little deeper and start with how…

Read more

Azure AD Series – 1: Centralised Identity access management and Azure active directory

In older applications, we see that we used to follow a form-based authentication methodology where the user is provided with a login form and they enter their username and password…

Read more

Sort stability : Stable vs unstable sort

Recently stumbled upon this basic sorting concept of sort stability and it reminded me how in my college days we learnt about this but never appreciated the importance of this…

Read more

Managing secrets in asp.net core web applications part 2 : How to store secrets on production environment

In the first part of this series, I talked about how to store secrets while working locally on your development environment. In this post, I’ll walk you through how to…

Read more

Managing secrets in asp.net core web applications part 1 : How to store secrets for local development

Secret management is a well know topic and all the frameworks have their own strategy on how to deal with application secrets in a secure manner. The problem we need…

Read more

Tracking column updates using sql server change tracking

This is in continuation of the previous post on introduction to change tracking, in this post, we will see how to track column updates. We already updated the column tracking…

Read more

  • « Previous

Recent Posts

  • How batched state updates differ in React 17 vs React 18
  • RESTful CRUD API using Nodejs,express and mysql : Part 3 – Implementing CRUD
  • RESTful CRUD API using Nodejs,express and mysql : Part 2 – Integrate with MySQL database using ORM
  • RESTful CRUD API using Nodejs,express and mysql : Part 1 – Basic API setup
  • Azure AD Series – 2: Integrating Azure active directory authentication with a single page application (SPA)

Archives

  • September 2023
  • January 2022
  • December 2021
  • February 2021
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • October 2018
  • August 2018
  • July 2018
  • November 2017
  • October 2017
  • September 2017
  • December 2016
  • December 2015
  • July 2015
  • May 2015
  • January 2015
  • December 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014

Tags

.NET AngularJS api application insights ASP.NET Asp.net core Authentication Azure Azure Active Directory Azure DevOps Azure key vault Azure pipelines azure storage queue C# cheat sheet Cloud design patterns CRUD docker Docker compose efcore Entity Framework Entityframework core expressjs fileupload Full Text Search HTML http JavaScript Logic Apps Mocking MongoDb Moq nodejs ORM Razor pages rest Retry Pattern secret management SQL sql server SQL Server 2008 SQL Server 2012 sql server change tracking UnitTesting user secrets

Categories

  • .Net
  • AI
  • Algorithms
  • AngularJS
  • Architecture
  • ASP. NET CORE
  • ASP.NET
  • Azure
  • C#
  • Database
  • Design Pattern
  • Docker
  • Entity framework core
  • JavaScript
  • JSON
  • NLP
  • Nodejs
  • SQL Server
  • Uncategorized
  • Unit Testing

Subscribe to my posts



Created by Webfish.
Copyright © 2025 Coding Canvas | Theme by: Theme Horse | Powered by: WordPress