Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos #180

Merged
merged 4 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Skills/Databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- Entity-Relationship Diagram
- Normal forms
- Indexing
- Promary keys
- Primary keys
- Foreign keys
- Transactions
- Views
Expand Down Expand Up @@ -90,5 +90,5 @@
- Big data
- Data analysis
- AI tools
- Cloud databses
- Cloud databases
- Data Visualization
2 changes: 1 addition & 1 deletion Skills/Paradigms.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Object-based programming
- Generic programming
- Concurrent computing
- Asyncronous programming
- Asynchronous programming
- Parallel programming
- Reactive programming
- Functional-reactive (FRP)
Expand Down
8 changes: 4 additions & 4 deletions Skills/Programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
- Reference types
- Type systems
- Strong typing
- Weak typeing
- Weak typing
- Duck typing
- Static typing
- Dynamic typing
Expand Down Expand Up @@ -110,7 +110,7 @@
- Record
- Enum
- Instance
- Cbject
- Object
- Collection
- Set
- Hash table
Expand Down Expand Up @@ -165,7 +165,7 @@
- Exception
- Unittesting
- git
- Hithub
- Github
- Docker
- Kubernetes
- GCC
Expand Down Expand Up @@ -207,7 +207,7 @@
- VJM
- CLR
- Mono
- Operation systems
- Operating systems
- Interrupts
- Drivers
- Kernel
Expand Down
Loading