Sukhvinder SinghC++ : A very versatile languageHow many times have you switched to any other computer language, only to switch back to C++ later. But when you get back and experience…Nov 8, 20231Nov 8, 20231
Sukhvinder SinghJava Generic FunctionsJava generic functions are functions that are defined with type parameters, allowing them to work with different types of data. These type…Mar 10, 2023Mar 10, 2023
Sukhvinder SinghC++ Templates BasicsIn C++, templates are a feature that allows you to write generic code that can work with any data type. They are often used to create…Jan 19, 2023Jan 19, 2023
Sukhvinder SinghReST API with Heavy Database OperationsDesigning an API that performs heavy database operations in the backend can be challenging, as it needs to balance performance…Jan 19, 2023Jan 19, 2023
Sukhvinder SinghUnderstanding BlockchainAs the name indicates, blockchain is basically a chain of blocks. Each block stores a set of transactions that are relevant to the system…Feb 7, 2021Feb 7, 2021