tiff's garden variety dev notes
You know what I like more than these materialistic things? Knowledge.
-Tai Lopez
Hey! 👋🏽 This is a Zettelkasten to collect knowledge on different web development topics so I can be not just a competent engineer but a good one.
Not only that, but I plan to put all my relevant notes here, some will remain private, however.
Here you'll find notes from different courses, blog posts, and books I've read on the topic of React, web development, JavaScript, API design, and backend engineering, perhaps maybe even a little DevOps.
You can also find Tweets, book notes, article notes from Matter.app, improving my health and wellness, math endeavors, and anything else I find interesting.
You can jump around the site using the Wiki links below.
Courses
- React for Beginners
- Interviewing for Frontend Engineers
- Advanced React
- GraphQL
- Testing React Apps
- Redux State
Books
Blog posts
A collection of blog posts sourced in these zettles.
Math/Programming Explorations
Progamming has made me better at math. So now I want to explore the connection betweeen math and programming.
Fundamentals
Core JavaScript concepts to remember in case you forget
Basic JavaScript
Concepts
Concepts like Big O Notation, time and space complexity
Data Structures
void
- has no return value
/* Input:
output:
constraints:
edges:
strategy:
* /
javascript - Toggle ascending and Toggle descending in React Hooks - Stack Overflow