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

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

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