MVVM.Demo VS episode-code-samples

Compare MVVM.Demo vs episode-code-samples and see what are their differences.

MVVM.Demo

This is a demo application used to educate and interview iOS Engineers. (by jasonjrr)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
MVVM.Demo episode-code-samples
24 7
67 926
- 1.2%
1.1 7.2
about 1 year ago 5 days ago
Swift Swift
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

MVVM.Demo

Posts with mentions or reviews of MVVM.Demo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-15.

episode-code-samples

Posts with mentions or reviews of episode-code-samples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-04.
  • SwiftUI app architecture - any recommended online resources?
    3 projects | /r/SwiftUI | 4 Mar 2023
  • Combine and functional programming
    2 projects | /r/swift | 24 Feb 2023
    One resource I'd recommend is Point-Free - they'll teach you functional programming from the beginning.
  • What is a piece of code (or Framework, extension, etc.) that you add in every new project?
    6 projects | /r/swift | 24 Feb 2023
    At a minimum, Composable Architecture, and now Dependencies from Point-Free.
  • On Not Drinking the FP Kool-Aid
    6 projects | /r/functionalprogramming | 27 Jan 2023
    I come from the iOS world and one of the most valuable resources I have found for understanding FP in Swift is https://www.pointfree.co These guys go over the theoretical concepts and then not only ask, "what's the point?" but they then go on to build out more complicated examples or even complete apps and publish useful libraries on GitHub.
  • A New Chapter
    1 project | dev.to | 23 Jan 2023
    So it's time for a change. I'm going to build my own ideas full-time and find a way to make it work. I've put a lot of thought into it and I'm confident this is the right decision for me. As for what I'll be working on, I wanna build things for the Android community. If you know me, you know that I'm an Android developer and technologist at heart. I’ve gotten some amazing opportunities to speak at conferences and share the things I’ve learned over the years. I’m inspired by people like Josh W. Comeau, and the folks at Point-Free. These are people who master their craft, build beautiful software, and teach about their methodologies and underserved topics in their respective domains. That’s what I want. I want to master my craft, build beautiful Android experiences, and share it with you all. If you don’t wanna miss out, make sure to follow me on Youtube, Twitter, and Mastodon.
  • Any good resources for advanced topics?
    1 project | /r/iOSProgramming | 1 Dec 2022
    https://www.pointfree.co - not exactly about patterns and best practices, but this was the best content I’ve found after reaching the same “CRUD app tutorials are not enough anymore“ phase.
  • On using Dependency Injection with MVVM
    2 projects | /r/iOSProgramming | 17 Aug 2022

What are some alternatives?

When comparing MVVM.Demo and episode-code-samples you can also consider the following projects:

swift-composable-architecture - A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.

Setting - Compose beautiful preference panels.

EzNews - A very simple and easy to use News app for iOS and iPadOS. It uses NewsAPI as its backend.

atomic - Write ClojureScript in JavaScript without a transpiler.

Clean Architecture for SwiftUI + Combine - SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.

swift-dependencies - A dependency management library inspired by SwiftUI's "environment."

MVVM.Demo.SwiftUI

TheBinderArchitecture - A declarative architecture based on bindings

AboutKit - Add an about screen to your app in just a few lines of code.

mvvmc-demo - Sample code from MVVM-C In Practice Talk

todo - Atomic TodoMVC