InITNEXTbyMarco Muccinelli·Feb 28, 2021Flutter: An Easy and Pragmatic Approach to Navigator 2.0Despite it looks intimidating at first glance, the evolved Flutter navigation system could solve more issues than it seems to createA response icon1A response icon1
InITNEXTbyMarco Muccinelli·Jun 12, 2020Flutter: Dart Immutable Objects JSON Serialization and DeserializationHow to use json_serializable integration with freezed package and how to use kt_dart immutable collections in this context
InLevel Up CodingbyMarco Muccinelli·Jun 11, 2020Flutter: Dart Immutable Objects and ValuesA pragmatic look to freezed and kt_dart packages in order to adopt immutable objects to leverage Flutter app developmentA response icon1A response icon1
InLevel Up CodingbyMarco Muccinelli·Jun 10, 2020Flutter: Use Platform Widgets to Adopt Native Look and FeelMaterial app is not and will never be a real iOS app: use platform_widgets Flutter package to use adaptive widgets maintaining easiness
InITNEXTbyMarco Muccinelli·Mar 24, 2020Deploying Next.js App to Firebase FunctionsA fast path to deploy an existing Next.js to Firebase FunctionsA response icon11A response icon11
InThe StartupbyMarco Muccinelli·Mar 19, 2020Manual Dependency Injection For Android Jetpack Navigation (aka Don’t Shoot a Fly With a Bazooka)I was reading again my article about Jetpack Navigation, in particular the part regarding the parameters passed to destinations. I can…
InThe StartupbyMarco Muccinelli·Mar 14, 2020Android Jetpack Navigation From iOS Developer PerspectiveFrom an iOS developer perspective, how screens are presented in an Android is quite strange. The first time I developed an Android app, I…
Marco Muccinelli·Jan 23, 2019Introducing Code Splitting to a React Web AppA Noob Meets Web Apps, Episode 6