daily log 11.05.20
PROBLEM:
PROBLEM:
Bulk Emailing using Python
PROBLEM:
OK what just happened:
OH MY GOODNESS IT MIGHT BE FINALLY CLICKING
Reverse String Python (glamor)
11/20/20
How to scrape data from your favorite recipe blogs so you can sort by ingredients you have and how much time you want to spend!!
CTCI
TIL: python-dotenv
Goals for today: No side chatter Say time/space complexity Break the problem down into smaller problems and solve those first
CTCI 1.9 String Rotation
How to get your weekly list of imperfect foods
```python
1.3 URLify
CTCI
CHALLENGE:
```python
OK so here we are and what are we NOT GOING TO DO!?
How to scrape data from your favorite recipe blogs so you can sort by ingredients you have and how much time you want to spend!!
TIL: python-dotenv
PE: #16
PE: #14
UJS: Find Missing Number in array In english
is prime function ```python
MOCK REVIEW:
PROBLEM: Food waste. I want to use ALL the tomatoes I buy at Trader Joes.
How to see the files you’ve created today
ES6 Classes Review
Hopping back into leetcode on EASY!!
Successfully Handling Non-Nested Parens
Return Valid Parens
UJS: Find Missing Number in array In english
is prime function ```python
MOCK REVIEW:
CURRENT PROJECTS:
TIL MONGO / MONGOD:
CURRENT PROJECTS:
CURRENT PROJECTS:
BUBBLE SORT!
Again, making lovely unending loops.
NOTES TO MYSELF, FROM THE FUTURE:
UJS:
npx create-react-app umre-movies cd umre-movies rm public/favicon.ico public/logo192.png public/logo512.png rm src/App.test.js src/logo.svg src/serviceWorker...
MICROSERVICES:
Storing the Token
211. Handling Errored Requests
210. Making an API Request
205. Styling Odds and Ends
Section 15: In-App Authentication
BEFORE DESTRUCTURING ```javascript import React from “react”; import { Text, StyleSheet, View, Button, TouchableOpacity } from “react-native”;
How to scrape data from your favorite recipe blogs so you can sort by ingredients you have and how much time you want to spend!!
CTCI
TIL: python-dotenv
FOR EMMET for boilerplate, ! + tab
How to see the files you’ve created today
Bulk Emailing using Python
PROBLEM:
Remove files recursively in non-empty directory WARNING: DANGEROUS!
How to remove all html from a string with Regex
MOCK REVIEW:
PART 1: The Chrome Extension
A Record of Your Distractions!!
GET SHARE IDS
Successfully Handling Non-Nested Parens
RE: Caroline Googlesheets
Return Valid Parens
What did you do today?
```python FROM HERE https://leetcode.com/problems/longest-valid-parentheses/discuss/1030761/ … Python-Simple-Solutions-or-DP-and-Stack-One-pass import unitte...
Reddit r/Pics Browser
```python
TEST CASES:
OK so here we are and what are we NOT GOING TO DO!?
Hopping back after a little break
AWS AMPLIFY FOR REACT APP
Attempting a hard leetcode (#4)
Today was a GTD day
HELLO TWENTY TWENTY-ONE!!
PE: #16
PE: #14
```javascript
TIL:
UJS: Find Missing Number in array In english
is prime function ```python
MOCK REVIEW:
How to remove all html from a string with Regex
Using react-router-dom
How to make an app with users and subscriptions?
Starting a project and adding PRETTIER
Reverse String Python (glamor)
11/20/20
How to scrape data from your favorite recipe blogs so you can sort by ingredients you have and how much time you want to spend!!
Most of today was spent doing VG work…
CTCI
TIL: python-dotenv
ES6 Classes Review
BEFORE DESTRUCTURING ```javascript import React from “react”; import { Text, StyleSheet, View, Button, TouchableOpacity } from “react-native”;
Goals for today: No side chatter Say time/space complexity Break the problem down into smaller problems and solve those first
CTCI 1.9 String Rotation
How to get your weekly list of imperfect foods
PROBLEM:
```python
1.3 URLify
CTCI
CURRENT PROJECTS:
OK what just happened:
TIL MONGO / MONGOD:
CURRENT PROJECTS:
CURRENT PROJECTS:
CURRENT PROJECTS:
BUBBLE SORT!
How to pretty print all the supervisors into a nice column
Recursively going up the org tree
CURRENT PROJECTS:
class Solution(object): def flipAndInvertImage(self, A): """ :type A: List[List[int]] :rtype: List[List[int]] """ ...
CURRENT PROJECTS:
CURRENT PROJECTS:
Recursion for Beginners: A Beginner’s Guide to Recursion
BUBBLE SORT
```python for point in points: x_start = point[0] x_end = point[1]
```python
```python Definition for singly-linked list. class ListNode(object): def init(self, val=0, next=None): self.val = val self.next = next class Solution(object)...
Attempt 1, treating it like a Tree Node
Binary to Num:
CHALLENGE
PROBLEM: The current code isn’t doing what I want it to do
```python class Solution(object): def findPairs(self, nums, k): “”” :type nums: List[int] :type k: int :rtype: int ...
Investigating Stripe
START:
Naive solution
Debate Transcript
<link rel="stylesheet" href="css/styles.css" />
Today was a chores and audiobook day!
Today was a headache day
Again, making lovely unending loops.
Priority Queues Mock
NOTES ON GITHUB!!
How to see the files you’ve created today
```javascript function sinkDown(array) { // console.log(array) let root_idx = 0; let left_idx; let right_idx; while (right_idx < array.lengt...
NOTES TO MYSELF, FROM THE FUTURE:
UJS:
UJS:
More data science today!! I definitely need to get better about automating things…
Most of what I learned today had to do with data science and plotting, but I keep realizing that these worlds intersect A LOT more than I ever expected!!
server.js
Bulk Emailing using Python
PROBLEM:
Remove files recursively in non-empty directory WARNING: DANGEROUS!
CHALLENGE:
https://marketplace.visualstudio.com/items?itemName=satokaz.vscode-markdown-header-coloring
How I eventually “solved” the local host / grabbing from api issue
How to host react app on Github pages
How to automate things
How to reinstall python on your mac
Post computer wipe Currently testing pushing
WRONG
True Beauty of Math, Lesson 2
Binary Search
PRACTICE: Interleaving Iteration in Python
Testing the wide layout
https://developer.chrome.com/extensions/contentSecurityPolicy https://support.google.com/chrome/thread/2437675?hl=en
Debate Transcript
```python
TL; DR: No need to host react app on heroku when simply adding gh-pages is easy and great.
TIL:
server.js
PART 1: The Chrome Extension
CURRENT PROJECTS:
Recursion for Beginners: A Beginner’s Guide to Recursion
BUBBLE SORT
TL; DR: No need to host react app on heroku when simply adding gh-pages is easy and great.
PRODUCT DU JOUR
How to update to github PAT
Priority Queues Mock
NOTES ON GITHUB!!
How to host react app on Github pages
PRODUCT DU JOUR
PYTHON PRACTICE
HACKER RANK
HACKER RANK
Again, making lovely unending loops.
TIL:
OH MY GOODNESS IT MIGHT BE FINALLY CLICKING
PART 1: The Chrome Extension
How to host react app on Github pages
How to get your weekly list of imperfect foods
Successfully Handling Non-Nested Parens
Return Valid Parens
PE: #16
PE: #14
```javascript
```python FROM HERE https://leetcode.com/problems/longest-valid-parentheses/discuss/1030761/ … Python-Simple-Solutions-or-DP-and-Stack-One-pass import unitte...
PART 1: The Chrome Extension
```javascript // ORIGINAL function charCount(str){ var results = {}; for (var i = 0; i < str.length; i++) { var char = str[i]; if(...
Successfully Handling Non-Nested Parens
Return Valid Parens
```python FROM HERE https://leetcode.com/problems/longest-valid-parentheses/discuss/1030761/ … Python-Simple-Solutions-or-DP-and-Stack-One-pass import unitte...
TEST CASES:
AWS AMPLIFY FOR REACT APP
Attempting a hard leetcode (#4)
class Solution(object): def flipAndInvertImage(self, A): """ :type A: List[List[int]] :rtype: List[List[int]] """ ...
```python for point in points: x_start = point[0] x_end = point[1]
```python
```python Definition for singly-linked list. class ListNode(object): def init(self, val=0, next=None): self.val = val self.next = next class Solution(object)...
Attempt 1, treating it like a Tree Node
Binary to Num:
CHALLENGE
```python class Solution(object): def findPairs(self, nums, k): “”” :type nums: List[int] :type k: int :rtype: int ...
START:
Naive solution
```python Definition for singly-linked list. class ListNode(object): def init(self, val=0, next=None): self.val = val self.next = next class Solution(object)...
NOTE: kdo acct
How to make an app with users and subscriptions?
TIL:
True Beauty of Math, Lesson 2
```javascript
Reverse String Python (glamor)
11/20/20
Goals for today: No side chatter Say time/space complexity Break the problem down into smaller problems and solve those first
CURRENT PROJECTS:
npx create-react-app umre-movies cd umre-movies rm public/favicon.ico public/logo192.png public/logo512.png rm src/App.test.js src/logo.svg src/serviceWorker...
Places I’ve Visited
```python
```python
RE: Caroline Googlesheets
What did you do today?
RE: Caroline Googlesheets
TL; DR: No need to host react app on heroku when simply adding gh-pages is easy and great.
Reddit r/Pics Browser
TIL:
OH MY GOODNESS IT MIGHT BE FINALLY CLICKING
How I eventually “solved” the local host / grabbing from api issue
npx create-react-app umre-movies cd umre-movies rm public/favicon.ico public/logo192.png public/logo512.png rm src/App.test.js src/logo.svg src/serviceWorker...
How to host react app on Github pages
Using react-router-dom
TL; DR: No need to host react app on heroku when simply adding gh-pages is easy and great.
Reddit r/Pics Browser
How to remove all html from a string with Regex
Using react-router-dom
Starting a project and adding PRETTIER
PROBLEM: The current code isn’t doing what I want it to do
Investigating Stripe
TL; DR: No need to host react app on heroku when simply adding gh-pages is easy and great.
Can we scrape linked in to get the job history and job description of our members?
Places I’ve Visited
FOR EMMET for boilerplate, ! + tab
AWS AMPLIFY FOR REACT APP
Attempting a hard leetcode (#4)
THINGS I DID TODAY: UJS: Attempted fib again to see if it would solidify. UJS: Attempted reverse() recursively UWD: Finished Section 15, Command Line ...
How I eventually “solved” the local host / grabbing from api issue
Projects tickling the back of my mind
```javascript
Post computer wipe Currently testing pushing
WRONG
```javascript
Places I’ve Visited
TL; DR: No need to host react app on heroku when simply adding gh-pages is easy and great.
FOR EMMET for boilerplate, ! + tab