Skip to content

Latest commit

 

History

History
152 lines (86 loc) · 6.24 KB

Backend Developer.md

File metadata and controls

152 lines (86 loc) · 6.24 KB

Backend 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)

Python

  • You have to configure salt and length of the hash
  • You know how to define defaults
  • How to cast variables, including lists
  • Define routes with http verbs
  • Use with storage, using DB of choice
  • You can create full text search query
  • You can use it with DRF Generic View
  • You can create simple HTTP endpoint using API gateway
  • You know plugins to handle local development like serverless offline
  • You know how to create routing with query params
  • You can query DB using one of asynchronous libraries
  • You know how to use model in response
  • You are able to create Models
  • You are able to create a task

Testing

  • Can setup a test case with multiple paths using fixtures
  • You know how to create a factory
  • You know how to generate faked values using built-in providers

Date & Time

  • You are able to create relative datetime objects
  • You can convert timezones of datetime objects

Javascript

  • You know how to create a json response

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 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.