Programming Languages
C++
Name | Link | Description |
---|---|---|
Learn C++ | https://www.learncpp.com/ | This website provides complete and thorough information regarding coding in C++. However, the website does not teach us how to programme. |
Order of Items in Classes: Fields, Properties, Constructors, Methods | Stack Overflow Link | This thread discusses the best practice in ordering the items in classes. |
Python
Name | Link | Description |
---|---|---|
Brocode | https://youtu.be/XKHEtdqhLK8?si=aP92k1NGfisYGhDE | This is where I started |
Github Python Study Guide | https://github.com/huangsam/ultimate-python?tab=readme-ov-file | The repository contains websites, books, and videos on everything python. You will never run out of resources here. |
Front End Web Development
HTML
Name | Link | Description |
---|---|---|
MDN Web Docs | https://developer.mozilla.org/en-US/ | Details on Open Web technologies, encompassing HTML, CSS, and APIs, applicable to both websites and progressive web apps. |
JavaScript
Name | Link | Description |
---|---|---|
The Modern JavaScript Tutorial | https://javascript.info/ | The go-to site to learn vanilla JavaScript. |
Data Structure and Algorithm
Name | Link | Description |
---|---|---|
Coding Interview Univeristy | https://github.com/jwasham/coding-interview-university | This repository contains all the resources needed to learn DSA from zero to hero |
The Algorithms | https://the-algorithms.com/ | Open-source collection of codes for all the algorithms you can think of. |
Data Science
Name | Link | Description |
---|---|---|
Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow | https://www.oreilly.com/library/view/hands-on-machine-learning/9781492032632/ | Appropriate for all level of expertise |
Game Development
Godot
Name | Link | Description |
---|---|---|
Godot | https://docs.godotengine.org/en/stable/ | Official Godot documentation |
uHeartBeast | https://www.youtube.com/@uheartbeast | Godot tutor |
Tools
Videos
Name | Link | Description |
---|---|---|
Handbrake | https://handbrake.fr/ | Open-source transcoder |
Openshot | https://www.openshot.org/ | Open-source video editor |
Photos / Drawings
Name | Link | Description |
---|---|---|
Gimp | https://www.gimp.org/ | Open-source photo editor |
Krita | https://krita.org/en/ | Open-source drawing application |
Game Engine
Name | Link | Description |
---|---|---|
Godot | https://godotengine.org/ | Open-source game engine |