Master Coding, One Cheat Sheet at a Time.

Dive into our expansive collection of cheat sheets tailored for coding enthusiasts. From HTML, CSS, and JavaScript, to advanced languages like Python and Rust, we provide concise and practical guides to accelerate your learning journey. Unravel the intricacies of programming languages and frameworks, and amplify your coding skills with us.

typescript icon
javascript icon
react icon
tailwind icon
firebase icon

From the Cheat Sheet

Discover insights and handy tips to streamline your coding journey, straight from our comprehensive cheat sheet.

Oracle SQL

Oracle SQL

Oracle SQL is a powerful relational database management system (RDBMS) language used for managing data within Oracle databases. It enables data manipulation, querying, schema creation, and control over data access with its robust, feature-rich SQL dialect, catering to both simple and complex data operations.

NPM

NPM

NPM (Node Package Manager) is a package manager for JavaScript that allows developers to easily share and reuse code. It simplifies dependency management and makes it effortless to install, publish, and manage packages for Node.js projects.

Computer Networking

Computer Networking

Networking can be done on various scales, from personal area networks (PANs), through local area networks (LANs), to wide area networks (WANs) spanning across cities, countries, or the entire globe. Networks can be wired or wireless, and they utilize a wide range of hardware and software technologies to facilitate communication and data exchange.

WebGL

WebGL

GLSL, or the OpenGL Shading Language, is a high-level shading language with a syntax based on the C programming language.

PHP

PHP

PHP is a popular server-side scripting language, primarily used for web development. It's open-source, easy to learn with a flexible structure, and supports many databases, making it a preferred choice for powering dynamic websites and applications.

ChatGPT

ChatGPT

When formulating prompts for GPT, adhere to this organized framework for superior outcomes.

C++

C++

This concise and practical C++ programming cheat sheet provides an essential reference for both beginners and experienced programmers. It covers fundamental concepts, syntax, and code snippets, allowing you to quickly grasp and apply key concepts in C++.

Astro.js

Astro.js

Astro.js is a modern front-end framework for building static websites and web applications. It allows you to write modular HTML, CSS, and JavaScript components and compile them into a static site.

HTML

HTML

HTML, which stands for Hypertext Markup Language, is a standard markup language used for creating web pages. It provides the structure of a webpage, allowing for the inclusion of text, images, and other types of media. HTML elements, represented by tags, denote different parts of the content and instruct the web browser on how to display them.

React

React

This React Cheat Sheet is a comprehensive and concise reference guide for developers at all skill levels. It covers essential React topics with complete code examples, prioritizing clarity and readability. Each topic is explained using TypeScript for added type safety.

Next.js

Next.js

Next.js is a React framework that provides features such as SSR (Server-Side Rendering), SSG (Static Site Generation), and ISR (Incremental Static Regeneration) out of the box. These features help us to build high performance, SEO-friendly web applications. A comprehensive guide to using Next.js effectively, featuring a collection of handy code snippets and best practices for various features.

Node.js

Node.js

A comprehensive cheat sheet for Node.js, providing a handy reference for setting up, developing, and optimizing Node.js applications. Ideal for both beginners and experienced developers who want to keep key concepts and commands at their fingertips.

Pokemon API

Pokemon API

The Pokemon API is a free and open-source API that provides information about the Pokemon universe, including details about different Pokemon, their abilities, types, and much more. This guide focuses on TypeScript usage with Pokemon API v2.

Typescript

Typescript

TypeScript is a statically typed superset of JavaScript that compiles to plain JavaScript. The main goal of TypeScript is to enhance the productivity of developers when working with large scale JavaScript applications by adding static types to the language.

Firebase

Firebase

Firebase is a comprehensive app development platform provided by Google. It's a suite of cloud-based tools that aims to help developers build, improve, and grow their applications. Firebase offers a wide range of services like real-time databases, user authentication, cloud storage, hosting, machine learning, analytics, and much more. It's designed to be easy to use, scalable, and integrates well with other Google cloud services and APIs. Firebase supports various platforms including iOS, Android, Web, and even Unity for game development.

Git

Git

Git is a distributed version control system. It's used for tracking changes in source code during software development, enabling multiple developers to work on the same project simultaneously without overwriting each other's work.

Three.js

Three.js

Three.js is a powerful, lightweight, cross-browser JavaScript library/API used to create and display animated 3D computer graphics on a Web browser. These graphics can be interactive and can be created, in part, with the help of the WebGL API.