└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Programmer Cheatsheet 📚💻 2 | 3 | Welcome to the **Programmer Cheatsheet**—a curated collection of essential cheatsheets, quick references, and best practices for developers of all levels. This repository is your go-to guide for coding shortcuts, syntax tips, and common workflows across various programming languages and technologies. 4 | 5 | Feel free to contribute! 🎉 Keep this cheatsheet updated with the latest tools and techniques to make coding more efficient and enjoyable. 6 | 7 | --- 8 | 9 | ## Table of Contents 10 | - [AsciiDoc](#AsciiDoc) 11 | - [Bash](#bash) 12 | - [Dart](#dart) 13 | - [Git](#git) 14 | - [Go](#go) 15 | - [JavaScript](#javascript) 16 | - [jQuery](#jquery) 17 | - [jQuery DataTables](#jquery-datatables) 18 | - [Kotlin](#kotlin) 19 | - [Laravel](#laravel) 20 | - [PostgreSQL](#postgresql) 21 | - [React](#react) 22 | - [Regex](#regex) 23 | - [TypeScript](#typescript) 24 | - [Day.js](#dayjs) 25 | - [Markdown](#markdown) 26 | - [MongoDB](#mongodb) 27 | --- 28 | 29 | ## AsciiDoc 30 | AsciiDoc essentials 31 | - [AsciiDoc Cheatsheet](https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/) 32 | 33 | ## Bash 34 | A handy Bash reference guide: 35 | - [Bash Cheatsheet](https://devhints.io/bash) 36 | 37 | ## Dart 38 | Quick reference for Dart programming: 39 | - [Dart Cheatsheet](https://quickref.me/dart.html) 40 | 41 | ## Git 42 | Master Git commands with this useful cheatsheet: 43 | - [Git Cheatsheet](https://education.github.com/git-cheat-sheet-education.pdf) 44 | 45 | ## Go 46 | Explore Go language syntax and tips: 47 | - [Go Cheatsheet](https://devhints.io/go) 48 | 49 | ## JavaScript 50 | A comprehensive guide for JavaScript shortcuts: 51 | - [JavaScript Cheatsheet](https://htmlcheatsheet.com/js/) 52 | - [JavaScript Cheatsheet](https://javascript.info/) 53 | 54 | ## jQuery 55 | Get started with jQuery: 56 | - [jQuery Cheatsheet](https://oscarotero.com/jquery/) 57 | 58 | ## jQuery DataTables 59 | Simplify working with jQuery DataTables: 60 | - [jQuery DataTables Cheatsheet](https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/javascript/packages/jquery/datatables.html) 61 | 62 | ## Kotlin 63 | Everything you need to know about Kotlin: 64 | - [Kotlin Cheatsheet](https://devhints.io/kotlin) 65 | 66 | ## Laravel 67 | Quick access to Laravel documentation: 68 | - [Laravel Cheatsheet](https://quickref.me/laravel.html) 69 | 70 | ## PostgreSQL 71 | An essential guide for PostgreSQL users: 72 | - [PostgreSQL Cheatsheet](https://learnsql.com/blog/postgresql-cheat-sheet/) 73 | 74 | ## React 75 | Simplify React development with this reference: 76 | - [React Cheatsheet](https://devhints.io/react) 77 | 78 | ## Regex 79 | Master regular expressions quickly: 80 | - [Regex Cheatsheet](https://quickref.me/regex) 81 | 82 | ## TypeScript 83 | TypeScript essentials in one place: 84 | - [TypeScript Cheatsheet](https://devhints.io/typescript) 85 | 86 | ## Day.js 87 | Day.js essentials 88 | - [Day.js Date and Hours Formats Cheatsheet](https://day.js.org/docs/en/display/format) 89 | 90 | ## Markdown 91 | Markdown essentials 92 | - [Markdown Cheatsheet](https://www.markdownguide.org/basic-syntax/) 93 | 94 | ## MongoDB 95 | MongoDB essentials 96 | - [MongoDB Queries Cheatsheet](https://webdevsimplified.com/mongodb-cheat-sheet.html) 97 | 98 | --- 99 | 100 | ### Contributing 101 | Have something to add or improve? Contributions are always welcome! Please feel free to submit a pull request or open an issue to enhance this cheatsheet collection. 102 | 103 | --- 104 | 105 | ### License 106 | This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. 107 | 108 | --- 109 | 110 | Happy coding! 😊 111 | --------------------------------------------------------------------------------