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 Set up Dev Machine Create…
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 Set up Dev Machine Create…
Check out this project To see more about this project, check out this playlist https://www.youtube.com/playlist?list=PLz1_3ursPgRSelq3rUIlML2Fv5o-nfhjf
A group of us (from left, me, Lucas, Herbert, Jack, and Dhaval in the pic) from Sony PlayStation arrived in Vegas on Sunday to start one of the biggest tech…
This entry shows how and why you need to generate Git Personal Token Git Personal Token is required to interact with Git Server. It is different from the Git Account…
If you have an iOS device(iPad or iPhone) and a Mac and would like to record the device screen for a video or to share the device screen at an…
On Day 2, we created a Coin Flip App to demonstrate Import, If-Else, For Loop, Red From User Input, Random Number, and Logging. Today, let's create a Python Quiz App…
Follow the instruction from Day 1 to create another python project. In this python project, create a file called flip.py How does a Coin Clip game work? A coin flip…
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 using Stream and IntStream int…
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 java. Never write another getter…
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. What is a Python Program…