https://github.com/s-satyajit/100xdev-codes
A repository documenting my learning journey and projects from the 100xDevs Cohort 2.0
https://github.com/s-satyajit/100xdev-codes
aws docker javascript kafka middleware mongodb monorepo nodejs openapi orm react redis tailwindcss typescript webrtc zod
Last synced: 11 months ago
JSON representation
A repository documenting my learning journey and projects from the 100xDevs Cohort 2.0
- Host: GitHub
- URL: https://github.com/s-satyajit/100xdev-codes
- Owner: s-satyajit
- Created: 2024-12-26T18:13:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T18:28:03.000Z (12 months ago)
- Last Synced: 2025-02-21T22:15:29.241Z (12 months ago)
- Topics: aws, docker, javascript, kafka, middleware, mongodb, monorepo, nodejs, openapi, orm, react, redis, tailwindcss, typescript, webrtc, zod
- Language: JavaScript
- Homepage:
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 100xDevs Cohort 2.0 Learning Repository 🚀
Welcome to my learning repository for the 100xDevs Cohort 2.0 program. This repository contains the code, notes, and projects that I have worked on as part of the cohort. It serves as a personal reference and a way to track my progress throughout the program.
## Table of Contents 📚
- [Introduction](#introduction)
- [Projects](#projects)
- [Notes](#notes)
- [How to Use](#how-to-use)
- [Contributing](#contributing)
## Introduction ✨
This repository is a collection of my work and learnings from the 100xDevs Cohort 2.0 program. The program covers various topics in software development, and this repository is organized to reflect the different modules and projects I have completed.
## Projects 💻
### Week 1: Introduction to Programming
- **Project 1**: Simple Calculator
- **Project 2**: Basic Web Server
### Week 2: Advanced JavaScript and Node.js
- **Project 1**: Express.js Basics
- **Project 2**: RESTful API Development
### Week 3: Frontend Development
- **Project 1**: React.js Introduction
- **Project 2**: Building a Todo App
... (add more weeks and projects as you progress)
## Notes 📝
### Week 1
- **Topic 1**: Variables and Data Types
- **Topic 2**: Control Structures
### Week 2
- **Topic 1**: Asynchronous JavaScript
- **Topic 2**: Node.js Modules
... (add more topics and notes as you progress)
## How to Use ⚙️
1. **Clone the repository**:
```sh
git clone https://github.com/your-username/your-repo-name.git
```
2. **Navigate to the project directory**:
```sh
cd your-repo-name
```
3. **Install dependencies for Node.js projects**:
```sh
npm install
```
4. **Run the projects**:
```sh
node index.js
```
## Contributing 🤝
Contributions are welcome! If you would like to contribute to this repository, please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.