Skip to content

Other Starter Kits

Unis Badri edited this page Aug 9, 2021 · 1 revision

I provide a lot of other starter kits. Please visit these repositories too if you are interested. Any contributions, improvements and ideas will be welcomed and appreciated.

Keep in mind that the purpose of these starter kits is to make engineers feel easy when starting a new project, because they don't need to do any other setups except for Environment Variables used in their project to make it work and run from local stage, to development stage, to staging stage and to production stage. Things like Unit Test, Code Coverage, Static Analysis and CI/CD are covered by these starter kits too. In short, Engineers can just focus on the business logic of the application they want to build, without worrying about a lot of setups needed to starting up new project repository.

Python:

Java:

Ruby:

Golang:

Rust:

NodeJS:

PHP:

Frontend:

All starter kits are built upon same pattern and same principles to maintain consistency in project structures and flows across frameworks.

Other Kind of Starter Kits

Aside from framework starter kits, i have also created starter kits for serverless project and library project for various programming languages, you can check them here:

Serverless Project:

Library Project: