Tags → #web
-
My go-to patterns for full-stack/frontend projects
Battle-tested patterns for React + TypeScript projects: query key factories, server actions, CASL permissions, and more.
-
How I cut the deployment time of an Astro (Node.js) site on Azure from 1 hour to ~3 mins
The way Azure sets it up for you when you go through the steps of deploying a new Azure Web App service is objectively horrible...
-
Astro.js as an alternative to Next.js: pushing the limits
I’m tired of Next. I want to try something fresh. So I thought this is the time I look into other frameworks. Where would I go?...
-
Creating an autogrowing textarea with React and Typescript
In my 6 years career I almost never had to make an autogrowing textarea field like the ones we have in Jira or Linear...
-
Case study: e-commerce store for an artist/writer
It takes a lot of thinking when launching even a simple greenfield e-commerce site (without any legacy) for a small business...
-
Storybook 7.0 + React.js + TailwindCSS + CSS modules + Typescript setup that #$%& works
Setting up a storybook project should NOT be THAT hard. I mean, everyone uses Storybook, it’s the only viable option...
-
Short guide on starting a Design System for a start-up (feat. Storybook, Figma, and Styled Components)
This is not one of those posts where I'm going to define a design system, tell you how it's usually created...
-
ES6 Default Parameter Expressions
I’ve read about something that I wouldn’t probably think about on a normal day: default parameter expressions in ES6 functions. In ES5 version...