day 16

Using .filter(), and thinking about reusable components ...

July 19, 2022 · 1 min

day 15

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

June 11, 2022 · 1 min

day 14

Set cookies for JSON Web Tokens with Flask and added support for the use of credentials in cross-origin requests. ...

June 8, 2022 · 1 min

day 13

Set up node to communicate with a Flask backend that someone else built for a volunteering project. ...

May 29, 2022 · 1 min

day 12

Figured out how to use asdf (it’s a version manager!) to manage different versions of Ruby and Python on my laptop. ...

May 18, 2022 · 1 min

day 11

Did half an hour of Javascript exercises on jschallenger.com. ...

May 17, 2022 · 1 min

day 10

Flexbox shenanigans! ...

May 16, 2022 · 1 min

day 9

More working with objects: Object.keys(obj) and for (let item in items)on freecodecamp. ...

May 15, 2022 · 1 min

day 8

Bits of progress - did some regex exercises + learnt about array + object methods ...

May 14, 2022 · 2 min

day 7

Starting to think about whether this site is accessible, how to test if it is accessible, and how to make it accessible if it isn’t ...

May 13, 2022 · 1 min