All Projects → AvdLee → Coredatabestpractices

AvdLee / Coredatabestpractices

Licence: mit
Best Practices in Core Data explained within a demo application

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Coredatabestpractices

Laravel best practices cn
Laravel最佳实践
Stars: ✭ 152 (-11.11%)
Mutual labels:  best-practices
Cryptcheck
Verify some SSL/TLS website or XMPP implementation
Stars: ✭ 158 (-7.6%)
Mutual labels:  best-practices
The Rest Architectural Style
An article on the REST architecture style.
Stars: ✭ 168 (-1.75%)
Mutual labels:  best-practices
Clean Code Java
Clean Code concepts adapted for Java. Based on @ryanmcdermott repository.
Stars: ✭ 155 (-9.36%)
Mutual labels:  best-practices
Coredata Crud Swift 5.0 Example
Swift 5.0 Example project that exposes the usage of Core Data to create Entities and to persist to a SQLite Datastore
Stars: ✭ 157 (-8.19%)
Mutual labels:  coredata
Superwerker
Open-source solution to automate the setup of an AWS Cloud environment with prescriptive best practices.
Stars: ✭ 161 (-5.85%)
Mutual labels:  best-practices
Guides
Design and development guides
Stars: ✭ 1,880 (+999.42%)
Mutual labels:  best-practices
Programming Guidelines
My personal programming guidelines
Stars: ✭ 170 (-0.58%)
Mutual labels:  best-practices
Webfundamentals
Best practices for modern web development
Stars: ✭ 12,335 (+7113.45%)
Mutual labels:  best-practices
Polaris
Validation of best practices in your Kubernetes clusters
Stars: ✭ 2,397 (+1301.75%)
Mutual labels:  best-practices
Domain Driven Hexagon
Guide on Domain-Driven Design, software architecture, design patterns, best practices etc.
Stars: ✭ 4,417 (+2483.04%)
Mutual labels:  best-practices
Tensorflowkr 2017 Talk Bestpractice
💬 Slides and Tutorial Codes for the talk 'Toward Best Practices of TensorFlow Code Patterns' (2017)
Stars: ✭ 157 (-8.19%)
Mutual labels:  best-practices
Clean Architecture Swiftui
SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
Stars: ✭ 2,925 (+1610.53%)
Mutual labels:  coredata
Php Conventions
Рекомендации по написанию PHP кода
Stars: ✭ 156 (-8.77%)
Mutual labels:  best-practices
Velik
Ride tracking app
Stars: ✭ 168 (-1.75%)
Mutual labels:  coredata
Hugo Best Practices
Best practices and ideas for Hugo the open-source static site generator.
Stars: ✭ 153 (-10.53%)
Mutual labels:  best-practices
Upcomingmovies
Movies app written in Swift 5 using the TMDb API and demonstrating Clean Architecture, Dependency Injection, MVVM and Coordinators.
Stars: ✭ 160 (-6.43%)
Mutual labels:  coredata
Nginx Admins Handbook
How to improve NGINX performance, security, and other important things.
Stars: ✭ 12,463 (+7188.3%)
Mutual labels:  best-practices
Guidelines.spatie.be
The guidelines used at our company
Stars: ✭ 169 (-1.17%)
Mutual labels:  best-practices
Architecture
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, Clean Code, SOLID, DDD.
Stars: ✭ 2,285 (+1236.26%)
Mutual labels:  best-practices

Core Data Best Practices by Antoine van der Lee

Swift Version Twitter

Best Practices in Core Data explained within a demo application as presented during NSSpain.

Included in this project

  • [x] Core Data Stack Setup
  • [x] Fetched Results Controller
  • [x] NSFetchRequests
  • [x] Diffable Data Sources
  • [x] Optimised saving
  • [x] Constraints
  • [x] Derived Attributes
  • [x] Transformables
  • [x] Validation
  • [x] Life Cycle Events
  • [x] Batch Insertions
  • [x] Batch Deletions
  • [x] Persistent History Tracking
  • [x] Threading
  • [x] Core Data and Combine
  • [x] NSExpressionDescriptions
  • [x] Unit Testing Core Data

Contributing

I would love for this project to grow as a source of best practices regarding Core Data. I'll try to add my own learnings to this project too. There are many sources available on the internet but we lack a bit of example code. Hopefully, this way, we make it easier to adopt best practices in Core Data.

Communication

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

License

Core Data Best Pratices is available under the MIT license, and uses source code from open source projects. See the LICENSE file for more info.

Author

This project is originally created by Antoine van der Lee based on experienced from developing Collect by WeTransfer. Many detailed explanations can be found on his SwiftLee blog:

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