Welcome to the repository where I store files and projects used as samples in my technical articles! 🚀
Here, you'll find an organized collection of code, scripts, and complete projects that accompany the topics covered in my articles on Medium, LinkedIn, and other platforms.
Here is a list of the projects and samples available in the repository:
-
MindsDB + Docker: Utilizando SQL e containers para integrações com IA: Scripts and configurations used in the article Optimizing JVM Startup and Increasing Application Efficiency in Containers.
-
Testcontainers + Golang: Melhorando seus testes com Docker: Code examples using the testcontainer library, as detailed in my articles on testing in Go.
-
Design Patterns: Code examples using Builder, Singleton and Factory patterns
...add more as needed...
I welcome contributions to improve the samples and projects! If you have any improvements, feel free to open a pull request. Please follow the guidelines below:
- Fork the repository.
- Create a branch for your modification (
git checkout -b feature/your-feature-name). - Commit your changes (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature/your-feature-name). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
