Assign a shortcut key for opening a website in Google Chrome

Have you ever wished you could quickly open your favorite website with just a few keystrokes? Well, you can! Chrome allows you to assign shortcut keys for opening websites, making it easy to access them without having to manually type in the URL or click on a bookmark. Here’s how to do it: Open Chrome and navigate to the website you want to create a shortcut for. In the address bar, click on the icon to the left of the website’s URL....

December 29, 2022 · 2 min · ShreyasJejurkar

Thoughts on Economic recession

As the world continues to grapple with the economic impacts of the COVID-19 pandemic, many people are understandably concerned about the possibility of a recession. While recessions are a normal part of the business cycle and most economies have recovered from past recessions, they can still be difficult and disruptive. One of the main challenges of a recession is the impact it can have on employment and income. During a recession, many people may lose their jobs or see their incomes decline, which can lead to reduced spending and further economic contraction....

December 29, 2022 · 2 min · ShreyasJejurkar

How to see Buy Date of Stock in Zerodha Kite

Recently I started investing with zerodha platform. It’s great and easy platform to interact with. One of the initial problem that I face is that there is no column showing buy/purchase date of stock on holdings screen. Also on console, there is no dedicated column for buy/purchase date of stock. But I found there is other option through which we can see the buy date of given stock. Following are the steps that we need to follow in order to see buy/purchase date of stock....

October 18, 2021 · 2 min · ShreyasJejurkar

Log Entity Framework Core generated SQL in ASP.NET Core

If you’re a .NET developer, then you are most probably familiar with Entity Framework data access technology that Microsoft provides for developers. But still, if you are not familiar then let me explain to you. Entity Framework is an Object (Relational) Mapper for database objects, meaning it lets you query database records using LINQ (Language-integrated query) and under the hood, it generates the resulting query based on your LINQ expression and executes it on the database, and if there are resulting records from SQL query then those records EF maps to your C# class objects, so that you don’t have to do that heavy lifting for mapping database values to C# objects and vice versa....

November 15, 2020 · 3 min · ShreyasJejurkar