David Gostindgostin.hashnode.dev·Nov 6, 2024Angular Cheat SheetHere’s an Angular cheat sheet with key commands, concepts and syntax: Basic Setup Install Angular CLI: npm install -g @angular/cli Create a New Angular Project: ng new project-name Serve the Application: ng serve Build the Application: ...DiscussAngular
David Gostindgostin.hashnode.dev·Nov 5, 2024PHP Cheat SheetHere's a PHP cheat sheet covering the essentials: Basic Syntax Echo / Print: echo "Hello, World!"; print "Hello, World!"; Variables: $variable = "Hello!"; Comments: // Single-line comment # Single-line comment /* Multi-line co...DiscussPHP
David Gostindgostin.hashnode.dev·Nov 5, 2024Node.js Cheat SheetHere’s a Node.js cheat sheet with common commands and snippets to help you with various tasks: Basic Setup Initialize a New Project: npm init -y Install a Package: npm install package_name Install a Package Globally: npm install -g packag...DiscussNode.js
David Gostindgostin.hashnode.dev·Nov 5, 2024MySQL Cheat SheetHere's a MySQL cheat sheet to help you quickly reference common commands and functions: MySQL Basics Connect to MySQL: mysql -u username -p Select a Database: USE database_name; List Databases: SHOW DATABASES; List Tables: SHOW TABLES...DiscussMySQL
Tushar Panttusharpant.online·Sep 25, 2024Kubernetes Cheat SheetHere’s a comprehensive Kubernetes cheat sheet, covering essential commands, objects, and concepts: Basic Kubernetes Concepts Cluster: A set of machines (nodes) that run containerized applications. Node: A single machine in the cluster (physical/vi...DiscussCheat SheetsDevops
Twistortwistor.hashnode.dev·Sep 12, 2024Why I Built CheatSheet++If you’ve ever found yourself stuck, scrolling through endless forums or digging through documentation just to find a single command, you’re not alone. I’ve been there too. As a developer, I know the frustration of needing quick answers but getting b...Discussprogramming languages
Tushar Panttusharpant.online·Sep 9, 2024Day 20 of 90 Days of DevOps Challenge: Docker Mastery - Crafting The Ultimate Cheat-Sheet!Finally!! 🎉 We've navigated through containers, images, volumes, and networks, and we've gained invaluable insights into Docker and Docker Compose. 🙌 Now, it’s time to take our Docker skills to the next level. What’s Next? 🛠️ It’s time to consoli...Discuss·20 likes·46 reads90 Days of DevOpsDevops
Tushar Panttusharpant.online·Sep 4, 2024An Ultimate Docker and Docker-compose Cheat SheetWe've navigated through containers, images, volumes, and networks, and we've gained invaluable insights into Docker and Docker Compose. 🙌 Now, it’s time to take our Docker skills to the next level. It’s time to consolidate our learning into a compre...Discuss·22 likes·45 readsCheat SheetsDevops
Tushar Panttusharpant.online·Sep 1, 2024Day 12 of 90 Days of DevOps Challenge: A Comprehensive Linux and Git Cheat-Sheet for DevOps EngineersAs DevOps engineers, proficiency in Linux and Git-GitHub is essential for managing and deploying code efficiently. With the vast array of commands and functionalities these tools offer, having a well-organized cheat-sheet can be a game-changer. Today...Discuss·33 likes·31 reads90 Days of DevOpsDevops
Tushar Panttusharpant.online·Sep 1, 2024An Ultimate Linux and Git Cheat SheetAs DevOps engineers, proficiency in Linux and Git-GitHub is essential for managing and deploying code efficiently. With the vast array of commands and functionalities these tools offer, having a well-organized cheat-sheet can be a game-changer. Today...Discuss·27 likes·75 readsCheat SheetsDevops