101 words
1 minute
My Tech Stack in 2024

My Tech Stack#

Here’s everything I use to build awesome stuff!

Programming Languages#

LanguageExperience LevelUse Case
PythonExpertAutomation, Scripts, Backend
JavaScriptExpertFrontend, Full-Stack
TypeScriptAdvancedType-safe Development
PHPAdvancedBackend, WordPress
C#IntermediateGame Dev, Desktop Apps
RustIntermediatePerformance-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/
Author
LUKKID
Published at
2024-03-10
License
CC BY-NC-SA 4.0