From 4de382ece93a74cc1c5f24e74e00fb2d8f66d048 Mon Sep 17 00:00:00 2001 From: exequielrafaela Date: Mon, 8 Feb 2021 08:28:07 -0300 Subject: [PATCH] BIZDEV-19 | reorganizing company related files in new work-with-us section --- docs/carrers.md | 98 ---------------------------------------------- docs/contribute.md | 50 ----------------------- docs/faqs.md | 26 ------------ docs/support.md | 32 --------------- 4 files changed, 206 deletions(-) delete mode 100644 docs/carrers.md delete mode 100644 docs/contribute.md delete mode 100644 docs/faqs.md delete mode 100644 docs/support.md diff --git a/docs/carrers.md b/docs/carrers.md deleted file mode 100644 index ffaefe3d7..000000000 --- a/docs/carrers.md +++ /dev/null @@ -1,98 +0,0 @@ -# Carrers - - -## How we work - -!!! info "Binbash work culture" - - :star: **Fully Remote** - - Binbash was founded as a remote-first company. That means you can always work from home, - a co-working place, a nice cafe, or wherever else you feel comfortable, and you'll have almost complete control over - your working hours. - _Why "almost"?_ Because depending on the current projects we'll require few hours of overlap between all Leverage - collaborators for some specific meetings or shared sessions (pair-programming). - - :star: **Distributed Team** - - Despite the fact that our collaborators are currently located in πŸ‡¦πŸ‡· Argentina, - πŸ‡§πŸ‡· Brazil and πŸ‡ΊπŸ‡Ύ Uruguay, consider we are currently hiring from most countries in the time zones - between :earth_americas: GMT-7 (e.g. California, USA) to :earth_africa: GMT+2 (e.g., Berlin, Germany). - - :star: **We promote life-work balance** - - Job burnout is an epidemic πŸ™†, and we tech workers are especially at risk. So we'll do our best to de-stress - our workforce at Binbash. In order to achieve this we offer: - - - Remote work that lets you control your hours and physical location. - - Normal working hours (prime-time 9am-5pm GTM-3), in average no more than ~30-40hs per week, and we don't - work during weekends or your country of residence national holidays. - - Project management and planning that will take into consideration the time zone of all our team members. - - A flexible vacation policy where you could take 3 weeks per year away from the keyboard. If more time is needed - we could always try to arrange it for you. - - No ON-CALL rotation. We only offer support contracts with SLAs of responses on prime time business days hours - exlusively. - - You will take on big challenges, but the hours are reasonable. - - Everyone is treated fairly and with respect, but where disagreement and feedback is always welcome. - - That is welcoming, safe, and inclusive for people of all cultures, genders, and races. - - -## Leverage Software / DevOps Engineer Profile - -!!! info "What You'll Work On (our tech stack) :man_technologist: :woman_technologist: :rocket:" - - [x] [**DevOps Automation Code Library**](how-it-works/index.md) - - Create a collection of reusable, tested, production-ready E2E AWS oriented infrastructure modules - (e.g., VPC, IAM, Kubernetes, Prometheus, Grafana, EFK, Consul, Vault, Jenkins, etc.) using several tool and - languages: *Terraform, Ansible, Helm + Helmsman, Dockerfiles, Python, Bash and Makefiles*. - - - [x] [**Reference Architecture**](how-it-works/code-library/code-library.md) - - Improve, maintain, extend and update our reference architecture, which has been desingned under optimal configs - for the most popular modern web and mobile applications needs. Its design is fully based on the - [**AWS Well Architected Framework**](https://leverage.binbash.com.ar/support/#aws-well-architected-review). - - - [x] **Open Source & Leverage DevOps Tools** - - Contribute to our open source projects to continue building a fundamentally better DevOps experience, including - our [open source modules](how-it-works/code-library/modules-library-per-tech.md), - [leverage python CLI](https://github.com/binbashar/leverage), - [Makefiles Lib](https://github.com/binbashar/le-dev-makefiles) among others. - - - [x] **Document team knowledge** - - Get siloed and not yet documented knowledge and extend the [Leverage documentation](https://leverage.binbash.com.ar), such as - creating knowledgebase articles, runbooks, and other documentation for the internal team as well as Binbash - Leverage customers. - - - [x] **Customer engineering support** - - While participating in business-hours only support rotations, collaborate with customer requests, teach - Binbash Leverage and DevOps best-practices, help resolve problems, escalate to internal SMEs, and automate and - document the solutions so that problems are mitigated for future scenarios and users. - - - [x] **Role scope and extra points!** - - - Responsible for the development, maintenance, support and delivery of Binbash Leverage Products. - - Client side Leverage Reference Architecture solutions implementation, maintenance and support. - - Client side cloud solutions & tech management (service delivery and project task management). - - Bring Leverage recs for re-engineering, bug fixes (issues) report and improvements based on real scenario implementations. - - Mentoring, KT, PRs and team tech follow up both internally and customer facing. - - Binbash is a small, distributed startup, so things are changing all the time, and from time to time we all wear - many hats. You should expect to write lot of code, but, depending on your interests, there will also be lot of - opportunities to write blog posts, give talks, contribute to open source, go to conferences, talk with customers, - do sales calls, think through financial questions, interview candidates, mentor new hires, design products, - come up with marketing ideas, discuss strategy, consider legal questions, and all the other tasks that are part - of working at a small company. - - -!!! important "Nice to have background" - - You hate doing the same thing twice and would rather spend the time to automate a problem away than do the same work again. - - You have strong communication skills and are comfortable engaging with external customers. - - You know how to write code across the stack (β€œDev”). - - You have experience running production software ("Ops"). - - You have a strong background in software engineering (or are working hard on it!). - - You have a passion for learning new technologies and languages - - Bonus points for a sense of humor, empathy, and curiosity. - - Note that we're less concerned with prior experience than we are with curiosity about all areas of the stack and demonstrated ability to learn quickly and go deep when necessary. \ No newline at end of file diff --git a/docs/contribute.md b/docs/contribute.md deleted file mode 100644 index 7cbf13bcf..000000000 --- a/docs/contribute.md +++ /dev/null @@ -1,50 +0,0 @@ -# Contribute and Developing Binbash Leverage - -This document explains how to get started with developing for **Leverage Reference Architecture**. -It includes how to build, test, and [release](https://github.com/binbashar/le-tf-infra-aws/releases) new versions. - -## Quick Start - -### Getting the code - -The code must be checked out from this same github.com repo inside the -[Binbash Leverage Github Organization](https://github.com/binbashar). - -``` -git clone git@github.com:binbashar/le-tf-infra-aws.git -cd le-tf-infra-aws -cd .. - -git clone git@github.com:binbashar/le-ansible-infra.git -cd le-ansible-infra -cd .. - -git clone git@github.com:binbashar/le-helm-infra -cd le-helm-infra -cd .. -``` - -### Initial developer environment build - -**TODO** - -## Dependencies - -This guide requires you to install X v0.1 or newer. - -## Deploying - -To deploy the Leverage Reference Architecture onto AWS. -Please check the [deployment guide](./deploy/) - -## Testing - -To run tests, just run... - -## Releasing -### CircleCi PR auto-release job - -![circleci-logo](./assets/images/logos/circleci.png "CircleCI"){: style="width:150px"} - -- -- **NOTE:** Will only run after merged PR. \ No newline at end of file diff --git a/docs/faqs.md b/docs/faqs.md deleted file mode 100644 index fd15beb2e..000000000 --- a/docs/faqs.md +++ /dev/null @@ -1,26 +0,0 @@ -# Frequently Asked Questions (FAQs) - -!!! question "Who is Leverage's target audience?" - - [x] Leverage Reference Architecture is mainly oriented to :earth_americas: Latam, North America and :earth_africa: - European **startup's CTOs, VPEs and/or engineering team leads (Software Architects / DevOps Engineers / Cloud Engineers)** - looking to rapidly set and host their modern web and mobile applications and systems in - [**Amazon Web Services**](https://aws.amazon.com/) (βœ… typically in just few months!). - - - [x] Oriented to Development leads or teams looking to solve their current AWS infrastructure and software delivery - business needs in a securely and reliably maner, under the most modern best practices. - - - [x] Your Entire AWS Cloud solutions based on DevOps practices journey will be achieved: - - :star: Containerization - - :star: Infrastructure as Code - - :star: Container Orchestration (K8s) & Application Services - - :star: CI / CD - - :star: Security, Compliance & Reliability - - :star: Cost Optimization & Performance Effiency - - :star: Observability & Monitoring - - - [x] Moreover, if you are looking to have the complete control of the source code, and of course be able to run it - without us, such as building new Development environments and supporting your Production Cloud environments, - you're a great fit for the [**Leverage AWS Cloud Solutions Reference Architecture**](how-it-works/index.md) model. - - **_And remember you could implement yourself or we could implement it for you!_** πŸ’ͺ - \ No newline at end of file diff --git a/docs/support.md b/docs/support.md deleted file mode 100644 index 19976459b..000000000 --- a/docs/support.md +++ /dev/null @@ -1,32 +0,0 @@ -# Support - -## Leverage Reference Architecture - -Please create a [Github Issue](https://github.com/binbashar/le-tf-infra-aws/issues/new/choose) to -get immediate support from the [Binbash Leverage Team](https://www.binbash.com.ar) - -### Our Engineering & Support Team - -![leverage-aws-waf](./assets/images/services/ref-architecture-waf-team.png "Leverage"){: style="width:850px"} - -### [AWS Well Architected Review](https://aws.amazon.com/architecture/well-architected/) - -Feel free to contact us for an ![leverage-aws](./assets/images/icons/aws-emojipack/General_AWScloud.png "AWS"){: style="width:30px"} -[**AWS Well Architected Framework Review**](https://drive.google.com/file/d/16VOOy5LmSqkFZ5vFpoURDeifEWpjMHtJ/view?usp=sharing) -:cloud::rocket::cloud: - -![leverage-aws-waf](./assets/images/services/ref-architecture-waf-review.png "Leverage"){: style="width:850px"} - -!!! check "![leverage-aws](./assets/images/icons/aws-emojipack/General_AWScloud.png "AWS"){: style="width:30px"} Well Architected Framework Review Reference Study Case" - - [X] [Operational Excellence](https://drive.google.com/file/d/1NQScQo0skHjbm-hG0kOJ6zvBwb0M2qLx/view?usp=sharing) - - [X] [Security](https://drive.google.com/file/d/10TAb2h-P4yaF9WIau5rfIWtazwHvMpUH/view?usp=sharing) - - [X] [Cost Optimization](https://drive.google.com/file/d/1Eoj9YuTHSbXWt6ASxq3WwO7snto5YrcB/view?usp=sharing) - - [X] [Reliability](https://drive.google.com/file/d/1KYZC-wTXn2PSVIEtikx9PFOwK2SoCxD8/view?usp=sharing) - - [X] [Performance Efficiency](https://drive.google.com/file/d/1B2T-ACEuy6HqHTBhSuRbqS9tNiaVxjQR/view?usp=sharing) - -!!! info "WAF Exta Material" - - :star: [DevSecOps Security Audit - v0.1](https://drive.google.com/file/d/154ejAyjzAIdcEMGVUCXHZPNkBRc-gxwS/view?usp=sharing) - - :star: [WAF Cost Optimization Checklist - v0.1](https://drive.google.com/file/d/18boU7ppcBDU5eCm1TGWcjVMM8IrFj6QJ/view?usp=sharing) - -#### Read More -* [How AWS Well-Architected Reviews Can Drive a Customer-First Culture](https://aws.amazon.com/blogs/apn/how-aws-well-architected-reviews-can-drive-a-customer-first-culture/) \ No newline at end of file