Created
September 10, 2024 03:04
-
-
Save danielhe4rt/2d43e00f295afc86cbd9d04ed9c46f33 to your computer and use it in GitHub Desktop.
This file contains 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.", | |
} | |
]; |
Gepeto birl!
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.", }, { slug: "frontend", name: "Frontend", description: "Frontend development refers to the client-side of an application and is focused on what users interact with in the browser.", }, { slug: "devops", name: "DevOps", description: "DevOps involves practices that combine software development and IT operations to shorten the development life cycle.", }, { slug: "fullstack", name: "Full Stack", description: "Full Stack development covers both frontend and backend development to create complete web applications.", }, { slug: "api", name: "API", description: "An API (Application Programming Interface) allows different software applications to communicate with each other.", }, { slug: "cloud", name: "Cloud Computing", description: "Cloud computing refers to the delivery of different services through the Internet, including data storage, servers, databases, and software.", }, { slug: "database", name: "Database", description: "Databases store and organize data and provide mechanisms for accessing, managing, and updating that data efficiently.", }, { slug: "nodejs", name: "Node.js", description: "Node.js is a runtime environment that allows developers to use JavaScript to build server-side applications.", }, { slug: "docker", name: "Docker", description: "Docker is a platform that allows developers to automate the deployment of applications inside lightweight, portable containers.", }, { slug: "microservices", name: "Microservices", description: "Microservices architecture involves designing an application as a collection of small, autonomous services.", }, { slug: "kubernetes", name: "Kubernetes", description: "Kubernetes is an open-source platform for automating deployment, scaling, and operations of application containers.", }, { slug: "ci_cd", name: "CI/CD", description: "CI/CD refers to Continuous Integration and Continuous Delivery/Deployment, which automate the process of software delivery.", }, { slug: "typescript", name: "TypeScript", description: "TypeScript is a superset of JavaScript that adds static typing to the language, enhancing code quality and development experience.", }, { slug: "graphql", name: "GraphQL", description: "GraphQL is a query language for APIs that allows clients to request only the data they need, improving efficiency.", }, { slug: "rest", name: "REST", description: "REST (Representational State Transfer) is an architectural style for building scalable web services.", }, { slug: "html", name: "HTML", description: "HTML (HyperText Markup Language) is the standard language for creating web pages and web applications.", }, { slug: "css", name: "CSS", description: "CSS (Cascading Style Sheets) describes the presentation of web pages, including colors, layout, and fonts.", }, { slug: "react", name: "React", description: "React is a JavaScript library for building user interfaces, particularly single-page applications.", }, { slug: "vuejs", name: "Vue.js", description: "Vue.js is a progressive JavaScript framework for building user interfaces and single-page applications.", }, { slug: "angular", name: "Angular", description: "Angular is a platform and framework for building single-page client applications using HTML and TypeScript.", }, { slug: "machine_learning", name: "Machine Learning", description: "Machine Learning involves training algorithms to learn patterns and make predictions based on data.", }, { slug: "artificial_intelligence", name: "Artificial Intelligence", description: "AI refers to the simulation of human intelligence processes by machines, especially computer systems.", }, { slug: "big_data", name: "Big Data", description: "Big Data refers to large, complex data sets that require advanced tools and techniques to capture, process, and analyze.", }, { slug: "cybersecurity", name: "Cybersecurity", description: "Cybersecurity involves protecting systems, networks, and programs from digital attacks.", }, { slug: "blockchain", name: "Blockchain", description: "Blockchain is a distributed ledger technology that ensures the security and transparency of digital transactions.", }, { slug: "rust", name: "Rust", description: "Rust is a systems programming language focused on safety, speed, and concurrency, often used for performance-critical applications.", }, { slug: "python", name: "Python", description: "Python is a high-level, versatile programming language known for its easy readability and vast ecosystem, used in web development, data science, automation, and more.", }, { slug: "go", name: "Go", description: "Go (also known as Golang) is an open-source programming language designed for simplicity, reliability, and efficiency, particularly for building large-scale systems.", }, { slug: "php", name: "PHP", description: "PHP is a widely-used server-side scripting language especially suited for web development, powering many websites and web applications.", } ];
Add
{
name: "Ruby",
slug: "ruby",
description: "A dynamic, open source programming language with a focus on simplicity and productivity."
},
{
name: "Ruby on Rails",
slug: "ruby-on-rails",
description: "A server-side web application framework written in Ruby under the MIT License."
},
{
name: "DBA",
slug: "dba",
description: "Database Administrator responsible for the performance, integrity, and security of a database."
},
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gepeto birl!