Git Best Practices

Git Best Practices

Laucha

Laucha

calendar iconAug 05, 2022

I prefer to use VS Code as my code editor. I use this for my Git editor too. I find it easier to write commit messages within the same place as I code. It also gives me more space to write commit messages and descriptions.

How to Build a Real-time Chat App with React, Node, Socket.io, and HarperDB

How to Build a Real-time Chat App with React, Node, Socket.io, and HarperDB

Laucha

Laucha

calendar iconAug 08, 2022

In this article, we will be using Socket.io and HarperDB to build a fullstack, real-time chat application with chat rooms.

2D Array in Java – Two-Dimensional and Nested Arrays

2D Array in Java – Two-Dimensional and Nested Arrays

Laucha

Laucha

calendar iconAug 10, 2022

A multidimensional array is simply an array of arrays. You can look it as a single container that stores multiple containers. In this article, we'll talk two dimensional arrays in Java. You'll see the syntax for creating one, and how to add and access items in a two dimensional array.

Learn HTML and CSS by Building an Order Summary Component

Learn HTML and CSS by Building an Order Summary Component

Laucha

Laucha

calendar iconAug 10, 2022

HTML and CSS are the most important technologies when it comes to creating websites. And building projects is one of the best ways to learn them.

JavaScript Multiline String – How to Create Multi Line Strings in JS

JavaScript Multiline String – How to Create Multi Line Strings in JS

Laucha

Laucha

calendar iconAug 10, 2022

In this article, you will learn three different ways to create multi-line strings in JavaScript.

Recent Posts

Categories