Home Page

Python

Intro to Python Program

In this article, we will give a quick overview of what a Python Program looks like and also touch on the “Anatomy” of a Program.

Read More »

Java

What is Java Stream

Java streams are a feature introduced in Java 8 that allows developers to perform functional-style operations on collections of data. Streams are designed to make

Read More »

Non-Blocking vs Reactive

Non-Blocking and Reactive are related concepts in the context of asynchronous programming, but they refer to different aspects of the programming model. This entry explains

Read More »

Java Streams Code Snippets

What is a Java Stream? Java Stream is a sequence of elements supporting the sequential and parallel aggregate operation. This example shows an aggregate operation

Read More »

Lombok Tips

What is Lombok? In their own word, Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your

Read More »

Git

Great Git Resources

This article shows how to perform more relatively advanced actions with Git Tutorials: From Git: https://git-scm.com/docs/gittutorial From Atlassin: https://www.atlassian.com/git/tutorials

Read More »

What is Git and GitHub

In this blog, I talked about Git and GitHub and how you will use them in your project development. Git is a version control system

Read More »

Learn Git Lesson Plan

To understand Git, let’s break it down into parts that make Git work for you The anatomy of Git Repo Create a GitHub Account and

Read More »