View on GitHub

Code Fellows reading notes

A repository for organizing notes from my learning.

API Design Best Practices

RESTful Web API Design

Source (article): Microsoft Docs: RESTful web API design

REGEX

Source (medium post):Regex tutorial - a quick cheatsheet by examples

Regex is super cool and worth learning for string manipulation. I usually forget it 2 days after learning it, but someday it will stick. I’m not going to deep dive here, but storing the tutorial cheat sheet here for future reference as needed.

Things I Want to Know More About

I think the last bit on versioning was interesting. I’ve always felt like versioning of things was generally arbitrary, but it’s nice to see some guidance on it. A lot of the database talk went over my head, so I’d like to learn more/read up on database management and organization. I don’t really understand what pagination means but it sounds awfully important.