Devraj SinghJava best practice: When to use Record over Class and vice-versaRecently, I got comments in my pull request to convert a given Class into Record. Then I pondered when we should be using Record instead of…Jul 17, 20232Jul 17, 20232
Devraj SinghWriting good and performant SQL queriesWhen the amount of data in the database is small, it doesn’t matter much (in terms of performance) how you write your SQL query and hence…Aug 12, 2021Aug 12, 2021
Devraj SinghWhy Go compiles so fastGo is one of the fastest compiling programming languages out there. It compiles faster than most of the programming languages, like C/C++…Jan 31, 2021Jan 31, 2021