Tejaswi KasatSingleton Pattern with Go — Access global variables thread safeIf you have worked with backend development, you might have come across a pattern where you need to access a common object which was…Mar 14, 2023Mar 14, 2023
Tejaswi KasatUnderstanding concurrency and parallelism.Concurrency and parallelism are the terms used interchangeably but there’s a major difference. Click to read.Jul 5, 2022Jul 5, 2022
Tejaswi KasatinThe DS ManRecursion problem — Sum of N natural numbersNatural numbers are those numbers which start with 1. So, if we say the sum of 10 natural numbers, it means that we need to find the sum…Mar 16, 2022Mar 16, 2022
Tejaswi KasatinThe DS ManUnderstanding tail recursionAs per the definition, a function is said to be tail recursive, if the recursive call is the last thing executed by the function.But what…Mar 15, 2022Mar 15, 2022
Tejaswi KasatinThe DS ManRecursion problem — Print 1 to N numbersSo here we are, solving our first recursion problem. If you’re not aware, this is the third article of the recursion series. Previous two…Mar 14, 2022Mar 14, 2022
Tejaswi KasatinThe DS ManRecursion problem — Print N to 1 numbersThis problem is easy and similar to previous one that we have solved. If you’re not aware, this is the fourth article of the recursion…Mar 14, 2022Mar 14, 2022
Tejaswi KasatinThe DS ManRecursion — Guess the outputsSo here we go. Since we have now learnt the basics in the previous article, let’s do the hands on by guessing the outputs.Mar 14, 20221Mar 14, 20221
Tejaswi KasatinThe DS ManRecursion — A brief introductionWe all have heard the name Recursion during our studies and sometimes many people get scared of it. But is it really so scary ? No, not at…Mar 14, 2022Mar 14, 2022
Tejaswi KasatinThe DS ManA series on RecursionI recently learnt Data Structures and Algorithms and thought to share my knowledge with everyone. So, I started this new publication The DS…Mar 16, 2022Mar 16, 2022
Tejaswi KasatIntroduction to Rust ProgrammingRust is a statically and strongly typed multi-paradigm programming language which is focused on performance and security.May 14, 2021May 14, 2021