Let’s save some time by automating the basics.
Whether you are a beginner or an experienced developer, everyone agrees that working with the right tools guarantees a quality and professional result. Flutter it's the same: we have several extensions used by thousands of developers daily to automate the basics and facilitate the delivery of results.
First of all, be aware that all these extensions are available for Visual Studio Code, a free IDE provided by Microsoft and used by developers around the world. If you don’t have it, you can download the latest version by clicking here.
Visual Studio Code…
Good design goes far away from being just colorful, fancy, and detail heavy.
When we talk about User Interface design, what is the first thought that comes to mind? We are usually concerned with colors, shapes, knowing users well, and, based on your area, the business goals.
Let’s skip the design thinking process and focus on the empathize and prototype sections. I want to talk about the experience you want to deliver for the stakeholders, but first, let’s talk about the user.
Empathize with your users, always, without exceptions; try to help them to solve their problems, simple like that…

Let’s talk about the problem with the current sign-in screen and how we can solve that. Also, we’ll prove the concept by creating a Flutter application that uses our approach.
Nowadays, we rely on various applications to help us with our daily tasks. Today, I was questioning why the login system for mobile and web applications needs to be so painful, sometimes being even chaotic.
As UX Designers, we all know that we need to worry about how users will feel and act inside any interface, always trying to figure out the most reliable way to drive users to the…
Sometimes you need to stick to your statements, even if they are unusual.
Two months ago, I wrote an article about the sign-in system within a mobile application and, believe me, I was bombarded with criticism about it. Please take a look at the article by clicking below.
If you are not interested, I will summarize it for you: The article only reports the login flow on one screen, updating the state based on what is found in the database. Does the user already exist? Sign-in; Non-existent user? Sign-up.
After some time sunk in an inconsolable sadness, I started to…
Even though they are so simple, some of us always forget them.
How do you get to know that something will work well on your client's product? How far you go to with the research process to find the best way to deploy an idea? Believe me, everything counts here.
The project you work today is the image about yourself others will see tomorrow, so why to keep delivering mistakes? As UX Designers we need to worry primarily about the user, it's all about them, right? …
I've been working as a Software Engineer even before starting to learn about Data Science in the past years, it gives me a comprehension of an issue that, commonly, starters don't catch: breaking the code into blocks with functions.
The last years bring a hype on the Data Science field, allowing it to grow at an exponential speed; With the advent of the internet, now learners can simply go to YouTube or Medium and start to understand and apply everything.
Now, let's check the main difference between these standard approaches together.
I don't know your learning process, but during my…
So, you’re training a highly complex model that takes hours to adjust. You don’t know how many epochs are enough and, even worse: it’s impossible to know which variant will deliver the most reliable results!
You want to take a break, but the longer it takes to find the right set of parameters, the less you have to deliver the project; So what to do? Let’s dive together.
To make it easier to understand, let’s go straight to the callback section, where we’ll adjust a Multilayer Perceptron. …
Nowadays, Tensorflow is a highly demanded skill in the market, ensuring ease of production, standardizing some crucial stages of Machine Learning.
Today you’ll learn how to make your first neural network with Tensorflow; We’re going to build a Multilayer Perceptron model, also called the “Vanilla” Neural Network. Are you ready? So let’s start!

When working with data analysis, the longer a calculation takes to complete, the more money is spent on it. When working with big data, you need to take care of each line of code as if it were a game of chess; Smart steps thought carefully before made.
Today, we’ll look at the difference between processes and how long each takes when working with a large dataset. At the end of this article, you’ll learn why time is one of the core pieces of data science. Let’s start!

Our dataset contains 8 columns and 100,000 rows with random numbers. There’s…
I’ve worked with some startups around the world in recent years, and it gave me some ideas about what fails and what succeeds when starting a new company.
It may seem simple, but when we are determined to create a Startup, everything matters, from mindset to strategy. Today I’m going to talk about some mistakes that I’ve seen as a freelancer for technology Startups.

Let’s get straight to the point, explaining what to avoid and the reasons behind each one.
First, we’ll consider what you need to dodge when building your Startup; they’re mistakes that can — and probably will…
