Episode 248 Colum is a Senior Software Engineer at Narwhal Technologies. He enjoys speaking about #nx, #angular, #monorepos, #javascript, and #typescript. He’s joining us from Northern Ireland. Links https://columferry.co.uk/ https://github.com/Coly010 https://twitter.com/FerryColum https://colum-ferry.medium.com/ https://www.linkedin.com/in/colum-ferry-3a36a9169/ Resources https://nx.dev/ https://nrwl.io/ https://lerna.js.org/ https://micro-frontends.org/ https://webpack.js.org/concepts/module-federation/ https://blog.nrwl.io/lerna-is-dead-long-live-lerna-61259f97dbd9 “Tempting Time” by Animals As Leaders used with permissions – All […]
Multiplatform Compose and Gradle module metadata abuse 04 November 2021 My primary work project for the better part of a year (named Redwood) is built on top of Compose and runs on every platform that Kotlin supports. This of course means Android, but we also have Compose running on iOS, the web, the JVM, and […]
Kotlin Multi-platform is a great feature that gives the ability to share code between the different parts of an application (mobile clients, web clients, and even the server). Using this feature often leads to the creation of a core module which contains the reusable code, such as, models and business logic. But most of the […]
Header Photo by Alexander Andrews on Unsplash When it comes to building android applications, there’s no doubt that we’ll need to include some form of navigation to move between the different parts of our app. With modularisation becoming more and more popular when it comes to android development, navigation becomes a big part of this process. At Buffer […]
Instagram prides itself on having a lean app. But as the number of engineers and features grows, so do the challenges to size. We start to face issues like: increase in application size downloaded from an app store increase in cold start time, and more generally, increased time to interaction with different surfaces inside the […]