FreeCodeCamp Portfolio
List of my completed assignments
On this page you can find my completed assignments as included in different courses on freeCodeCamp.org.
Note: All the API microservices are hosted on Glitch.
Note: All the Quality Assurance solutions are hosted on Repl.it.
Using the above-mentioned two tools to host, I managed to get a good understanding of these platforms. However, for editing purposes I found easier creating a local clone of the GitHub repository, pushing it to a new remote repository, and hosting them from my own GitHub repository.
APIs and Microservices Course
These are the submitted solutions for the APIs and Microservices Certification challenges section:
- Timestamp Microservice
- Request Header Parser Microservice
- URL Shortener Microservice
- Exercise Tracker
- File Metadata Microservice
Quality Assurance Course
These are the submitted solutions for the Quality Assurance Certification challenges section:
- Metric-Imperial Converter
- Issue Tracker Note: This solution is hosted on Glitch due to some errors with MongoDB occurring on Repl.it.
- Personal Library Note: This solution is hosted on Glitch due to some errors with MongoDB occurring on Repl.it.
- Sudoku Solver
- American British Translator
In these challenges the goal was to build test assertions with Chai for the APIs above, so that you can look at the Functional and Unit Tests, here are my source codes:
- Metric-Imperial Converter Repository
- Issue Tracker Repository
- Personal Library Repository
- Sudoku Solver Repository
- American British Translator Repository
Information Security Course
These are the submitted solutions for the Information Security Certification challenges section:
- Stock Price Checker
- Anonymous Message Board
- Port Scanner
- SHA-1 Password Checker
- Secure Real Time Multiplayer Game
Data Analysis with Python Course
These are the submitted solutions for the Data Analysis with Python Certification challenges section:
- Mean-Variance-Standard Deviation Calculator
- Demographic Data Analyzer
- Medical Data Visualizer
- Page View Time Series Visualizer
- Sea Level Predictor
Most projects were completed by the golden ‘Read, Search, Ask’ method, whenever I encountered some difficulties I consulted either:
- FCC’s forum, or
- YouTube tutorials