Posted my app and a github link to my code on reddit yesterday and one feedback I got was to stop storing my auth tokens in localStorage and to use sessions instead. Looks like it's time to dive down a rabbit hole and learn something new! Anyone have a great resource for this?
Using css media queries to adapt my app for phones, tablets, hd monitors, etc.. This has actually been the most enjoyable coding I have done n the 1.5 years since I started.
Love to find out that my email address wasn't connected to my github terminal, so the almost daily commits that Ive been making for the last year don't show up on the chart on my homepage. Oof.
Other days you spend 5 hours trying to figure out why a component throws the size off on your entire web app when it displays "100%" as text, but not any number below that, only to realize that there's an extra digit in 100. #headDesk
This morning I spent an hour and a half trying to figure out why the sizing on my app had gone all screwy for no reason and was looking different on different browsers. I eventually realized that I had zoomed in at different sizes on each browser. Nothing to do with my code. 💀
Just finished a comprehensive CSS class on Udemy and my brain is full! Really excited to get to work applying this stuff to the UI on my app! #ClassEngage