Skip to content

Commit

Permalink
Merge pull request #301 from akhila-ariyachandra/development
Browse files Browse the repository at this point in the history
Try to get a consistent order of old snippet posts
  • Loading branch information
akhila-ariyachandra authored May 4, 2024
2 parents b219111 + c726605 commit ec12610
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/posts/firebase-authentication-react-hook.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Firebase Authentication React Hook
posted: "2024-02-10"
posted: "2024-02-10 00:00:00"
---

A React Hook to get the logged in user in Firebase Authentication
Expand Down
2 changes: 1 addition & 1 deletion content/posts/prettier-config.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: My Prettier Configuration
posted: "2024-02-10"
posted: "2024-02-10 00:00:01"
---

The Prettier Configuration I use for all my projects.
Expand Down
2 changes: 1 addition & 1 deletion content/posts/prisma-development.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Using Prisma in development
posted: "2024-02-10"
posted: "2024-02-10 00:00:04"
---

Due to hot reloading you might overload your database with too many connections during development.
Expand Down
2 changes: 1 addition & 1 deletion content/posts/serverless-pre-rendering.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Serverless Pre-Rendering
posted: "2024-02-10"
posted: "2024-02-10 00:00:02"
---

Speeding up serverless function response times in deployments like in Vercel.
Expand Down
2 changes: 1 addition & 1 deletion content/posts/sleep-in-javascript.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Sleep in JavaScript
posted: "2024-02-10"
posted: "2024-02-10 00:00:03"
---

A function to pause execution.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Using 'clsx' or 'classnames' with 'tailwind-merge'
posted: "2024-02-10"
posted: "2024-02-10 00:00:05"
---

A function that allows the conditional classnames from 'clsx' or 'classnames' to be passed into 'tailwind-merge'.
Expand Down

0 comments on commit ec12610

Please sign in to comment.