- Budibase – The low code platform you’ll enjoy using
https://github.com/Budibase/budibase - AppSmith – Open-source, low-code platform to Build, ship, and maintain CRUD apps
https://www.appsmith.com/
https://github.com/appsmithorg/appsmith
MySQL – horizontal scaling
- https://vitess.io/
A database clustering system for horizontal scaling of MySQL
MySQL DB Diagram
DBeaver Backup Files
$HOME/.local/share/DBeaverData/workspace6/General/.dbeaver/credentials-config.json $HOME/.local/share/DBeaverData/workspace6/General/.dbeaver/data-sources.json $HOME/.local/share/DBeaverData/workspace6/General/.dbeaver/project-metadata.json
API Development
- Stoplight – Design, Document & Build APIs Faster
Develop quality APIs with collaborative API-first design.
https://stoplight.io/ - Swagger – API Development for Everyone
Simplify API development for users, teams, and enterprises with the Swagger open source and professional toolset. Find out how Swagger can help you design and document your APIs at scale.
https://swagger.io/
Kafka
Kafka Basics and Core concepts
https://medium.com/inspiredbrilliance/kafka-basics-and-core-concepts-5fd7a68c3193
Formação Apache Kafka
https://www.alura.com.br/formacao-kafka
Kafka Client – AWS SDK for JavaScript v3
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafka/index.html
Top Level Domain (TLD)
- How can I buy my own personalized Top Level Domain (TLD)?
https://webmasters.stackexchange.com/questions/24460/how-can-i-buy-my-own-personalized-top-level-domain-tld - O Que é TLD (Top-Level Domain)?
https://www.hostinger.com.br/tutoriais/o-que-e-tld/ - Icann – New gTLD
https://newgtlds.icann.org/en/about/program
Site Reliability Engineering – documentation
- andrealmar/sre-university
https://github.com/andrealmar/sre-university
Linux camera/webcam settings on v4l2 – brightness, contrast and others
$ sudo apt install v4l-utils $ v4l2-ctl --list-ctrls-menus $ v4l2-ctl -c brightness=64 $ v4l2-ctl -c contrast=65