Junior Full Stack Web and Game Dev from St. Louis Park, MN.
Artist, animator, programmer, storyteller.
- St. Louis Park, Minnesota, USA
- in/tanner-kothlow-5a7848261
Pinned Loading
-
-
react-portfolio
react-portfolio PublicWeek 20 project to create a responsive portfolio app using React.
JavaScript
-
nosql-social-network-api
nosql-social-network-api PublicWeek 18 project to create the backend for a social network app using nosql and mongoose
JavaScript
-
hex-code-regex.md
hex-code-regex.md 1# Using Regular Expressions (regex) for Hex Codes
23During web development, or any number of coding projects, you are likely to stumble upon hex codes. These helpful little six digit strings are able to specify the use of over sixteen million colors. Each hex code is broken up into four parts, the preceding hash `#`, and three groups of two base-16 numbers which correspond to a color’s red, green, and blue intensity values.
45- Base-16 numbers are a way to represent 10-15 while using single characters. After 9, base-16 continues with a, b, c, d, e, f.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.