Lewis Cianci

  http://lewiscianci.com.au/ I'm a passionate mobile-first developer, and I've been making apps with Flutter since it first released. I also use ASP.NET 5 for web. Given the chance, I'll talk to you for far too long about why I love Flutter so much.

   



23 Stories by Lewis Cianci

Resource management in TypeScript with the using keyword

TypeScript's new using operator can help us manage our resources better. Let's explore how it works and why it's useful in development!
0 8 min read

Comparing the best TypeScript IDEs

Compare the best IDEs for TypeScript, such as Visual Studio Code, based on ease of use, plugins, and performance.
3 10 min read

6 best package managers for Windows and beyond

Let's explore the pros and cons of Chocolatey, Winget, and other options for package management in Windows and beyond.
0 7 min read

5 AI tools for developers to help boost your productivity

Advancements in AI can help developers save time and solve problems. Let's look at 5 AI-powered tools built for developers.
2 8 min read

Sending emails in Phoenix using Swoosh

Create custom email templates using the Phoenix.Swoosh library, which lets you easily send emails to users of your site.
0 7 min read

How to debug Rust with VS Code

Many developers choose to debug their code in VS Code due to the fact that it is free and feels snappy to use on...
1 7 min read

How to use Android Debug Bridge for advanced troubleshooting

Learning how to use the Android Debug Bridge and its powerful features is a must for any serious Android developer.
0 6 min read

Using Flutter Rust Bridge for cross-platform development

Creating a Flutter app with native Rust functionality can be useful for many reasons. Let's explore how with Flutter Rust Bridge.
1 11 min read

Adding CarPlay to your Flutter app

Let's explore how to add CarPlay functionality to a Flutter app using the flutter_carplay package to add value to your app experience.
1 7 min read

Creating reactive forms in Flutter

In almost every app that you develop, sooner or later there will arise a need to capture user input. Fortunately, capturing text inputs is...
0 8 min read

How to parse JSON strings in Flutter

It can be more difficult to parse JSON strings in Flutter compared to other languages. Let's learn how to encode and decode JSON in...
0 7 min read

How to create PDFs in Flutter

When it comes to sharing documents, there’s no better way than using a PDF. Learn how to create and share PDFs in Flutter.
5 10 min read