Day 0 Arriving at AWS Re:Invent 2022
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…
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…