Skip to content

Instantly share code, notes, and snippets.

View AkshayAwate's full-sized avatar
👨‍💻
Focusing

Akshay Awate AkshayAwate

👨‍💻
Focusing
  • Banglore
  • 12:06 (UTC +05:30)
View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

Questions are not from any actual exam!!!
Q: Create a job that calculates pi to 2000 decimal points using the container with the image named perl
and the following commands issued to the container: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
Once the job has completed, check the logs to and export the result to pi-result.txt.
Solution:
@bradtraversy
bradtraversy / vscode_shortcuts.md
Last active April 18, 2025 13:45
Helpful shortcuts for VSCode

VSCode Shortcuts

List of helpful shortcuts for faster coding

If you have any other helpful shortcuts, feel free to add in the comments of this gist :)

Official List of all commands

@romainl
romainl / javascript_deep_dive.md
Created October 7, 2017 19:28 — forked from faressoft/javascript_deep_dive.md
JavaScript Deep Dive to Crack The JavaScript Interviews