Lewis Cianci 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.

Stories by Lewis Cianci

Angular Signals Vs Observables How And When To Use Each

Angular signals vs. observables: How and when to use each

Dev

The new signals feature introduced in Angular 16 is an exciting update to how we handle async operations. However, observables […]

Lewis Cianci
Jan 12, 2024 ⋅ 9 min read
Using Defer In Angular 17 To Implement Lazy Loading

Using defer in Angular 17 to implement lazy loading

Dev

Angular’s new defer feature, introduced in Angular 17, can help us optimize the delivery of our apps to end users.

Lewis Cianci
Dec 4, 2023 ⋅ 10 min read
Exploring Angular's Evolution And Why It's Worth Another Look

Exploring Angular’s evolution: Why it’s worth another look

Dev

What does Angular’s evolution mean for developers? Explore where we came from, where we are now, and why it might be time for another look.

Lewis Cianci
Nov 14, 2023 ⋅ 10 min read
Using The New Using Operator In Typescript For Better Resource Management

Resource management in TypeScript with the using keyword

Dev

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!

Lewis Cianci
Aug 30, 2023 ⋅ 8 min read
Comparing The Best TypeScript IDEs

Comparing the best TypeScript IDEs

Dev

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

Lewis Cianci
Jul 31, 2023 ⋅ 10 min read
6 Best Package Managers For Windows And Beyond Including Chocolatey, Winget, Scoop, Ninite, Homebrew, Npm

6 best package managers for Windows and beyond

Dev

Let’s explore the pros and cons of Chocolatey, Winget, and other options for package management in Windows and beyond.

Lewis Cianci
Jul 27, 2023 ⋅ 7 min read
Sending Emails In Phoenix Using Swoosh

Sending emails in Phoenix using Swoosh

Dev

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

Lewis Cianci
May 4, 2023 ⋅ 7 min read
How to Debug Rust With VS Code

How to debug Rust with VS Code

Dev

Many developers choose to debug their code in VS Code due to the fact that it is free and feels snappy to use on most hardware.

Lewis Cianci
Mar 6, 2023 ⋅ 7 min read
How To Use Android Debug Bridge For Advanced Troubleshooting

How to use Android Debug Bridge for advanced troubleshooting

Dev

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

Lewis Cianci
Feb 3, 2023 ⋅ 6 min read
Using Flutter Rust Bridge For Cross Platform Development

Using Flutter Rust Bridge for cross-platform development

Dev

Creating a Flutter app with native Rust functionality can be useful for many reasons. Let’s explore how with Flutter Rust Bridge.

Lewis Cianci
Dec 2, 2022 ⋅ 11 min read
Adding CarPlay To Your Flutter App

Adding CarPlay to your Flutter app

Dev

Let’s explore how to add CarPlay functionality to a Flutter app using the flutter_carplay package to add value to your app experience.

Lewis Cianci
Oct 24, 2022 ⋅ 7 min read
Creating Reactive Forms In Flutter

Creating reactive forms in Flutter

Dev

In almost every app that you develop, sooner or later there will arise a need to capture user input. Fortunately, […]

Lewis Cianci
Aug 22, 2022 ⋅ 8 min read