Thoughts on the current state of AI
19. March 2023The hype is real. AI is everywhere and everyone is talking about it. What do I think about it? What is the future of AI?
The hype is real. AI is everywhere and everyone is talking about it. What do I think about it? What is the future of AI?
I try to create a modular synth for the web. To do this I needed some turnable knobs and I like to share how I did it.
I created a changing background image and made sure it loads before displayed.
I created an analog clock in React. Now I wanted to have the seconds hand move smoothly.
Types in typescript try to ensure you are working with the data you expect. But...
Create a simple analog clock React component and learn a bit about time.
FLIP - First, Last, Invert, Play.
As soon as your React application grows a bit larger, key organization gets more important. One approach...
Let's take at the scientific process and compare it to "Agile", and which important steps usually get skipped.
When defining a function in Typescript, the first instinct might tell you to just use your existing interfaces or even classes. This might not be optimal...
Discussing snapshot tests and why I think they are a bad idea. And what you should do instead.