Posts
Loading
Today I tried the Windsurf editor from the team behind Codeium. I’m really impressed by this editor! I’ve just used it for a few hours today, but I felt very productive during my time with it! I would say it’s a significant leap from GitHub copilot’s current way of working.
When I initially learned about oauth flows, I wondered why refresh tokens were a thing. I think this blog post by April King is a great summary of why they are used and how they help increase the security in several incremental steps.
A very thorough explanation of the difference between attributes and properties in the DOM.
https://jakearchibald.com/2024/attributes-vs-properties/
A nice video on how the cascade in CSS works.