day 18
Created reusable components in React for a volunteering project. ...
Created reusable components in React for a volunteering project. ...
Joys of pair programming and fiddling with Liquid + Shopify metafields ...
Using .filter(), and thinking about reusable components ...
Wrote documentation on how to use git (e.g. using branches, making pull requests, setting remote repos) for my workplace. It’s on Notion, titled Working with Git
Set cookies for JSON Web Tokens with Flask and added support for the use of credentials in cross-origin requests. ...
Set up node to communicate with a Flask backend that someone else built for a volunteering project. ...
Figured out how to use asdf (it’s a version manager!) to manage different versions of Ruby and Python on my laptop. ...
Did half an hour of Javascript exercises on jschallenger.com. ...
Flexbox shenanigans! ...
More working with objects: Object.keys(obj) and for (let item in items)on freecodecamp. ...