Skip to content

Commit

Permalink
changes to blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadev-0 committed Jan 3, 2024
1 parent 2acec7a commit badd428
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/content/blog/goodbye-2023.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ date: 2024-01-03

import { Image } from "astro:assets";

It's the end of 2023, and we got a whole new year in front of us.
2023 has ended, and we got a whole new year in front of us.

2023 has been a good run, it's probably the year I've been the most active with development in my
It has been a good run, it's probably the year I've been the most active with development in my
life.

Here's a look back at the past year in no particular order.
Expand Down Expand Up @@ -39,11 +39,9 @@ iteration.

I used [Next.js](https://nextjs.org/) for the framework, using the new server components stuff.

For the UI I used
[shadcn/ui](https://ui.shadcn.com), which is amazing, I love how instead of
just being a package you install from NPM. You actually copy/paste their
code or use their CLI into your codebase, which means you own the code and
can modify it to your liking.
For the UI I used [shadcn/ui](https://ui.shadcn.com), which is amazing, I love how instead of just
being a package you install from NPM. You actually copy/paste their code into your codebase or use their
CLI which does it for you, which means you own the code and can modify it to your liking.

For authentication I used [Clerk](https://clerk.com/), Clerk was really simple to setup and use.
And I didn't have to manage database stuff, OAuth, tokens, etc. It's all handled by Clerk.
Expand Down

0 comments on commit badd428

Please sign in to comment.