All Projects → Karumi → KataContactsSwift

Karumi / KataContactsSwift

Licence: Apache-2.0 license
KataContacts written in Swift. The main goal is to practice Clean Architecture Development.

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to KataContactsSwift

Germanwordembeddings
Toolkit to obtain and preprocess german corpora, train models using word2vec (gensim) and evaluate them with generated testsets
Stars: ✭ 189 (+215%)
Mutual labels:  training
Symfony Pack
A series of questions to prepare for the Symfony certification
Stars: ✭ 241 (+301.67%)
Mutual labels:  training
adsy-trainings
Workshop and training materials
Stars: ✭ 13 (-78.33%)
Mutual labels:  training
Improved Body Parts
Simple Pose: Rethinking and Improving a Bottom-up Approach for Multi-Person Pose Estimation
Stars: ✭ 202 (+236.67%)
Mutual labels:  training
Deep Learning In Production
Develop production ready deep learning code, deploy it and scale it
Stars: ✭ 216 (+260%)
Mutual labels:  training
Tesstrain
Train Tesseract LSTM with make
Stars: ✭ 251 (+318.33%)
Mutual labels:  training
Container.training
Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.
Stars: ✭ 2,377 (+3861.67%)
Mutual labels:  training
restful-booker
A free to use Web API for practising API testing on
Stars: ✭ 104 (+73.33%)
Mutual labels:  training
Training
🐝 A fast, easy and collaborative open source image annotation tool for teams and individuals.
Stars: ✭ 2,615 (+4258.33%)
Mutual labels:  training
EffcientNetV2
EfficientNetV2 implementation using PyTorch
Stars: ✭ 94 (+56.67%)
Mutual labels:  training
Split Folders
🗂 Split folders with files (i.e. images) into training, validation and test (dataset) folders
Stars: ✭ 203 (+238.33%)
Mutual labels:  training
Purrr Tutorial
A introduction to purrr
Stars: ✭ 222 (+270%)
Mutual labels:  training
Dawn Bench Entries
DAWNBench: An End-to-End Deep Learning Benchmark and Competition
Stars: ✭ 254 (+323.33%)
Mutual labels:  training
Hyperlpr Training
车牌识别训练代码 Training Tools Related to HyperLPR
Stars: ✭ 190 (+216.67%)
Mutual labels:  training
wptrainingteam.github.io
WordPress.org Training Team Home for Lists of Lesson Plans and Workshop Ideas
Stars: ✭ 39 (-35%)
Mutual labels:  training
Apprenticeships.me
Dev & design apprenticeships to the rescue! 🔧
Stars: ✭ 188 (+213.33%)
Mutual labels:  training
Malware Samples
Malware samples, analysis exercises and other interesting resources.
Stars: ✭ 241 (+301.67%)
Mutual labels:  training
authlab
A lab to play with authentication and authorisation problems
Stars: ✭ 80 (+33.33%)
Mutual labels:  training
pytorch-accelerated
A lightweight library designed to accelerate the process of training PyTorch models by providing a minimal, but extensible training loop which is flexible enough to handle the majority of use cases, and capable of utilizing different hardware options with no code changes required. Docs: https://pytorch-accelerated.readthedocs.io/en/latest/
Stars: ✭ 125 (+108.33%)
Mutual labels:  training
R-Bridge-Tutorial-Notebooks
Jupyter notebooks demonstrating setup and use of the R-ArcGIS bridge. The repo includes datasets required to run the Jupyter notebooks.
Stars: ✭ 56 (-6.67%)
Mutual labels:  training

Karumi logo Clean Architecture Kata Build Status

  • We are here to practice Clean Architecture Development.

  • Clean Architecture is a way of structuring code.

  • We are going to practice pair programming.


Product requirements - Contacts App

  • I want to be able to list my contacts
  • I want to be able to add a contact
  • I want to be able to see all the information of a selected contact

Development platform

  • UI will be the command line
  • All data is local
  • There is no persistence between executions

Data Format

  • Firstname
  • Lastname
  • Phonenumber

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].