Tag: cheatsheet

  • Resources to learn (Regex) – Regular Expressions (Cheatsheet)

    In this article, I am going to share some of the resources that you can use to learn Regex (Regular Expressions) easily. Resources to learn regex : Regexr – https://regexr.com/ Learn Regex – https://regexlearn.com/ I Hate Regex – https://ihateregex.io/RegexOne – https://regexone.com/ Commands Usage (Coming Soon): Wildcard Dot Character (.) Find Letters, Numbers and Underscore Characters […]

  • The Docker Commands Cheatsheet

    To pull a docker image from the docker hub, we can use the command: To run that image, we can use the command : To list down all the images in our system, we can give the command : To list down all the running containers, we can use the command : To list down […]