Learning Resources

Curated tools, books, and references to accelerate your coding journey.

Cheat Sheets

Python Quick Reference

Essential Python syntax, data types, and common operations.

Download PDF

JavaScript Fundamentals

Core JavaScript concepts, DOM manipulation, and ES6 features.

Download PDF

Git Commands

Most used Git commands for version control.

Download PDF

Recommended Books

"Clean Code" by Robert C. Martin

A handbook of agile software craftsmanship. Essential reading for writing maintainable code.

Amazon Link

"The Pragmatic Programmer" by Andrew Hunt and David Thomas

Timeless tips and techniques for software development.

Amazon Link

"Eloquent JavaScript" by Marijn Haverbeke

A modern introduction to programming with JavaScript.

Amazon Link

"Introduction to Algorithms" by Cormen et al.

The definitive guide to algorithms and data structures.

Amazon Link

Online Courses & Tutorials

freeCodeCamp

Free coding bootcamp with interactive lessons and projects.

Visit Site

Codecademy

Interactive coding lessons in various programming languages.

Visit Site

Coursera - CS50

Harvard's introduction to computer science course.

Visit Site

The Odin Project

Free full-stack web development curriculum.

Visit Site

Codiologism Dictionary

A glossary of coding terms to help you navigate the programming world.

Algorithm

A set of rules or processes for solving a problem or accomplishing a task.

API (Application Programming Interface)

A set of rules and protocols for accessing a software application or web service.

Boolean

A data type that can have one of two values: true or false.

Debugging

The process of finding and fixing errors in code.

Framework

A pre-written code structure that provides a foundation for developing software.

IDE (Integrated Development Environment)

A software application that provides comprehensive facilities for software development.