Posts

Showing posts from 2020

Kafka Cheat Sheet

Image
This cheat sheet contains all commonly used commands, while you work with Kafka console. But, it is difficult to keep remember all these commands and you prepare stickies to make these noted down. But now, no more stickies of Git. You can use this cheat sheet as your sticky notes.  Topics Create Topic bin/kafka-topics.sh --bootstrap-server localhost:9092 --create --partitions 1 --replication-factor 1 --topic <topic-name&gt

Git Cheat Sheet

Image
This cheat sheet contains all commonly used commands, while you work with git. But, it is difficult to keep remember all these commands and you prepare stickies to make these noted down. But now, no more stickies of Git. You can use this cheat sheet as your sticky notes.  Init & Clone Setup config Make an existing directory into a Git Repository

Docker Cheat Sheet

Image
This Docker cheat sheet contains all the basic commands, you use frequently while you are working with Docker. But, it is difficult to keep remember all these commands and you prepare stickies. But now, no more stickies. You can use this cheat sheet as your sticky notes.  Build, Remove, List and tag an Image Build an image from the Dockerfile in the current directory and tag the image