personal-site/app/(utils)/web-dev-stack.json

59 lines
1.8 KiB
JSON
Raw Normal View History

2023-10-24 17:59:00 +00:00
[
{
"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"
},
2023-11-01 07:33:29 +00:00
{
"title": "Cloudflare",
"description": "CDN, Zero-Trust, DNS, Web Application Firewall (WAF), and much more."
},
2023-10-29 15:49:24 +00:00
{
"title": "Kali Linux",
"description": "Penetration testing and application security"
},
2023-10-24 17:59:00 +00:00
{
"title": "Nginx",
"description": "Super secure web server, reverse proxy and load balancer"
},
{
2023-11-01 08:21:07 +00:00
"title": "MySQL, Mariadb, PostgreSQL",
2023-10-24 17:59:00 +00:00
"description": "Tried and tested data storage, querying, and management."
},
2023-10-29 15:49:24 +00:00
{
"title": "Docker",
"description": "Containarization of applications."
},
{
"title": "Linux Alpine",
"description": "Lightweight Linux distro for docker containers and high-performance/secure infrastructure"
},
2023-10-24 17:59:00 +00:00
{
"title": "Git and Github",
"description": "Version control"
2023-11-01 07:37:19 +00:00
},
{
"title": "Other technologies I use",
"description": "express, Remix, Astro, Pyhton, C-C++, ... More coming"
2023-10-24 17:59:00 +00:00
}
]