Poster image

Checkout all my technologies stack

Back-End Web Development

Technologies and Libraries I’ve Worked With

Here’s a quick overview of the key technologies, libraries, and tools that form the core of my backend development toolkit:

Programming Languages

  1. Python
    Python is one of my languages for backend development, known for its readability and broad support of web frameworks like Django and Flask.

  2. JavaScript & TypeScript
    JavaScript and TypeScript are also primary languages in my toolkit. JavaScript’s versatility in both frontend and backend (via Node.js) and TypeScript’s type safety make them essential for building robust applications.

  3. Node.js
    Node.js allows me to run JavaScript on the server side, enabling full-stack development using frameworks like Express.js.

Tools and Platforms

  1. Docker
    Docker has become indispensable for containerizing applications, ensuring they run consistently across different environments.

  2. Kubernetes
    For orchestrating containerized applications, Kubernetes offers a way to manage, scale, and maintain container deployments.

  3. PostgreSQL & MongoDB
    I work with PostgreSQL for relational databases and MongoDB for document-oriented NoSQL databases, covering a wide range of data storage needs.

  1. Git & CI/CD Tools
    Git for version control, and tools like Jenkins, GitHub Actions, or GitLab CI for automating the build, test, and deployment processes.

Additional Skills

  1. Basic Knowledge of Frontend Technologies
    While my focus is backend, I have a working knowledge of frontend technologies like HTML, CSS, and JavaScript to ensure seamless integration between frontend and backend.

  2. Microservices Architecture
    Understanding how to break down applications into microservices for better scalability and maintainability.

  3. Machine Learning Basics
    Basic knowledge of integrating machine learning models into backend services for data analysis or AI-driven features.


This toolkit allows me to build, maintain, and scale backend services efficiently, ensuring they integrate well with frontend applications and meet modern cloud-native standards.