# Teckstack

## Table of Contents

- [Teckstack](#teckstack)
  - [Table of Contents](#table-of-contents)
  - [Languages](#languages)
  - [Development Tools](#development-tools)
    - [Integrated Development Environment (IDE)](#integrated-development-environment-ide)
      - [Code Editors](#code-editors)
      - [JetBrains](#jetbrains)
    - [API Clients](#api-clients)
    - [Runtime Management](#runtime-management)
    - [Package Security](#package-security)
    - [Package Updates](#package-updates)
    - [Git Hooks](#git-hooks)
  - [Software Development](#software-development)
    - [Runtimes](#runtimes)
    - [Back-end Development](#back-end-development)
      - [Python](#python)
      - [Rust](#rust)
      - [TypeScript](#typescript)
  - [Game Engines](#game-engines)
  - [Data](#data)
    - [Data Engineer](#data-engineer)
    - [Data Analyst](#data-analyst)
    - [Data Science](#data-science)
      - [Python](#python-1)
      - [TypeScript](#typescript-1)

## Languages

1. [Bash][bash]
2. [C][c]
3. [C++][cplusplus]
4. [C#][csharp]
5. [Dart][dart]
6. [Go][go]
7. [Groovy][groovy]
8. [Java][java]
9. [JavaScript][javascript]
10. [Kotlin][kotlin]
11. [Matlab][matlab]
12. [PHP][php]
13. [Power Shell][power-shell]
14. [Python][python]
15. [R][r]
16. [Ruby][ruby]
17. [Rust][rust]
18. [Scala][scala]
19. [Swift][swift]
20. [TypeScript][typescript]

[Back to Table of Contents](#table-of-contents)

---

## Development Tools

### Integrated Development Environment (IDE)

1. [Android Studio][android-studio]
2. [Visual Studio][visual-studio]
3. [XCode][xcode]

[Back to Table of Contents](#table-of-contents)

---

#### Code Editors

1. [Antigravity IDE][antigravity-ide]
2. [Cursor][cursor]
3. [Neovim][neovim]
4. [Sublime Text][sublime-text]
5. [Visual Studio Code][visual-studio-code]
6. [Visual Studio Codium][visual-studio-codium]
7. [Zed][zed]

[Back to Table of Contents](#table-of-contents)

---

#### JetBrains

1. [CLion][clion]
2. [Intellij IDEA][intillij-idea]
3. [PHPStorm][php-storm]
4. [PyCharm][py-charm]
5. [Rider][Rider]
6. [RubyMine][ruby-mine]
7. [RustRover][rust-rover]
8. [WebStorm][web-storm]

[Back to Table of Contents](#table-of-contents)

---

### API Clients

1. [Bruno][bruno]
2. [Insomnia][insomnia]
3. [Postman][postman]

[Back to Table of Contents](#table-of-contents)

---

### Runtime Management

- [NVM (Node Version Management)](https://github.com/nvm-sh/nvm)

[Back to Table of Contents](#table-of-contents)

---

### Package Security

- [Snyk](https://snyk.io)

[Back to Table of Contents](#table-of-contents)

---

### Package Updates

- [Renovate](https://renovatebot.com)

[Back to Table of Contents](#table-of-contents)

---

### Git Hooks

- [Husky](https://typicode.github.io/husky)

[Back to Table of Contents](#table-of-contents)

---

## Software Development

### Runtimes

1. [Bun][bun]
2. [Deno][deno]
3. [Node.js][node.js]

[Back to Table of Contents](#table-of-contents)

---

### Back-end Development

1. [.NET][dotnet]
2. [Laravel][laravel]
3. [Ruby on Rails][rubyonrails]

[Back to Table of Contents](#table-of-contents)

---

#### [Python][python]

1. [Django][django]
2. [FastAPI][fastapi]
3. [Flask][flask]
4. [Pyramid][pyramid]
5. [Tornado][tornado]

[Back to Table of Contents](#table-of-contents)

---

#### [Rust][rust]

1. [Actix][actix]
2. [Axum][axum]
3. [Gotham][gotham]
4. [Hyper][hyper]
5. [Rocket][rocket]
6. [Warp][warp]

[Back to Table of Contents](#table-of-contents)

---

#### [TypeScript][typescript]

1. [Express.js][express.js]
2. [Fastify.js][fastify.js]
3. [Hapi.js][hapi.js]
4. [Hono][hono]
5. [Koa.js][koa.js]
6. [Nest.js][nest.js]

[Back to Table of Contents](#table-of-contents)

---

## Game Engines

1. Cocos
2. Godot
3. Unity
4. Unreal

[Back to Table of Contents](#table-of-contents)

---

## Data

### Data Engineer

### Data Analyst

1. [matplotlib][matplotlib]
2. [numpy][numpy]
3. [pandas][pandas]
4. [statsmodels][statsmodels]

[Back to Table of Contents](#table-of-contents)

---

### Data Science

#### [Python][python]

1. [Hugging Face][hugging-face]
2. [LightGBM][lightgbm]
3. [PyTorch][pytorch]
4. [scikit-learn][scikit-learn]
5. [TensorFlow][tensorflow]
6. [XGBoost][xgboost]

[Back to Table of Contents](#table-of-contents)

---

#### [TypeScript][typescript]

1. [brain.js][brain.js]
2. [mind.js][mind.js]
3. [ml5.js][ml5.js]
4. [synaptic.js][synaptic.js]

[Back to Table of Contents](#table-of-contents)

---

[actix]: https://actix.rs/
[android-studio]: https://developer.android.com/studio
[antigravity-ide]: https://antigravity.dev/
[axum]: https://github.com/tokio-rs/axum
[bash]: https://www.gnu.org/software/bash/
[brain.js]: https://brain.js.org/
[bruno]: https://www.usebruno.com/
[bun]: https://bun.sh/
[c]: https://www.iso.org/standard/74528.html
[clion]: https://www.jetbrains.com/clion/
[cplusplus]: https://isocpp.org/
[csharp]: https://dotnet.microsoft.com/en-us/languages/csharp
[cursor]: https://www.cursor.com/
[dart]: https://dart.dev/
[deno]: https://deno.com/
[django]: https://www.djangoproject.com/
[dotnet]: https://dotnet.microsoft.com/
[express.js]: https://expressjs.com/
[fastapi]: https://fastapi.tiangolo.com/
[fastify.js]: https://fastify.dev/
[flask]: https://flask.palletsprojects.com/
[go]: https://go.dev/
[gotham]: https://gotham.rs/
[groovy]: https://groovy-lang.org/
[hapi.js]: https://hapi.dev/
[hono]: https://hono.dev/
[hugging-face]: https://huggingface.co/
[husky]: https://typicode.github.io/husky
[hyper]: https://hyper.rs/
[insomnia]: https://insomnia.rest/
[intillij-idea]: https://www.jetbrains.com/idea/
[java]: https://www.java.com/
[javascript]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
[koa.js]: https://koajs.com/
[kotlin]: https://kotlinlang.org/
[laravel]: https://laravel.com/
[lightgbm]: https://lightgbm.readthedocs.io/
[matplotlib]: https://matplotlib.org/
[matlab]: https://www.mathworks.com/products/matlab.html
[mind.js]: https://mind.js.org/
[ml5.js]: https://ml5js.org/
[neovim]: https://neovim.io/
[nest.js]: https://nestjs.com/
[node.js]: https://nodejs.org/
[numpy]: https://numpy.org/
[nvm]: https://github.com/nvm-sh/nvm
[pandas]: https://pandas.pydata.org/
[php]: https://www.php.net/
[php-storm]: https://www.jetbrains.com/phpstorm/
[postman]: https://www.postman.com/
[power-shell]: https://learn.microsoft.com/en-us/powershell/
[py-charm]: https://www.jetbrains.com/pycharm/
[pyramid]: https://trypyramid.com/
[python]: https://python.org
[pytorch]: https://pytorch.org/
[r]: https://www.r-project.org/
[renovate]: https://renovatebot.com
[Rider]: https://www.jetbrains.com/rider/
[rocket]: https://rocket.rs/
[ruby]: https://www.ruby-lang.org/
[ruby-mine]: https://www.jetbrains.com/ruby/
[rubyonrails]: https://rubyonrails.org/
[rust]: https://www.rust-lang.org/
[rust-rover]: https://www.jetbrains.com/rust/
[scala]: https://www.scala-lang.org/
[scikit-learn]: https://scikit-learn.org/
[snyk]: https://snyk.io
[statsmodels]: https://www.statsmodels.org/
[sublime-text]: https://www.sublimetext.com/
[swift]: https://www.swift.org/
[synaptic.js]: https://synaptic.js.org/
[tensorflow]: https://www.tensorflow.org/
[tornado]: https://www.tornadoweb.org/
[typescript]: https://typescriptlang.org
[visual-studio]: https://code.visualstudio.com/
[visual-studio-code]: https://code.visualstudio.com/
[visual-studio-codium]: https://vscodium.com/
[warp]: https://github.com/seanmonstar/warp
[web-storm]: https://www.jetbrains.com/webstorm/
[xcode]: https://developer.apple.com/xcode/
[xgboost]: https://xgboost.ai/
[zed]: https://zed.dev/