GitHub - dimka108/guide: A starting point for Originate engineers, product managers, and testers

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

/ guide Public

forked from Originate/guide

A starting point for Originate engineers, product managers, and testers

0 stars 34 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

Originate Guides

CircleCI

This guide is the starting point for Originate engineers, product managers, and testers. It gives an overview of our tech stack and best practices around engineering related topics.

Engineering Process Practices

Technology Stack Guides

Mobile:

  • Android and iOS for fully native experiences with top performance
  • React Native for cost-effective hybrid cross-platform solutions that aren't performance sensitive

Backend:

  • Golang for Ops and CLI tools, as well as network services and APIs
  • Node.JS using established languages like CoffeeScript, ES6, or TypeScript for small IO-heavy services with little compute requirements and when using only one language for both frontend and backend has advantages.
  • Scala for big code bases, complex business logic, large-scale data processing, or anything on top of the JVM/Apache ecosystem

Frontend:

  • React for rich web UIs
  • WebPack for compiling front-end assets

Devops:

  • Ansible for configuration management
  • Docker for packaging software into containers
  • Packer for creating machine and container images
  • Terraform for infrastructure-as-code

Others:

  • Haskell
  • LiveScript for internal projects based on Node.JS
  • Python for machine learning
  • Ruby on Rails for rapid prototyping and small to mid-sized monolithic projects without much traffic

Software Practices

About

A starting point for Originate engineers, product managers, and testers

Resources

Readme

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Languages

  • Shell 35.2%
  • Scala 31.2%
  • Go 28.8%
  • Ruby 4.4%
  • Gherkin 0.4%