An open API service indexing awesome lists of open source software.

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

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.