Open in app
Home
Notifications
Lists
Stories

Write
Thanoshan MV
Thanoshan MV

Home
About

Aug 17, 2021

Apache ShardingSphere — Proofread Oracle DML SQL Definitions — GSoC 2021

GSoC 2021 work product submission — Apache ShardingSphere is an Open Source project that consists of three independent projects JDBC, Proxy, and Sidecar (Planning). Apache ShardingSphere utilizes ANother Tool for Language Recognition (ANTLR) as a generator for the ShardingSphere parse engine. Users can utilize this independent parse engine to get the Abstract Syntax Tree (AST) of…

Apache

2 min read


Jul 11, 2021

Best Practices in Angular Application Development

In this article, I’m going to explain some of the best practices in Angular application development that I’ve learnt as a beginner. — In this article, I’m going to explain some of the best practices in Angular application development that I’ve learnt and used in XmlToJson project. 1. Use const when the value is not going to be reassigned When a variable is about to point to a constant reference always, we can simply put const instead of let . …

Angular

3 min read

Best Practices in Angular Application Development
Best Practices in Angular Application Development

Published in Level Up Coding

·May 18, 2021

How to Build a Simple CLI Using TypeScript and Factory Design Pattern

Understand the core concepts of making a CLI. — Before jumping into the development of complex CLI applications with advanced procedures and make use of other packages and libraries/tools, first, we need to understand the core concepts of making a CLI application. After reading this article, you’ll understand the concepts of making a CLI, factory design pattern, and will…

Typescript

7 min read

How to Build a Simple CLI Using TypeScript and Factory Design Pattern
How to Build a Simple CLI Using TypeScript and Factory Design Pattern

Mar 23, 2021

String to Char Array Java Tutorial

In this article, we’ll look at how to convert a string to an array of characters in Java. — In this article, we’ll look at how to convert a string to an array of characters in Java. I’ll also briefly explain to you what strings, characters, and arrays are. What is a Character in Java? Characters are primitive datatypes. A character is a single character enclosed inside single quotation marks. It can be a letter…

Java

3 min read

String to Char Array Java Tutorial
String to Char Array Java Tutorial

Mar 6, 2021

How to Use Join and String_agg in Microsoft SQL Server

We’ll look at how to use join on more than two tables and aggregate the result using the function STRING_AGG() — In this article, we’ll look at how to use join on more than two tables and aggregate the result using the function STRING_AGG() in Microsoft SQL Server. If you don’t know about Microsoft SQL Server, I’ll briefly explain to you what it is. 😃 What is Microsoft SQL Server? Microsoft SQL Server is a Relational…

Sql Server

8 min read

How to Use Join and String_agg in Microsoft SQL Server
How to Use Join and String_agg in Microsoft SQL Server

Jan 26, 2021

Java Random Number Generator — How to Generate Integers With Math Random

Computer-generated random numbers are divided into two categories: true random numbers and pseudo-random numbers. — Computer-generated random numbers are divided into two categories: true random numbers and pseudo-random numbers. True random numbers are generated based on external factors. For example, generating randomness using surrounding noises. But generating such true random number is a time-consuming task. Therefore, we can utilize pseudo-random numbers which are generated using…

Java

3 min read

Java Random Number Generator — How to Generate Integers With Math Random
Java Random Number Generator — How to Generate Integers With Math Random

Jan 26, 2021

Java String to Int — How to Convert a String to an Integer

String objects are represented as a string of characters. — String objects are represented as a string of characters. If you have worked in Java Swing, it has components such as JTextField and JTextArea which we use to get our input from the GUI. It takes our input as a string. If we want to make a simple calculator using…

Java

3 min read

Java String to Int — How to Convert a String to an Integer
Java String to Int — How to Convert a String to an Integer

Jan 26, 2021

How to Reset Your Lost Root Password in CentOS

In Linux, when you forget your account password, you can easily reset it using a root account. But when you forget your root account… — In Linux, when you forget your account password, you can easily reset it using a root account. But when you forget your root account password, then you’re in a bad situation. You can’t reset your root account password using a regular user account as a user account can’t perform such…

Centos

3 min read

How to Reset Your Lost Root Password in CentOS
How to Reset Your Lost Root Password in CentOS

Jan 26, 2021

How to Install Ubuntu on VirtualBox

What is VirtualBox? — What is VirtualBox? Oracle VM VirtualBox is a cross-platform virtualization application developed by the Oracle Corporation. It allows users to install operating systems on virtual hard disks such as Windows, macOS, Solaris and Linux. As an example, you can run Windows and Linux on your Mac, run Windows server on your Linux server…

Ubuntu

5 min read

How to Install Ubuntu on VirtualBox
How to Install Ubuntu on VirtualBox

Dec 12, 2020

Key Concepts of The Relational Data Model and Relational Model Constraints

In this article, we shall consider key concepts in the relational data model and relational database constraints. — In this article, we shall consider key concepts of the relational data model and relational database constraints. First, let us consider terms in the relational data model. Terms in the Relational Data Model Relational model: a collection of relations. Relation: table Tuple: row Attribute: column

Databse

5 min read

Thanoshan MV

Thanoshan MV

Following
  • Apache ShardingSphere

    Apache ShardingSphere

  • Soumadri Banerjee

    Soumadri Banerjee

  • javinpaul

    javinpaul

  • Heshani Samarasekara

    Heshani Samarasekara

  • John Selawsky

    John Selawsky

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable