Just bought a Vortex Race 3 keyboard, read more about the pros and cons on my blog
Recent Posts
- 2022-03-11Just bought a Vortex Race 3 keyboard
- 2022-02-28Just finished watching Create a REST API
Just finished watching Create a REST API in @nestframework by @vladimir_agaev. Great overview of major aspects from database schema generation & migrations, to authentication, to e2e testing. Looking forward to diving deeper into nestjs soon!
- 2022-02-08Design without empathy - brianlovin.com
Loved this talk https://accessibility.scot/design-without-empathy/ by @MattMay esp. "Empathy built through immersion may steer designers toward narrow and inaccurate conceptions of disability experiences." This 1000%!!
- 2022-01-18Inspirational Website - brianlovin.com
I recently came across a blog post on https://brianlovin.com/writing/how-my-website-works.
What stood out to me more than the tech, was the design. The website looks like an RSS reader. The layout breaks from your typical blogger.com layout. It's awesome. And responsive!
- 2022-01-17Learning Vue 3
So far the Composition API looks really interesting. Reactivity with
ref
seems really useful and more declarative.