Skip to content

Wolox/tech-guides

Repository files navigation

Wolox Tech Guides and Standards

At Wolox, we are a big team of passionate developers that love building apps with cutting-edge technologies and the best standards and practices to insurance code quality and maintenance. In this repository, you will find the code standards we chose for those main frameworks, languages, and technologies we use. You will also find some other information such as useful documentation, scripts we usually need and our posts for our engineering blog

Repository Structure

Under every technology folder mentioned below, you will find a README describing:

  • Kickoff Guides: Step by step guide to make a kickoff to start building an app.
  • Open Source: A list of the open source libraries developed at Wolox.
  • Useful Documentation: Good practices, talks, useful guides and highlights.
  • Posts: Posts written for the Wolox Engineering Blog for the given technology.

If you need to add a new technology, follow the Tech Kickoff Guide.

Technologies Index

General Useful Documentation

Contributing

  1. Fork it
  2. Create your branch (git checkout -b my-new-guide-documentation)
  3. Edit the file and commit your changes (git commit -am 'Add some guide or documentation')
  4. Push your branch (git push origin my-new-guide-documentation)
  5. Create a new Pull Request. Include brackets containing your involved technologies on its name, one bracket per tech. By example: [RoR] Updating tech-guides [Android][iOS] Updating deployment guide Available tags:
    • RoR
    • NodeJS
    • Front-End
    • React Native
    • Android
    • iOS
    • Net Core
    • Java
    • Infrastructure
    • Git
    • Wolox

About

This repository is maintained by everyone at Wolox.

Wolox

License

tech-guides is available under the MIT license.

Copyright (c) 2017 Wolox
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.