Personal Blog by Nirmal KrishnaI am a software engineer, gamer

Finding element that appears once in an array where other elements appear twice : Leetcode

Jul 1, 2021
This is an example implementation using hashmap

ASP.NET Core Identity User Locked out

Jun 24, 2021
How I lock out user profiles that are brute-forcing passwords

Importance of a Praise folder

Dec 4, 2020
Keeping a praise folder in your email inbox is essential, it serves a number of purposes

Querying JSON and its nested objects with TSQL

Nov 18, 2020
When we were challenged to store lot of dynamically modelled data in a relational DB, we decided on storing them in a JSON column of SQL server.

I learnt to shuffle an array and an important lesson

Aug 04, 2020
Would I have come up with similar algo. without google?