Skip to content

Instantly share code, notes, and snippets.

@kumarmo2
kumarmo2 / grokking_to_leetcode.md
Last active August 29, 2024 07:25 — forked from tykurtz/grokking_to_leetcode.md
Grokking the coding interview equivalent leetcode problems

GROKKING NOTES

I liked the way Grokking the coding interview organized problems into learnable patterns. However, the course is expensive and the majority of the time the problems are copy-pasted from leetcode. As the explanations on leetcode are usually just as good, the course really boils down to being a glorified curated list of leetcode problems.

So below I made a list of leetcode problems that are as close to grokking problems as possible.

Pattern: Sliding Window

@kumarmo2
kumarmo2 / node_nginx_ssl.md
Created August 13, 2020 15:04 — forked from bradtraversy/node_nginx_ssl.md
Node app deploy with nginx & SSL

Node.js Deployment

Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt

1. Sign up for Digital Ocean

If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a

2. Create a droplet and log in via ssh

I will be using the root user, but would suggest creating a new user

@kumarmo2
kumarmo2 / cloudSettings
Last active May 7, 2020 06:22 — forked from krishnadey30/LeetCodeQuestions.md
Curated List of Top 75 LeetCode
{"lastUpload":"2020-05-07T06:21:58.501Z","extensionVersion":"v3.4.3"}