https://github.com/mottamarcio/cheatsheets
A repository to combine the cheat sheets for javascript, typescript, python, golang, etc
https://github.com/mottamarcio/cheatsheets
adb cheatsheet docker git golang javascript markdown mongodb nodejs python shell sql typescript
Last synced: 3 months ago
JSON representation
A repository to combine the cheat sheets for javascript, typescript, python, golang, etc
- Host: GitHub
- URL: https://github.com/mottamarcio/cheatsheets
- Owner: mottamarcio
- License: apache-2.0
- Created: 2024-11-10T12:57:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-20T14:19:32.000Z (5 months ago)
- Last Synced: 2026-01-20T22:49:06.476Z (5 months ago)
- Topics: adb, cheatsheet, docker, git, golang, javascript, markdown, mongodb, nodejs, python, shell, sql, typescript
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Boost Your Development Workflow with These Handy Cheat Sheets
This repository provides a collection of concise and practical cheat sheets for various programming languages and tools, designed to accelerate your development workflow and serve as a quick reference guide. Whether you're a seasoned developer or just starting your coding journey, these cheat sheets can help you navigate the complexities of different technologies and boost your productivity.
**Available Cheat Sheets:**
* **ADB (Android Debug Bridge):** Master the command-line tool for interacting with Android devices, from basic operations to advanced debugging techniques.
* **Docker:** Streamline your containerization workflow with commands for building, managing, and deploying containerized applications.
* **Golang:** Explore the essentials of Go programming, covering syntax, data structures, concurrency, and more.
* **SQL:** Query databases efficiently using this comprehensive guide to SQL commands, from basic CRUD operations to advanced queries.
* **Shell:** Navigate your operating system and manage files like a pro with this collection of essential shell commands.
* **Markdown:** Format your documents with ease using this handy reference for Markdown syntax, including headings, lists, links, and code blocks.
* **Python:** Unlock the power of Python with this cheat sheet, covering everything from basic syntax to advanced concepts like decorators and generators.
* **TypeScript:** Enhance your JavaScript development with TypeScript, using this guide to type annotations, interfaces, generics, and more.
* **JavaScript (ES6+):** Stay up-to-date with modern JavaScript features, including arrow functions, template literals, destructuring, and async/await.
* **MongoDB:** Harness the power of NoSQL databases with this MongoDB cheat sheet, covering CRUD operations, query operators, aggregation framework, and more.
* **NodeJS:** Runtime environment that executes JavaScript code outside of a web browser. This allows you to use JavaScript for server-side scripting, command-line tools, and more.
* **GIT:** Distributed version control system that tracks changes to your codebase, allowing you to manage different versions, collaborate with others, and revert to previous states if needed.
**How to Use:**
Each cheat sheet is provided in a Markdown file (`.md`) for easy readability and accessibility. You can clone this repository, browse the cheat sheets online, or download individual files for offline use.
**Contributions:**
Contributions are welcome! If you find any errors, have suggestions for improvements, or want to add new cheat sheets, feel free to submit a pull request.
**License:**
This repository is licensed under the Apache 2.0 License. Feel free to use and distribute these cheat sheets as you see fit.
**Happy coding!**