https://github.com/sub-dev/course_information_security_freecodecamp
https://github.com/sub-dev/course_information_security_freecodecamp
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sub-dev/course_information_security_freecodecamp
- Owner: Sub-Dev
- Created: 2025-08-19T18:36:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-29T18:27:33.000Z (10 months ago)
- Last Synced: 2025-08-29T20:53:55.441Z (10 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Information Security Course - FreeCodeCamp
This repository contains my progress and projects from the [Information Security course](https://www.freecodecamp.org/portuguese/learn/information-security) on FreeCodeCamp.
## Course Overview
The Information Security course covers essential security concepts and practices for web applications, including:
- Security headers implementation
- Data protection techniques
- Common vulnerabilities and how to prevent them
- Authentication and authorization
- Secure coding practices
## Progress
### ✅ Completed Lessons
1. **Helmet.js Lesson 1** - Introduction to security headers and basic Helmet.js implementation
### 📚 Current Status
Currently working through the fundamental concepts of web application security using Node.js and Express.js with security middleware.
## Project Structure
```
classroom-1/
└── boilerplate-infosec-main/
├── myApp.js # Main application file
├── server.js # Server configuration
├── package.json # Dependencies
└── views/
└── index.html # Frontend
```
## Technologies Used
- Node.js
- Express.js
- Helmet.js (Security middleware)
## About FreeCodeCamp
[FreeCodeCamp](https://www.freecodecamp.org) is a non-profit organization that provides free coding education through interactive lessons and projects.