Skip to content

Latest commit

 

History

History
119 lines (72 loc) · 5.37 KB

DevOps Developer.md

File metadata and controls

119 lines (72 loc) · 5.37 KB

DevOps Developer

Company best practices

  • You know how to share secret values with other employees. 📚
  • You know how to share secret values externally 📚
  • You create pull requests with proper name and description 📚
  • You squash merge your pull requests 📚
  • You name your commits properly 📚
  • You review PRs carefully and leave your comments 📚
  • You know how to configure rules in a repository for merging to specific branches (master, develop)
  • You know how to reference a Jira ticket in your commit
  • You use Slack statuses in line with company policy (remote working, vacationing, in a meeting, etc)

DNS

  • You know what a CNAME record is and when to use it
  • You know what an A and AAAA records are and when to use them
  • You know what TXT records is and when to use it
  • You know how to register a new domain with a chosen DNR
  • You know how to switch NS from default ones set by DNR to another provider

Databases

  • You know how to instantiate a PostgreSQL database

Application Servers

  • You know configuration file syntax
  • You know how to serve static files
  • You know how to define a proxy pass to API server
  • You know how to deploy a wsgi app (django, flask) with one of the application servers
  • You know wsgi configuration file syntax

Message Brokers

  • You know how to create an SQS queue
  • You can attach Lambda function trigger to a queue
  • You can create an EventBus
  • You can send custom events to an EventBus
  • You know how to trigger a Lambda function from an EventBus for a specific event source

Generic AWS Services

  • You know how to create a local profile using acquired key id and secret to access AWS resources

Contribution

We are very open to contributions to extend or change the requirements based on your gut and experience. To contribute you can use a pull request which will be later validated by our technical team and added to the main docs.

If you will spot any issues please add them in the Issues section.

Credits

This page is maintained by the Apptension team.

You can see more of our work here: Apptension portfolio.

License

MIT License

© 2023 Apptension Sp. z o.o.

Built and maintained by Apptension.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.