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

75 lines
2.3 KiB
JSON
Raw Permalink 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 18:26:05 +00:00
{
"title": "AWS",
"description": "Cloud services and scalable applications. EC2, S3, lambda, SES, etc."
},
2023-11-23 17:40:06 +00:00
{
"title": "Oracle Cloud",
"description": "Cloud Services by oracle: Compute instances, ARM architecture and general VPS management."
},
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."
},
2023-11-01 18:26:05 +00:00
{
"title": "Digital Ocean",
"description": "Droplet configuration and management"
},
2023-10-29 15:49:24 +00:00
{
"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
},
2023-11-01 08:24:19 +00:00
{
"title": "CI/CD",
"description": "Continuous integration and deployment using custom pipelines or Jenkins"
},
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
}
]