Created
September 10, 2024 03:04
-
-
Save danielhe4rt/2d43e00f295afc86cbd9d04ed9c46f33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const tags = [ | |
{ | |
slug: "backend", | |
name: "Backend", | |
description: "Backend development refers to the server-side of an application and everything that communicates between the database and the browser.", | |
} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add