All Projects → telus → Reference Architecture

telus / Reference Architecture

Licence: mit
TELUS Reference Architecture Documentation

Projects that are alternatives of or similar to Reference Architecture

Professional Programming
A collection of full-stack resources for programmers.
Stars: ✭ 15,936 (+10890.34%)
Mutual labels:  documentation, architecture
C4 Builder
This is a documentation builder. You feed it .md and .puml and it exports a site, pdf, or a markdown with navigation.
Stars: ✭ 164 (+13.1%)
Mutual labels:  documentation, architecture
Log4brains
✍️ Log and publish your architecture decisions (ADR)
Stars: ✭ 98 (-32.41%)
Mutual labels:  documentation, architecture
Adr Tools
Command-line tools for working with Architecture Decision Records
Stars: ✭ 3,073 (+2019.31%)
Mutual labels:  documentation, architecture
Architecture Center
Azure Architecture Center
Stars: ✭ 1,207 (+732.41%)
Mutual labels:  documentation, architecture
Paper Code
对一些好的技术文章结合自己的实践经验进行翻译、举例说明等或自己的经验分享。主要包括架构设计、模式设计、模型设计、重构等。
Stars: ✭ 94 (-35.17%)
Mutual labels:  standards, architecture
Internals
High level architecture overview
Stars: ✭ 1,407 (+870.34%)
Mutual labels:  documentation, architecture
Kor Law For Dev
개발자들이 숙지해야할 한국의 법률을 모았습니다.
Stars: ✭ 140 (-3.45%)
Mutual labels:  documentation
Icopy Site.github.io
icopy.site github mirror
Stars: ✭ 142 (-2.07%)
Mutual labels:  documentation
X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (+1076.55%)
Mutual labels:  documentation
Unisolder Notes
Markdown documentation repo for building and chosing parts for Unisolder, the open source universal soldering iron controller
Stars: ✭ 138 (-4.83%)
Mutual labels:  documentation
Bids Specification
Brain Imaging Data Structure (BIDS) Specification
Stars: ✭ 140 (-3.45%)
Mutual labels:  standards
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (-2.76%)
Mutual labels:  architecture
Android Modular Architecture
📚 Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.
Stars: ✭ 2,048 (+1312.41%)
Mutual labels:  architecture
Misp Book
User guide of MISP
Stars: ✭ 144 (-0.69%)
Mutual labels:  documentation
Pep8 Ja
PEP8 日本語版
Stars: ✭ 138 (-4.83%)
Mutual labels:  documentation
Wp mail
Documentation for all the situations where WordPress core sends an email, how and when they happen, and how to filter or disable each one.
Stars: ✭ 144 (-0.69%)
Mutual labels:  documentation
Http3 Explained
A document describing the HTTP/3 and QUIC protocols
Stars: ✭ 1,860 (+1182.76%)
Mutual labels:  documentation
Web Methodology
Methodology for high-quality web application security testing - https://github.com/tprynn/web-methodology/wiki
Stars: ✭ 142 (-2.07%)
Mutual labels:  documentation
Android Base Mvp
Android Base MVP Concept with RXJava, Dagger, Event Bus, Retrofit, Glide, OkHTTP
Stars: ✭ 141 (-2.76%)
Mutual labels:  architecture

Reference Architecture

Why

Why does this exist?

This wiki is the source of truth for all technical knowledge, software specifications, standards and architecture evolution for TELUS.

The goal of the document is to track and discuss software standards, tooling and practices within TELUS. You are welcome to contribute and suggest changes. Please follow the contribution guidelines and keep in mind that this repository is open source.

Who

Who is this for?

  • Existing Team Members reference and contribute to this document.
  • Perspective Team Members learn about TELUS software development standards and practices.
  • TELUS partners familiarize with TELUS software standards and practices prior to project delivery commitments.

What

What is the structure?

This is a public and open source repository. Articles are written in Markdown on topics in the following categories:

Documentation is meant to be thin and simple. Members should be able to quickly and easily understand the whys, whats and hows of any part of our software standards.

How

How to take part?

Embody our Principles

  • Focus on Customer First
  • Value data over opinions
  • Deliver outcomes over outputs
  • Take risks and be lean
  • Build for quality and reuse
  • Be an owner
  • Attract and develop leaders
  • Embrace inclusivity
  • Strengthen communities

Open Source

Because we love our customers and we love our technology, we are evolving it, in full transparency!

We do all of this in public to truly embrace our customer first principles

In order to achieve this, we ensure no sensitive content is included, such as:

  • security & privacy policy violating content
  • content considered competitive intelligence
  • keys, tokens or credentials

Process & Contribution

To ensure open collaboration and support for wiki contributions, a few avenues are made available:

  • Technology Forum
    The Technology Forum is the official discussion board for conversations around technology solutions, ideas, issue escalations, questions, knowledge sharing, and Reference Architecture evolution.

    Since Reference Architecture is open source, we separated Technology Forum into its own private repository for deep technical discussions and confidential information.

  • Open Contribution
    Use GitHub to create pull-requests, start discussions, and contribute to active issues. Your contributions should also be addressed in The Technology Forum in order to be considered for adoption.

    If you are ready to start contributing, here are some things to keep in mind:

    • This a versioned documentation repository, and commit messages follow the karma format.
    • If you are adding new documentation or updating existing documentation, you should format your commits following this model: docs(<scope>): added/updated standards about <scope>.
    • If you are adding major sections or introducing major changes, then consider marking your commit as a breaking change.
    • If you are only making corrections or fixing style/layout/punctuation/grammar, etc., then follow this model: style(<scope>): fix grammar issues in <scope> docs.
    • For all other commits, follow the above mentioned Karma conventions.
    • Feel free to consult our CONTRIBUTING guide for more guidance on how to contribute.

Local development setup

If you want to make sure your changes will pass our CircleCI steps, you might want to run things locally:

npm run lint

In order to setup everything needed to run all of the checks locally, please run the script below. This will install locally all of the dependencies needed and mirror the CI setup:

npm run setup-local

Format

All topics MUST adhere to the format outlined in this template

GitHub

Using the GitHub repository itself, rather than the "GitHub Wikis" feature, or other "Wiki" software ensures:

  • version tracking, and usage of GitHub GUI features (blame, history, branches, diff, etc ...)
  • ability to publish into a static website using GitHub Pages
  • leverage branch locking, testing automation and other GitHub features only available in repos

Conformance

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].