ExtraTech Logo
TracksProjectsStudentsRecommendationsContact Us

© 2025 ExtraTech Bootcamps. All rights reserved.

← Back to Students

Example T.

GitHub

Bootcamp Project

COOP

Macro-based OOP framework for C with classes, inheritance, virtual functions, iterators and extensive data-structure library.

Mobileye

Mentored by: Mobileye

Mentors:

Sarah Chen

Embedded Systems Bootcamp 2025 (Embedded)

Responsibilities:

  • Task 1: Backend Development

    Developed RESTful APIs using Node.js and Express

    • Implemented authentication middleware
    • Created database models with Prisma
  • Task 2: Frontend Work

    Built React components with TypeScript

    • Created reusable UI components
    • Implemented state management
  • Task 3: Database Design

    Designed PostgreSQL schema

    • Created tables with proper relationships
    • Optimized queries for performance
  • Task 4: DevOps & Deployment

    • Set up CI/CD pipeline
    • Configured Docker containers
    • Deployed to AWS
  • Task 5: Testing

    Wrote unit tests with Jest

    • Achieved 80% code coverage
    • Implemented integration tests
  • Task 6: Documentation

    Created API documentation using Swagger

    • Documented all endpoints
    • Added code examples
  • Task 7: Code Review

    Reviewed team members' code

    • Provided constructive feedback
    • Ensured code quality standards
  • Task 8: Performance Optimization

    
    # Optimized database queries
    query = db.query.filter(...)
    

    Improved response time by 50%

  • Task 9: Security

    • Implemented JWT authentication
    • Added input validation
    • Protected against SQL injection
  • Task 10: Final Integration

    Integrated all components

    • Tested end-to-end workflows
    • Fixed critical bugs

Additional Projects

Personal Portfolio Website

Built a responsive portfolio website using Next.js and Tailwind CSS.

Features

  • Project Showcase: Display of my best projects
  • Blog Section: Technical blog posts
  • Contact Form: Integrated with email service

Technologies Used

  • Next.js 14
  • TypeScript
  • Tailwind CSS
  • Vercel (deployment)

---

E-Commerce Platform

Developed a full-stack e-commerce platform as a side project.

Key Features

  • User authentication and authorization
  • Product catalog with search
  • Shopping cart functionality
  • Payment integration with Stripe

Tech Stack

  • Frontend: React, Redux
  • Backend: Node.js, Express
  • Database: MongoDB
  • Deployment: Heroku

Check it out: Live Demo