diff --git a/blog/2023/2023-09-21-supercharge-your-repository-with-code-owners.md b/blog/2023/2023-09-21-supercharge-your-repository-with-code-owners.md index 171661f9..d9a6c5c2 100644 --- a/blog/2023/2023-09-21-supercharge-your-repository-with-code-owners.md +++ b/blog/2023/2023-09-21-supercharge-your-repository-with-code-owners.md @@ -1,6 +1,6 @@ --- title: "Supercharge your Repository with Code Owners" -tags: [] +tags: ["github", "opensource", "productivity", "security"] authors: nickytonline 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..." diff --git a/blog/2023/2023-10-31-github-actions-a-maintainers-best-friend.md b/blog/2023/2023-10-31-github-actions-a-maintainers-best-friend.md index 2992bad9..5cea5710 100644 --- a/blog/2023/2023-10-31-github-actions-a-maintainers-best-friend.md +++ b/blog/2023/2023-10-31-github-actions-a-maintainers-best-friend.md @@ -1,6 +1,6 @@ --- title: "GitHub Actions: A Maintainer's Best Friend" -tags: [] +tags: ["githubactions", "automation", "opensource", "productivity"] authors: nickytonline 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,..." diff --git a/blog/2023/2023-11-14-boost-productivity-with-the-github-cli.md b/blog/2023/2023-11-14-boost-productivity-with-the-github-cli.md index 43aa9f88..8e13ef23 100644 --- a/blog/2023/2023-11-14-boost-productivity-with-the-github-cli.md +++ b/blog/2023/2023-11-14-boost-productivity-with-the-github-cli.md @@ -1,6 +1,6 @@ --- title: "Boost productivity with the GitHub CLI" -tags: [] +tags: ["github", "cli", "git", "productivity"] authors: nickytonline 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..." diff --git a/blog/2023/2023-12-14-migrating-from-jest-to-vitest-for-your-react-application.md b/blog/2023/2023-12-14-migrating-from-jest-to-vitest-for-your-react-application.md index fe665f4f..ed211a53 100644 --- a/blog/2023/2023-12-14-migrating-from-jest-to-vitest-for-your-react-application.md +++ b/blog/2023/2023-12-14-migrating-from-jest-to-vitest-for-your-react-application.md @@ -1,6 +1,6 @@ --- title: "Migrating from Jest to Vitest for your React Application" -tags: [] +tags: ["testing", "react", "vitest", "typescript"] authors: nickytonline 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..." diff --git a/blog/2024/2024-01-23-the-native-browser-dialog-element.md b/blog/2024/2024-01-23-the-native-browser-dialog-element.md index 125a5c6f..95342ba6 100644 --- a/blog/2024/2024-01-23-the-native-browser-dialog-element.md +++ b/blog/2024/2024-01-23-the-native-browser-dialog-element.md @@ -1,6 +1,6 @@ --- title: "Unlocking the Power of HTML's Native Browser Dialog Element" -tags: [] +tags: ["html", "javascript", "a11y", "css"] authors: nickytonline slug: the-native-browser-dialog-element description: "All the major browsers now support the <dialog > element. Why add this HTML element? User land..." diff --git a/blog/2024/2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css.md b/blog/2024/2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css.md index 29af9a27..9605c97c 100644 --- a/blog/2024/2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css.md +++ b/blog/2024/2024-02-06-challenging-the-skeptics-unveiling-the-undeniable-goodness-of-tailwind-css.md @@ -1,6 +1,6 @@ --- title: "Challenging the Skeptics: Unveiling the Undeniable Goodness of Tailwind CSS" -tags: [] +tags: ["css", "tailwindcss", "webdev"] authors: nickytonline 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..." diff --git a/blog/2024/2024-03-14-stuck-in-the-middle-with-you-an-intro-to-middleware.md b/blog/2024/2024-03-14-stuck-in-the-middle-with-you-an-intro-to-middleware.md index 8b617b70..a7fd3662 100644 --- a/blog/2024/2024-03-14-stuck-in-the-middle-with-you-an-intro-to-middleware.md +++ b/blog/2024/2024-03-14-stuck-in-the-middle-with-you-an-intro-to-middleware.md @@ -1,6 +1,6 @@ --- title: "Stuck in the Middle with You: An intro to Middleware" -tags: [] +tags: ["webdev", "beginners", "frameworks", "javascript"] authors: nickytonline 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..." diff --git a/blog/2024/2024-04-02-form-and-function-how-i-lost-my-submit-button-got-it-back.md b/blog/2024/2024-04-02-form-and-function-how-i-lost-my-submit-button-got-it-back.md index a8c2c27d..eee2d422 100644 --- a/blog/2024/2024-04-02-form-and-function-how-i-lost-my-submit-button-got-it-back.md +++ b/blog/2024/2024-04-02-form-and-function-how-i-lost-my-submit-button-got-it-back.md @@ -1,6 +1,6 @@ --- title: "Form and Function: How I Lost My Submit Button & Got It Back" -tags: [] +tags: ["html", "webdev", "beginners"] authors: nickytonline 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..." diff --git a/blog/2024/2024-04-16-creating-an-og-image-using-react-and-netlify-edge-functions.md b/blog/2024/2024-04-16-creating-an-og-image-using-react-and-netlify-edge-functions.md index cd9f7786..5c48f4fe 100644 --- a/blog/2024/2024-04-16-creating-an-og-image-using-react-and-netlify-edge-functions.md +++ b/blog/2024/2024-04-16-creating-an-og-image-using-react-and-netlify-edge-functions.md @@ -1,6 +1,6 @@ --- title: "Creating an OG image using React and Netlify Edge Functions" -tags: [] +tags: ["netlify", "typescript", "react"] authors: nickytonline 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..."