- Year: 2023
- Organisation: TensorFlow
- Project Title: Interactive Web Demos using the MediaPipe Machine Learning Library
- Mentor: Jen Person (@jenperson)
Python 14 hrs 2 mins ██████████▎░░░░░░░░░░ 45.8% | |
JavaScript 10 hrs 4 mins ██████▊░░░░░░░░░░░░░░ 37.1% | |
Other 2 hrs 7 mins █▊░░░░░░░░░░░░░░░░░░░ 9.6% | |
JSON 56 mins ▉░░░░░░░░░░░░░░░░░░░░ 4.8% | |
Bash 37 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.7% |
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.
This is a step-by-step tutorial for hosting your website under your domain on IPFS, from zero, on a DigitalOcean Ubuntu 16.04.3 x64 Droplet (i am using the $10 variant with 2GB RAM).
Log in as root.
First, make sure the system is up to date, and install tar
and wget
:
#include <bits/stdc++.h> | |
using namespace std; | |
/* clang-format off */ | |
/* TYPES */ | |
#define ll long long | |
#define pii pair<int, int> | |
#define pll pair<long long, long long> | |
#define vi vector<int> |
This sheet goes along with this SSH YouTube tutorial
$ ssh [email protected]
$ mkdir test
$ cd test
Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt
If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a
I will be using the root user, but would suggest creating a new user
This goes with the Traversy Media Scrapy tutorial on YouTube
pip install scrapy