Photoshop CC 2015 tutorial in 2 parts showing how to create a 3-D Rubik’s Cube from Scratch!
Photoshop CS5 tutorial showing how to create your own festive, custom, snowglobe filled with snowflakes around an object of your choice.
A partial Game Boy emulator core implemented from scratch in Java. This solo project was completed in 6 days and serves as a deep dive into CPU architecture, opcode decoding, memory mapping, and the ...
This repository contains DSA Concepts From Scratch using code implementation. DSA_with_Java/ │ ├── 1_Array/ │ ├── ArrayBasics.java │ ├── Searching.java │ └── Sorting.java │ ├── 2_LinkedList ...