101 words
1 minute
My Tech Stack in 2024
My Tech Stack
Here’s everything I use to build awesome stuff!
Programming Languages
| Language | Experience Level | Use Case |
|---|---|---|
| Python | Expert | Automation, Scripts, Backend |
| JavaScript | Expert | Frontend, Full-Stack |
| TypeScript | Advanced | Type-safe Development |
| PHP | Advanced | Backend, WordPress |
| C# | Intermediate | Game Dev, Desktop Apps |
| Rust | Intermediate | Performance-critical Apps |
Frontend Frameworks
- React - My go-to for building UIs
- Vite - Lightning fast dev server
- Next.js - Full-stack React framework
Backend & Databases
Node.js Ecosystem
const express = require('express');const app = express();
app.get('/', (req, res) => { res.json({ message: 'Hello from LUKKID!' });});Databases I Work With
- MongoDB - NoSQL flexibility
- Firebase - Real-time & serverless
- PostgreSQL - Reliable SQL
- SQL - The classic
Tools & Platforms
- GitHub - Version control
- Vercel - Deployment
- Docker - Containerization
- Cloud Services - AWS, GCP
“The best stack is the one that gets the job done!” - LUKKID
My Tech Stack in 2024
https://blog.lukkid.dev/posts/my-tech-stack/