Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andresmpa/babylon

A library of resource for developers
https://github.com/andresmpa/babylon

ai backend coursera css frontend html js ml mongodb nodejs nosql postgresql python sql ts udemy

Last synced: 24 days ago
JSON representation

A library of resource for developers

Awesome Lists containing this project

README

        


Babylon


Babylon

## What the hell is this?

Babylon is a collection of courses I have took or I'm taking; basically those folders up there are my notes
some code and personal thoughts about different technologies, from Frontend to AI/ML, you can (Or will) find
almost anything here.

The aim of this repository is to have a set of tools for myself (Or you) to keep checking them, in order to
remember of find topic. I'm also adding a reference list for tools I find useful

## Reference list

| Course | Topic |
| --------------------------------------------------------------------------------------- | ---------------------------------------- |
| [Design patterns](./designPatterns) | Basics, Design Patterns |
| [Data structures](./dataStructures) | Basics, Data structures, Python |
| [Docker](./dockerCourse) | Basics, Docker, CLI |
| [Basic JavaScript](./Basic-JavaScript) | JavaScript, Basics, Asynchronism |
| [Asynchronism](./asynchronism) | JavaScript, AST, POO, POE |
| [DOM](./DOM) | HTML, JavaScript, Basics |
| [Practical JS](./practiceCourserJS) | JavaScript, WebAPI |
| [Professional JS](./professionalJScourse) | Frontend, CSS, JavaScript |
| [Webpack](./webpackCourse) | Builders, Webpack, JavaScript |
| [Webpack for code splitting with Express, React and TS](./webpackWithExpressReactAndTS) | microFrontend, Optimization, React, TS |
| [Practice Fronted development course](./practiceCourseFrontendDeveloper) | Frontend, CSS, JavaScript |
| [Practical React](./reactPracticeCourse) | Frontend, JavaScript, React, Basics |
| [React with Vite and TailwindCSS](./reactWithViteAndTailwindCSS/) | Frontend, React, Vite, TailwindCSS |
| [Render and composition using React](./renderAndCompositionWithReact) | microFrontend, Render Patterns, React |
| [Navigation with React Router DOM](./navigationWithReactRouter/) | Frontend, Router, React |
| [Redux state management](./reactRedux/) | Frontend, FSM, React, Redux |
| [Practical Nextjs](./nextjsPracticeCourse) | Frontend, React, Nextjs |
| [Professional Nextjs](./professionalNextjsCourse) | Frontend, React, Nextjs |
| [Node fundamentals](./nodeFundamentals) | Backend, Nodejs, Basics |
| [AutoX using Passport and JWT](./authUsingPasswordjsAndJWT) | Backend, AuthX, Passport, JWT |
| [APIs using Salils](./apiUsingSails) | Backend, API, Sails |
| [Hapi as a Framework](./hapiFramework) | Baskend, Nestjs, Basics |
| [Express backend course](./expressBackendCourse) | Backend, Nodejs, Express, Basics |
| [Express using PostgreSQL](./expressBackendWithPostgreSQL) | Backend,Express, PostgreSQL, SQL, Docker |
| [nestjsCourse](./nestjsCourse) | Backend, Nestjs, Basics |
| [nestjsUsingMongo](./nestjsUsingMongo) | Backend, Nestjs, Mongo, NoSQL |
| [Websockets using mongo](./webSocketsAndMongoDB) | Backend, Websockets, Mongo, NoSQL |
| [Microservices using Redis](./microservicesUsingRedis) | Backend, Microservices, Redis, NoSQL |
| [Data visualization](./dataVisualizatione) | AI, ML, Python, Basics |
| [Bash & Shell](./baseShell) | Bash |

### Useful resources

#### Tools for interviews

- [Interview Warmup](https://grow.google/certificates/interview-warmup/)

#### Guides

- [path-to-senior-engineer-handbook](https://github.com/jordan-cutler/path-to-senior-engineer-handbook)
- [every-programmer-should-know](https://github.com/mtdvio/every-programmer-should-know)
- [build-your-own-x](https://github.com/codecrafters-io/build-your-own-x)
- [About Solid](https://dev.to/alisamirali/mastering-solid-principles-1aa6)

#### Architecture & design patterns

- [awesome-design-patterns](https://github.com/DovAmir/awesome-design-patterns)
- [system-design-primer](https://github.com/donnemartin/system-design-primer)
- [Observer Pattern](https://dev.to/superviz/design-pattern-3-observer-pattern-36eo)
- [Data structures](https://www.techiedelight.com/data-structures-and-algorithms-problems)

#### AI

- [Data Version Control · DVC](https://dvc.org/doc)
- [ChatGPT](https://chat.openai.com/)
- [Stability AI](https://stability.ai/)
- [Index — AMPGO](https://infinity77.net/global_optimization/genindex.html)
- [A Neural Network Playground](https://playground.tensorflow.org/#activation=relu&batchSize=15&dataset=circle&regDataset=reg-plane&learningRate=0.3&regularizationRate=0&noise=25&networkShape=4,5,5,4&seed=0.52244&showTestData=false&discretize=false&percTrainData=70&x=true&y=true&xTimesY=false&xSquared=false&ySquared=false&cosX=false&sinX=false&cosY=false&sinY=false&collectStats=false&problem=classification&initZero=false&hideText=false)
- [Database visualizer](https://postgres.new/)
- [5 Tips for Getting Started with Language Models](https://www.kdnuggets.com/5-tips-for-getting-started-with-language-models)
- [10 GitHub Repositories to Master Computer Vision](https://www.kdnuggets.com/10-github-repositories-to-master-computer-vision)

##### Git

- [Delta](https://dandavison.github.io/delta/installation.html)
- [git reset | Atlassian Git Tutorial](https://www.atlassian.com/es/git/tutorials/undoing-changes/git-reset#:~:text=Como%20resumen%2C%20git%20reset%20es,y%20el%20directorio%20de%20trabajo.)
- [setting-up-ssh-agent](https://github.com/White-Oak/arch-setup-for-dummies/blob/master/setting-up-ssh-agent.md)
- [Generación de una nueva clave SSH y adición al agente SSH - Documentación de GitHub](https://docs.github.com/es/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
- [git - la guía sencilla](https://rogerdudler.github.io/git-guide/index.es.html)
- [gitignore.io - Create Useful .gitignore Files](https://www.toptal.com/developers/gitignore)
- [How do I make Git forget about a file that was tracked, but is now in .gitignore?](https://stackoverflow.com/questions/1274057/how-do-i-make-git-forget-about-a-file-that-was-tracked-but-is-now-in-gitignore)
- [Git - Reference](https://git-scm.com/docs)
- [Keep your git directory clean with `git clean` and `git trash` (Example)](https://coderwall.com/p/g16jpq/keep-your-git-directory-clean-with-git-clean-and-git-trash)
- [anuraghazra/github-readme-stats](https://github.com/anuraghazra/github-readme-stats#customization)
- [Commit only part of a file's changes in Git](https://stackoverflow.com/questions/1085162/commit-only-part-of-a-files-changes-in-git)
- [ryo-ma/github-profile-trophy](https://github.com/ryo-ma/github-profile-trophy)
- [github-readme-stats/themes](https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md)
- [github-readme-streak-stats](https://github.com/DenverCoder1/github-readme-streak-stats/blob/main/docs/themes.md)
- [How to grep (search through)](https://stackoverflow.com/questions/2928584/how-to-grep-search-through-committed-code-in-the-git-history)

#### CSS
- [Transition.css - easy transitions with clip-path](https://www.transition.style/)
- [A game for practice CSS](https://flexboxfroggy.com/#es)
- [Simple Flexbox test](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox_skills)
- [Flexbox guide](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox)
- [Float guide](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Floats)
- [Grid guide](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Grids)
- [A guide for responsive design](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Responsive_Design)
- [Zero-config number](http://number-flow.barvian.me)

#### JavaScript

- [You might not need jQuery](https://youmightnotneedjquery.com/)
- [Node Best Practices](https://github.com/goldbergyoni/nodebestpractices/blob/spanish-translation/README.spanish.md)
- [A library of hooks for react](https://usehooks.com/)
- [5 JavaScript Security Best Practices for 2024](https://thenewstack.io/5-javascript-security-best-practices-for-2024/)
- [Better ways to use async functions in Javascript](https://dev.to/adityabhattad/better-way-to-make-async-calls-calls-in-javascript-dag)
- [Public APIs](https://publicapis.dev/)

#### Python

- [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)
- [How to Think Like a Computer Scientist](https://openbookproject.net/thinkcs/python/english3e/)
- [Learn Python 3 The Hard Way](https://learnpythonthehardway.org/python3/)

> New rocking image by [freepik](https://www.freepik.com/ai-images-editor?prompt=futuristic+bookstore+with+old+egyptian+aesthetics&style=painting)