Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodrigorvsn/buda
📚️ My Software Engineer arsenal with Data Structures, Algorithms, Design Patterns, Concepts, etc.
https://github.com/rodrigorvsn/buda
algorithms competitive-programming data-structures-and-algorithms design-patterns docsify java python software-engineering solid tdd typescript vitest
Last synced: 4 days ago
JSON representation
📚️ My Software Engineer arsenal with Data Structures, Algorithms, Design Patterns, Concepts, etc.
- Host: GitHub
- URL: https://github.com/rodrigorvsn/buda
- Owner: RodrigoRVSN
- Created: 2022-07-29T01:56:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T10:24:47.000Z (19 days ago)
- Last Synced: 2025-02-05T07:57:13.168Z (16 days ago)
- Topics: algorithms, competitive-programming, data-structures-and-algorithms, design-patterns, docsify, java, python, software-engineering, solid, tdd, typescript, vitest
- Language: JavaScript
- Homepage: https://rodrigorvsn.github.io/buda/
- Size: 2.53 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is my fucking Software Engineer personal arsenal
![]()
___
### 🔎 Here we have:
- 📕 Books
- 📚️ Data Structures
- 🤓 Algorithms
- 👨🎨 Design Patterns
- 🏛 SOLID
- 🤔 Concepts___
### 🛠️ Technologies and Methods
- Typescript
- Vitest
- Python
- Java
- Golang
- TDD___
🚀 How to run:
- Install dependences
```bash
yarn
```- Run the application
```bash
yarn start
```