James Cardona
jamescardona11

jamescardona11

Follow
homeEnglish πŸ‡ΊπŸ‡ΈQuick Beats πŸ€About Me πŸ™Š
Series

English

I'll occasionally publish some posts in English, I hope that these posts will be of help to people

Articles in this series

Flutter, Code Static Analysis with SonarQube

Jul 12, 20215 min read 175 views

This article will give you a brief introduction to an analysis tool for your code. We will try to answer these questions: Why use sonarqube? How to...

Flutter, Code Static Analysis with SonarQube

Using Streams

Oct 1, 20225 min read 118 views

I hope you find this post useful, entertaining, and valuable. The purpose of the post is to understand the basics related to Streams We're going to...

Using Streams

Exploring Sealed Classes - Dart

May 12, 20235 min read 5 views

Introduction: Sealed Classes have emerged as a powerful and versatile concept in object-oriented programming. They allow developers to define a...

Exploring Sealed Classes - Dart