Paul Cowan
•
Contract software developer

16 Stories by Paul Cowan
Things do not get any easier, they just get different.
While enums and booleans may be familiar, you might want to think about using some other TypeScript constructs.
Whatever the bundler, it is making more and more sense to move away from CommonJS.
Learn how to use the react-router useHistory Hook with React testing library to make your components route-aware.
I still do use async/await and it is excellent for a one-call scenario, but I, and many others, have discovered it is minimal for...
My main problem with single-page applications is that they generally do not start life using progressive enhancement.
In the React ecosystem, tools like loadable-componets add a much simpler veneer of sanity around dynamic imports.
Learn about how to use Terraform in a real, production-ready environment.
I do not care about the various WCAG 2.x standards. People use these standards as an excuse to do the bare minimum to make...
I am, for the most part, a TypeScript fan but I do have some nagging doubts that I would like to discuss in this...
In a previous post, we talked about Frustrations with React Hooks. Here are some solutions to those frustrations.