← Home

Tag: web-dev

One codebase to rule them all

@date=2021-05-25
@tags=web-dev, react, seo, adhd

A little over a decade ago, I went on a binge and made a bunch of web apps of various sorts:

READ MORE (729 words, 6 minutes)

Easy instant github branch deployment

@date=2021-04-23
@tags=servers, web-dev, react

Want to have your server update itself whenever you deploy to a github branch? Piece of cake:

https://github.com/RobKohr/github-hook-handler

Thoughts on using grommet for web app design

@date=2020-10-08
@tags=web-dev, design, react

I used Grommet for a react project, and here are some of my thoughts on it.

Things I like

Things I don't like

READ MORE (266 words, 2 minutes)

Next.js vs Create-React-App

@date=2020-10-08
@tags=web-dev, react

When doing react, I have on worked with CRA up until now. I just took over a next.js app, and when built and deployed, it is speedy, but didn't like some of the details of development:

READ MORE (335 words, 3 minutes)