Skip to content

During the boot camp, I explored web development (HTML, CSS, JavaScript, Vue, React, PHP, Laravel, Flask, Django, WordPress), backend (MySQL, MongoDB, Firebase, Redis, Node.js), DevOps (Linux, Git, Docker, Apache Kafka), cloud computing, machine learning (Python, TensorFlow, Scikit-learn), RESTful APIs, and agile methodologies.

Notifications You must be signed in to change notification settings

naimkatiman/FullstackBootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Fullstack Bootcamp πŸš€

Full Stack Bootcamp Overview

GitHub stars GitHub forks GitHub issues GitHub license GitHub last commit

πŸ”₯ 2025 Update

This repository has been recently updated with new curriculum content for 2025, including:

  • Latest frameworks and libraries
  • New PDF documents and study materials
  • Updated course notes and examples
  • Enhanced project structures and templates
Awesome Badge 2025 Edition PDFs Updated

πŸ“š About This Repository

Welcome to my Fullstack Bootcamp 2025 repository. This repository contains all the projects and exercises I worked on during the boot camp, showcasing a wide range of skills and technologies I explored and experimented with.

Web Development

πŸ› οΈ Skills and Technologies

HTML5
HTML
CSS3
CSS
JavaScript
JavaScript
React
React
Vue
Vue
Node.js
Node.js
PHP
PHP
Python
Python
Docker
Docker
MongoDB
MongoDB

Web Development

  • Languages: HTML, CSS, JavaScript
  • Libraries and Frameworks: jQuery, Bootstrap, Vue, React, PHP, Laravel, Flask, Django, WordPress

Databases and Backend

  • Databases: MySQL, MongoDB, Firebase, Redis
  • Backend: Node.js

DevOps and Tools

  • Operating Systems: Linux
  • Version Control: Git, GitHub
  • Project Management: Jira, Confluence
  • Containerization and Orchestration: Docker
  • Messaging: Apache Kafka

Cloud Computing

  • Cloud Platforms: Various cloud platforms and services

Machine Learning and Data Science

  • Languages: Python
  • Libraries: Pandas, Numpy, Matplotlib, TensorFlow, Keras, Scikit-learn

APIs and Frameworks

  • APIs: RESTful APIs

Agile Methodologies and Digital Leadership

  • Methodologies: Agile practices and digital leadership principles

πŸ“‚ Projects

Projects

Here is a list of some of the projects included in this repository:

Web Development Projects

  • Project 1: Basic HTML and CSS Website
  • Project 2: JavaScript Interactive Website
  • Project 3: Vue and React Applications

Backend and Database Projects

  • Project 4: Node.js and Express API
  • Project 5: MongoDB and MySQL Integration

DevOps Projects

  • Project 6: Dockerized Applications
  • Project 7: CI/CD Pipeline with GitHub Actions

Machine Learning Projects

  • Project 8: Data Analysis with Pandas
  • Project 9: Machine Learning Models with Scikit-learn and TensorFlow

πŸš€ Getting Started

To get started with any of the projects, clone the repository and follow the instructions provided in each project's folder.

git clone https://github.com/naimkatiman/FullstackBootcamp2025.git
cd FullstackBootcamp2025

Each project folder contains a README with detailed instructions on how to set up and run the project.

πŸ“š PDF Documents

Documentation

In this repository, you'll find important PDF documents in their respective technology folders. Each folder contains a README.md file that displays the PDF contents for easy viewing. The main PDFs include:

System Design Overview

system-design

πŸ“Š Repository Structure

FullstackBootcamp2025/
β”œβ”€β”€ AWS/
β”‚   β”œβ”€β”€ images/
β”‚   └── README.md - Amazon Web Services resources
β”œβ”€β”€ Docker/
β”‚   β”œβ”€β”€ images/
β”‚   └── README.md - Docker containerization guides
β”œβ”€β”€ Javascript & Typescript/
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ Exercises/ - Practice problems and solutions
β”‚   β”œβ”€β”€ Projects/ - Small to medium JS/TS applications
β”‚   └── README.md - JS and TS language learning materials
β”œβ”€β”€ Linux Tutorial/
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ Commands/ - Common Linux command references
β”‚   └── README.md - Linux administration basics
β”œβ”€β”€ MongoDB/
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ MongoDB and Node/ - Node.js integration examples
β”‚   └── README.md - MongoDB NoSQL database materials
β”œβ”€β”€ PHP/
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ Examples/ - PHP code snippets and patterns
β”‚   └── README.md - PHP language resources
β”œβ”€β”€ Python/
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ Algorithms/ - Algorithm implementations in Python
β”‚   β”œβ”€β”€ Data Science/ - Data analysis notebooks
β”‚   └── README.md - Python programming materials
β”œβ”€β”€ React/
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ Components/ - Reusable React component examples
β”‚   β”œβ”€β”€ Projects/ - React application projects
β”‚   └── README.md - React framework documentation
β”œβ”€β”€ Redis/
β”‚   β”œβ”€β”€ images/
β”‚   └── README.md - Redis in-memory data store materials
β”œβ”€β”€ Restful API/
β”‚   β”œβ”€β”€ RestShop/ - Example RESTful API implementation
β”‚   └── README.md - API design principles
β”œβ”€β”€ Hackton/
β”‚   β”œβ”€β”€ Ecommerce Clothes/ - Hackathon project implementation
β”‚   └── README.md - Hackathon project documentation
└── README.md - Main repository documentation

πŸ“« Contact

If you have any questions about this repository, feel free to reach out or open an issue!

Python JavaScript PHP React

⭐ Don't forget to star this repository if you find it useful! ⭐

Β© Fullstack Bootcamp. All rights reserved.

About

During the boot camp, I explored web development (HTML, CSS, JavaScript, Vue, React, PHP, Laravel, Flask, Django, WordPress), backend (MySQL, MongoDB, Firebase, Redis, Node.js), DevOps (Linux, Git, Docker, Apache Kafka), cloud computing, machine learning (Python, TensorFlow, Scikit-learn), RESTful APIs, and agile methodologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published