mediummer is a growing codebase where practical implementations are created based on technical Medium articles.
Each submodule focuses on a different technology (iOS, Flutter, Backend, etc.) and provides clean, real-world code examples.
| Article Title | Medium Link | Code Example Path |
|---|---|---|
| Practical Accessibility in Flutter (and Code You'll Actually Use) | https://medium.com/dcm-analyzer/practical-accessibility-in-flutter-and-code-youll-actually-use-2d3a14ea2785 | โ |
| Mastering Inter-Process Communication (IPC) in Android | https://proandroiddev.com/mastering-inter-process-communication-ipc-in-android-fe471c7796e4 | โ |
| Memory Management Best Practices in Flutter | https://medium.com/@ravipatel84184/memory-management-best-practices-in-flutter-124112ded38a | /mediummerflutter/lib/feature/memory_management |
| Swift Protocols Every Developer Should Know: Equatable, Hashable, Identifiable, Comparable | https://medium.com/@serhankhan/swift-protocols-every-developer-should-know-equatable-hashable-identifiable-comparable-59c23215c534 | /mediummerIOS/Feature/Protocols |
| 14 Logic-Driven UI Design Tips to Improve Any Interface | https://uxplanet.org/14-logic-driven-ui-design-tips-145ee08ea5a5 | /mediummerUX/Feature/LogicDrivenUIDesign |
| Mobile System Design: Instagram Stories | https://rahul9650ray.medium.com/mobile-system-design-instagram-stories-786e910d17a6 | /mediummerMobile/Feature/InstagramStories |
| Article Title | Medium Link | Code Example Path |
|---|---|---|
| [P1] Build iOS Apps Faster with Reusable SwiftUI and UIKit Components | https://medium.com/@mikhailChelbaev/build-ios-apps-faster-with-reusable-swiftui-and-uikit-components-4b9682827e63 | /mediummerIOS/Feature/ComponentKit |
| [P1] Rendering Markdown in iOS Swift | https://gaitatzis.medium.com/rendering-markdown-in-ios-swift-3e9d8343e372 | /mediummerIOS/Feature/Markdown |
| [P1] Simplifying Codable Implementation in Swift Using Property Wrappers | https://paigeshin1991.medium.com/simplifying-codable-implementation-in-swift-using-property-wrappers-255af345f428 | /mediummerIOS/Feature/PropertyWrapper |
| [P1] Introduction to PlutoGrid in Flutter | https://codestax.medium.com/introduction-to-plutogrid-in-flutter-864e7b92fe44 | /mediummerFlutter/lib/feature/plutoGrid |
| [P1] Why the Command Pattern Is More Useful Than You Think | https://maxim-gorin.medium.com/why-the-command-pattern-is-more-useful-than-you-think-774eb7ddb685 | /mediummerFlutter/lib/feature/command_pattern |
| [P1] The Power of KeyPath in SwiftUI | https://levelup.gitconnected.com/the-power-of-keypath-in-swiftui-aff57dc5afdd | /mediummerIOS/Feature/KeyPath |
| [P1] The evolution of native engineering at Tripadvisor: Part 1 | https://medium.com/tripadvisor/the-evolution-of-native-engineering-at-tripadvisor-part-1-577cc0e36ec8 | /mediummerIOS/Feature/ArchitectureEvolution |
- [P1] All previous examples in one video: YouTube
Joint videos will be recorded from time to time and updates will be shared here.
This list will expand as new articles are explored and implemented.
- mediummerIOS โ Swift & UIKit implementations
(Status: โ Active) - mediummerFlutter โ Flutter/Dart implementations
(Status: โณ Coming soon) - mediummerBackend โ Backend examples (Node.js, etc.)
(Status: ๐ Planned)
- Learn by coding, not just reading
- Document development patterns from Medium
- Build a reference archive of useful code
- Make an example of how to implement a article to real project
Got a Medium article you'd like to see implemented here?
Open an issue or submit a pull request with the link and idea.
MIT License.
Read. Code. Repeat.