Posts RSS feed
2020
-
This blog will show you how to setup a Kotlin multiplatfrom project with an Android and an iOS application and a shared kotlin module.
-
This blog post summarises the steps I took to build a GraphQL API with Kotlin and Ktor. It goes the logic needed define routes, execute GraphQL queries and mutations as well as adding JWT authentication with a simple permissions system for access control.
2019
-
Google announced AndroidX fragment 1.2.0 At AndroidDevSummit 2019. In this blog post we will go through this release to see what's new and how can we use this new version in our projects.
-
In here you would fine the slides I presented at Flutter LDN meetup on 21st October 2019 for "Clean Architecture in Flutter using BLoC" talk.
-
In this series of blogs, I will discuss how I implemented clean architecture in a flutter project I am working on. Robert C. Martin (Uncle Bob), introduced clean architecture which enforces separation of concerns between the different layers of a system. This makes the system testable and independent of any frameworks. This blog outlines what is clean architecture and describes the different layers to be considered in a clean architecture project.