Khari Johnson
Builder. Explorer. *Nix EnthusiastAstroPaper is a minimal, responsive, accessible and SEO-friendly Astro theme. This theme follows best practices and provides accessibility out of the box. Light and dark mode are supported by default. Moreover, additional color schemes can also be configured.
Recent Posts
Running Docker on MacOS
Posted on:January 27, 2023 at 12:30 PMRunning docker on MacOS is not a fun experience. Things can be slow, fans get loud, programs start crashing -- it sucks. Surely, there's something we can do about that.
Using Next.js API routes
Posted on:December 3, 2020 at 10:00 PMNext.JS comes with a useful feature out of the box, api routes. Files created in the `pages/api/` folder are treated as an endpoint rather than a page. Instead of exporting a React component to display your UI, you can export a function returning, say, a JSON response.