Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uptechteam/ios-cookbook
Recipes for building the greatest products
https://github.com/uptechteam/ios-cookbook
Last synced: 4 days ago
JSON representation
Recipes for building the greatest products
- Host: GitHub
- URL: https://github.com/uptechteam/ios-cookbook
- Owner: uptechteam
- Created: 2018-03-16T14:38:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T16:17:27.000Z (7 months ago)
- Last Synced: 2024-04-09T21:23:07.429Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 5.5 MB
- Stars: 68
- Watchers: 16
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uptech iOS Cookbook
[![Made in Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua)We're international mobile and web development company that helps develop ideas from napkin sketches to full-fledged products. Combining our creativity, domain expertise, and product development approach, we deliver products that matter to users and businesses.
This Cookbook compiles best practices and proven recipes for building exceptional products based on the collective experience of our iOS team.
### Table of Contents
- [Git flow](https://github.com/uptechteam/ios-cookbook/blob/master/1-git-flow.md)
- [Code Signing](https://github.com/uptechteam/ios-cookbook/blob/master/2-code-signing.md)
- [CI/CD](https://github.com/uptechteam/ios-cookbook/blob/master/3-ci.md)
- [Architectural Principles](https://github.com/uptechteam/ios-cookbook/blob/master/4-architecture.md)
- [Redux](https://github.com/uptechteam/ios-cookbook/blob/master/4-1-redux.md)
- [Tests](https://github.com/uptechteam/ios-cookbook/blob/master/5-tests.md)
- [How to make Estimations](https://github.com/uptechteam/ios-cookbook/blob/master/6-estimates.md)
- [Code Style](https://github.com/uptechteam/ios-cookbook/blob/master/7-code-style.md)
- [UIKit In Code](https://github.com/uptechteam/ios-cookbook/blob/master/7-1-ui-in-code.md)
- [SwiftUI](https://github.com/uptechteam/ios-cookbook/blob/master/7-2-swiftui.md)
- [UI Tests](https://github.com/uptechteam/ios-cookbook/blob/master/8-ui-tests.md)
- [Security](https://github.com/uptechteam/ios-cookbook/blob/master/9-security.md)
- [Debugging](https://github.com/uptechteam/ios-cookbook/blob/master/10-debugging.md)