Skip to content

Commit

Permalink
chore: fixed slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Jun 10, 2024
1 parent 52b1db7 commit 1cda663
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Supercharge your Repository with Code Owners"
tags: []
authors: nickytonline
slug: 2023-09-21-supercharge-your-repository-with-code-owners-4clg
slug: supercharge-your-repository-with-code-owners
description: "As a maintainer of a repository, it’s in your best interest to automate processes as much as..."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "GitHub Actions: A Maintainer's Best Friend"
tags: []
authors: nickytonline
slug: 2023-10-31-github-actions-a-maintainers-best-friend-488n
slug: github-actions-a-maintainers-best-friend
description: "As developers, it’s in our best interest to automate things. The less we have to do in a manual way,..."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Boost productivity with the GitHub CLI"
tags: []
authors: nickytonline
slug: 2023-11-14-boost-productivity-with-the-github-cli-2mne
slug: boost-productivity-with-the-github-cli
description: "The GitHub CLI is an indispensable tool as a project maintainer or contributor on GitHub. It can..."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Migrating from Jest to Vitest for your React Application"
tags: []
authors: nickytonline
slug: 2023-12-14-migrating-from-jest-to-vitest-for-your-react-application-1b75
slug: migrating-from-jest-to-vitest-for-your-react-application
description: "Are you looking to migrate from Jest to Vitest for your React application? Look no further. I..."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Unlocking the Power of HTML's Native Browser Dialog Element"
tags: []
authors: nickytonline
slug: 2024-01-23-the-native-browser-dialog-element-1nhn
slug: the-native-browser-dialog-element
description: "All the major browsers now support the <dialog > element. Why add this HTML element? User land..."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Challenging the Skeptics: Unveiling the Undeniable Goodness of Tailwind CSS"
tags: []
authors: nickytonline
slug: 2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css-4doc
slug: challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css
description: "People definitely have opinions about Tailwind. There are staunch supporters and staunch haters, but..."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Stuck in the Middle with You: An intro to Middleware"
tags: []
authors: nickytonline
slug: 2024-03-14-stuck-in-the-middle-with-you-an-intro-to-middleware-1gjo
slug: stuck-in-the-middle-with-you-an-intro-to-middleware
description: "Middleware exists in several frameworks like Next.js, Express, Hono and Fresh, and not just in..."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Form and Function: How I Lost My Submit Button & Got It Back"
tags: []
authors: nickytonline
slug: 2024-04-02-form-and-function-how-i-lost-my-submit-button-got-it-back-5b91
slug: form-and-function-how-i-lost-my-submit-button-got-it-back
description: "As web developers, we know that most of the create, read update, and delete (CRUD) actions we perform..."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Creating an OG image using React and Netlify Edge Functions"
tags: []
authors: nickytonline
slug: 2024-04-16-creating-an-og-image-using-react-and-netlify-edge-functions-563a
slug: creating-an-og-image-using-react-and-netlify-edge-functions
description: "Open Graph (OG) images are a must if you're sharing content on the Internet. From sites like..."
---

Expand Down

0 comments on commit 1cda663

Please sign in to comment.