https://github.com/tidjee-dev/becode-personal_notes
Notes from the Junior Dev formation @ BeCode
https://github.com/tidjee-dev/becode-personal_notes
Last synced: 4 months ago
JSON representation
Notes from the Junior Dev formation @ BeCode
- Host: GitHub
- URL: https://github.com/tidjee-dev/becode-personal_notes
- Owner: tidjee-dev
- Created: 2024-09-03T18:12:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T13:23:01.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T23:41:31.517Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 80.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal notes
This repo contains my notes written during the Junior Developer Formation @BeCode 2024.
It also contains some small projects and exercises.
## Notes
### Base
- [BaSH](notes/base/bash.md)
- [Git](notes/base/git.md)
### Algorithms basis (with Javascript)
- [Arrays](notes/algo/js-array.md)
- [Comparison](notes/algo/js-comparison.md)
- [Conditions](notes/algo/js-condition.md)
- [Data types](notes/algo/js-data-type.md)
- [Javascript](notes/algo/js.md)
- [JSON & Objects in JavaScript](notes/algo/json-objects.md)
- [Loops](notes/algo/js-loop.md)
## Projects
Small projects I've done for practice.
- [Sources](Projects/README.md)
## Exercises