Claude instructions for Svelte developers
A basic CLAUDE.md file can go a long way in improving your Svelte project.
Read post →Thoughts on software engineering, leadership, and technology.
A basic CLAUDE.md file can go a long way in improving your Svelte project.
Read post →Anthropic is hitting the notes and leading the race when it comes to developer tooling. Since the beginning of this year I found myself using AI more frequently in different forms and so I decided to write a short opinion piece about it.
Read post →Using the any type in TypeScript tests can lead to less maintainable and error-prone code. Let's explore how to avoid it and improve our test quality.
Read post →Toast messages are a lovely addition to any interface whether it's your Operating System, mobile or web application.
Read post →Typing children props in Svelte 5
Read post →A guide to integrating Auth0 with SvelteKit for authentication.
Read post →A deep dive into the 'Form Not Found' issue in Next.js applications using React Hook Form, and how to resolve it effectively.
Read post →Functional programming in Typescript with fp-ts and Svelte Kit.
Read post →"Enhancing TypeScript testing with custom matchers for FP-TS Either objects in Vitest."
Read post →Displaying Nextjs Image component in Storybook
Read post →SSR Data hydration and Querying GraphQL in Nextjs with Apollo
Read post →Have you needed to reuse some code for Next pages in particular within the server side function getServerSideProps?
Read post →Learning react hooks and patterns from Kent C Dodds Epic React course
Read post →Handling token expiry with Auth0 and Apollo GraphQL
Read post →How to perform async server-side validation for unique phone/email fields in Ant Design forms using Apollo GraphQL.
Read post →How to use Ant Design's Upload component to upload files to AWS S3 with GraphQL and signed URLs.
Read post →Serving a React SPA and static sites with Koa and handling client-side routing.
Read post →How to use the Heroku Orb in CircleCI to deploy and set build numbers as environment variables.
Read post →A lean React + TypeScript + Ant Design boilerplate with theming and modern tooling.
Read post →Using Sequelize v5 with TypeScript for Postgres, including model setup and type safety tips.
Read post →Personal budgeting lessons and strategies using the YNAB app.
Read post →Implementing a unit of work pattern for atomic transactions in Node.js with TypeScript and MSSQL.
Read post →How to use Docker to run and manage a local Postgres database for development.
Read post →Correlating API logs in Go using correlation/request IDs for better traceability.
Read post →Paging is a common problem in large datasets. Here is a simple solution using Postgres and Java.
Read post →Building a password strength indicator using AngularJS and Bootstrap
Read post →Uploading is not easy and chunking is even harder. Here is a simple solution using JQuery and Bootstrap progress bar.
Read post →Absolute URL generation in ASP.NET MVC
Read post →