Skip to content

Instantly share code, notes, and snippets.

View hritik5102's full-sized avatar
:electron:
console.log("Learn to code")

Hritik Jaiswal hritik5102

:electron:
console.log("Learn to code")
View GitHub Profile
@quest4i
quest4i / py
Created June 12, 2023 02:00
Convert Cofluence wiki page to markdown
# pip module - atlassian-python-api, markdownify
from atlassian import Confluence
from markdownify import markdownify as md
page = confluence.get_page_by_id(261095431, expand='body.storage')
body_html = page['body']['storage']['value']
body_markdown = md(body_html)
@kapilreddy
kapilreddy / young_software_engineer.md
Last active December 17, 2022 18:21
Young software engineer basics

Hello! This document is for young software engineers. The goal of this document is to provide a foundation (and not overwhelm you).

Developer environment

A good dev environment is a great foundation to build and learn bigger things. Before learning any tech you should invest some time learning these basics. Treat this as if you are setting up your study table.

Shell

The shell is one of the most basic (and very powerful) ways to interact with your computer. This is where all the interesting things will start and end when you are writing software.

Resources:

import sys
# Author: Visalbotr Chan
# Date: Aug 14 2020
# sys.stdin = open("test1.txt", "r")
def main():
def recursion(stack_ith, plate_needed):
# base case
if stack_ith >= num_stacks or plate_needed <= 0:
@bradtraversy
bradtraversy / mongodb_cheat_sheet.md
Last active February 28, 2025 18:32
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@bradtraversy
bradtraversy / vscode_shortcuts.md
Last active March 9, 2025 02:54
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

@bradtraversy
bradtraversy / docker-help.md
Last active March 11, 2025 16:05
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@lukas-h
lukas-h / license-badges.md
Last active March 9, 2025 05:10
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)

@parmentf
parmentf / GitCommitEmoji.md
Last active March 13, 2025 12:43
Git Commit message Emoji
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active March 13, 2025 07:34
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k