cici / engineering-playbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

The engineering playbook is a centralized repository of assets to help out with repetitive and common engineering related tasks.

Project Starters

A collection of boilerplate projects to help you kick-start your new product. The starters are a lot more than just a simple setup tech stack setup. They tackle most aspects you have to deal with when starting a project from scratch.

Quality & Coding Standards

  • setup for unit / integration testing frameworks + code coverage
  • SonarQube config file
  • static analysis at compile time - whichever of the followings applies - linters, pmd, findbugs, checkstyle
  • ide formatters

Boilerplate code

Anything that applies to a specific setup; e.g. implementation for authentication / authorisation

About


Languages

Language:Java 48.6%Language:Groovy 20.8%Language:JavaScript 19.0%Language:CSS 7.5%Language:HTML 3.3%Language:Shell 0.6%Language:Makefile 0.3%