Carl Poppa πŸ›Έ

πŸ›Έ maker, feminist, perpetual n00b

πŸ“• read for 15mins

Carl Poppa πŸ›Έ Author

non-fiction, business related books

0 Likes

What do you read?

0 Likes

start working on Kustomer profile: additional info

- add 'Change Password' form
- learn how to use Firebase, reCAPTCHA verifier
- set up Firebase
- add 'Mobile Phone' form
- send SMS verification > this is not working, which means it's time to shutdown for the night

learn Django & continue working on Kustomer profile

- Kustomer can upload their own avatar
- read up about bootoast https://odahcam.github.io/bootoast/
- improve ux: Kustomer gets notification when profile is updated successfully

🐍 Python crash course

βœ“ `while` loops
βœ“ infinite loops (and how to break them)

πŸ•Έ learn computer networking

βœ“ TCP/IP five-layer network model
βœ“ basics of networking devices
βœ“ physical layer
Β½ data link layer

πŸ§˜πŸ»β€β™‚οΈ practise meditation to calm all those racing thoughts

continue working on Kustomer profile

- create profile page: Kustomer can edit and save their first & last names
- read up about Django Middleware https://docs.djangoproject.com/en/3.1/topics/http/middleware/
- create Kustomer model and learn how to manipulate it in admin dashboard
- use Middleware to hook up request/response processing