32 posts tagged with "dev"
View All TagsElection prediction and poll aggregation

Tailwind sucks
I've been doing a lot of vibe coding, and my particular tools of choice include v0.dev (as a VercelvercelVercel is a cloud platform for frontend developers. It is used to deploy and host websites and web applications. fanboy). By default, v0 will use tailwind for styling. This means I've been using Tailwind for the first time, and... I hate it.
Tennis player Elo modelling

React Composition: A Vindication
Composition has always been my favourite pattern in React. For years, I pushed for it on every team I worked with. And for years, I got pushback.
Designing a consistent error handling pattern for APIs
Errors and warnings are a minefield for developers, and very inconsistently implemented across APIsAPI (Application Programming Interface). A set of rules and protocols that allows different software applications to communicate with each other. APIs define the methods and data formats that applications can use to request and exchange information.. I've been thinking about what a consistent, developer-friendly approach to surfacing issues looks like, one that helps both developers and their end users.
This is focused on APIAPI (Application Programming Interface). A set of rules and protocols that allows different software applications to communicate with each other. APIs define the methods and data formats that applications can use to request and exchange information. responses and logs rather than native SDKsSDK (Software Development Kit). A collection of software development tools, libraries, documentation, code samples, and guides that help developers create applications for a specific platform or framework..
