© 2023 Hashnode
#cheatsheet
If you are tired of wasting time clicking through endless menus in your IDE, have a glance at the below shortcuts, I have created this to help you work comfortably with the most used IDE. I will share the top 10 most commonly used shortcuts…
It’s #day12 of the #90daysofdevops Challenge under the guidance of Shubham Londhe Sir. Here I have provided cheat sheet related to linux terminal,Git-GitHub & Cron. Linux Cheat-Sheet whoami -> print…
Images ImagesCommand List available imagesdocker images [options] Download an image from a registrydocker pull [image_name] Build an image from a Dockerfiledocker build [options] [path_to_doc…
Kubernetes is an open-source container-orchestration system for automating application deployment, scaling, and management. It was originally designed by Google and is now maintained by the Cloud Native Computing Foundation. Common Commands…
Git Cheatsheet CommandDescription git initInitialize a new git repository git clone [url]Clone a remote repository git statusCheck the status of the repository git add [file]Add changes to t…
I occasionally need to dump and restore PostgreSQL databases: infrequently enough that I tend to forget about all the useful CLI switches to the pg_dump and pg_restore commands, yet frequently enough that having to look up the manual page f…
Dates and time Excel formulas cheat sheet \=EDATE – add a specified number of months to a date in Excel \=EOMONTH – convert a date to the last day of the month (e.g., 7/18/2018 to 7/31/2018) \=DATE – Returns a number that represents the dat…
Java is one of the most powerful programming languages that has been used to build some of the most complex and widely used applications in the world. Whether you are a beginner or an experienced prog…
Using commands in the terminal to launch and manage your programs becomes a need when working in a development environment. The terminal offers a potent user interface for working with your project-re…
Java Cheat Sheet Java is a versatile and widely-used programming language, known for its simplicity and robustness. Whether you are just starting out in Java or you are an experienced developer, havin…