InLevel Up CodingbyThanoshan MV·Oct 21, 2024Streamlining Cherry-Picking with TortoiseGit: A Simple GuideA Windows Shell Interface to Git
InLevel Up CodingbyThanoshan MV·Apr 28, 2024XSD to XML and XSD to C# XML Serializable ClassesGenerate XML using XSDs
Thanoshan MV·Jul 25, 2022Book Review: A Definitive Guide to Apache ShardingSphereI would like to share my thoughts with you about the book “A Definitive Guide to Apache ShardingSphere” that I’ve read recently.
Thanoshan MV·Aug 17, 2021Apache ShardingSphere — Proofread Oracle DML SQL Definitions — GSoC 2021GSoC 2021 work product submissionA response icon2A response icon2
Thanoshan MV·Jul 11, 2021Best Practices in Angular Application DevelopmentIn this article, I’m going to explain some of the best practices in Angular application development that I’ve learnt as a beginner.
InLevel Up CodingbyThanoshan MV·May 18, 2021How to Build a Simple CLI Using TypeScript and Factory Design PatternUnderstand the core concepts of making a CLI.A response icon1A response icon1
Thanoshan MV·Mar 23, 2021String to Char Array Java TutorialIn this article, we’ll look at how to convert a string to an array of characters in Java.
Thanoshan MV·Mar 6, 2021How to Use Join and String_agg in Microsoft SQL ServerWe’ll look at how to use join on more than two tables and aggregate the result using the function STRING_AGG()