Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salvillalon45/the-software-engineering-guide
https://github.com/salvillalon45/the-software-engineering-guide
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/salvillalon45/the-software-engineering-guide
- Owner: salvillalon45
- Created: 2024-02-22T20:50:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T19:49:04.000Z (5 months ago)
- Last Synced: 2024-06-10T22:45:41.965Z (5 months ago)
- Language: TypeScript
- Size: 759 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Software Engineering Guide
A repo that contains my learning on JavaScript and how to use it to understand Computer Science Concepts and prepare for data structures and algorithms
It also contains a table with my answers to [NeetCode 150 Technical Interview Problems](https://neetcode.io/practice)
It contains the following:
1. Intro to JS
- What is JavaScript
2. Object Oriented
- constructor functions
- prototypes
3. Design Patterns
- The Factory Pattern
- The Module Pattern
4. Data Structures
- Dynamic Array
- Stacks and Queue
- Linked List
- Binary Search Tree