personal-site/app/(utils)/web-dev-stack.json
2023-11-01 08:33:29 +01:00

55 lines
1.6 KiB
JSON

[
{
"title": "HTML, CSS, Javascript",
"description": "The basics, the bedrock of all websites."
},
{
"title": "React JS",
"description": "JavaScript library for high-performance web applications"
},
{
"title": "Next JS",
"description": "High performance React and Node js web framework for building blazing flast and performant web applications"
},
{
"title": "Tailwind CSS",
"description": "Lighting fast mobile first styling"
},
{
"title": "Node JS",
"description": "JavaScript runtime for the server. For creating backend architectures and APIs"
},
{
"title": "Ubuntu Linux",
"description": "Secure server management with ubuntu and Linux"
},
{
"title": "Cloudflare",
"description": "CDN, Zero-Trust, DNS, Web Application Firewall (WAF), and much more."
},
{
"title": "Kali Linux",
"description": "Penetration testing and application security"
},
{
"title": "Nginx",
"description": "Super secure web server, reverse proxy and load balancer"
},
{
"title": "MySQL",
"description": "Tried and tested data storage, querying, and management."
},
{
"title": "Docker",
"description": "Containarization of applications."
},
{
"title": "Linux Alpine",
"description": "Lightweight Linux distro for docker containers and high-performance/secure infrastructure"
},
{
"title": "Git and Github",
"description": "Version control"
}
]