Tauan Camargo

Tauan Camargo @tauantcamargo

About: Senior FullStack Engineer 💻 web | 📱 mobile | 🖥️desktop | 8+ Years Experience | Let's connect! 🌟

Location:
Anápolis - Go
Joined:
May 10, 2019

Tauan Camargo
articles - 11 total

How Boring It Is to Write Articles or Talk to Certain Types of Developers These Days.

In this article, I share my experience writing about a fun and useful library, only to be met with overly critical feedback from developers stuck in rigid mindsets. It’s a lighthearted rant about how sharing personal opinions or cool discoveries can become exhausting when faced with unnecessary negativity. If you’ve ever felt frustrated by people who nitpick instead of appreciate, this one’s for you!

Learn More 16 13Sep 16 '24

How ts-pattern can improve your code readability?

Some use cases using ts-pattern that can improve your code.

Learn More 211 54Sep 13 '24

Why You Should Consider Changing useEffect to useCallback in Your React Applications

This article explains why using useCallback instead of useEffect can improve the performance of your React applications. It explores the differences between the two hooks and provides examples of how to use useCallback to optimize your code. By the end, you'll have a better understanding of how to write more efficient React code using useCallback.

Learn More 4 0Jun 1 '23

Building Robust iOS User Interfaces with MVVM: A Guide for SwiftUI and UIKit Developers

This article explores how to implement the Model-View-ViewModel (MVVM) design pattern in iOS development, using both SwiftUI and UIKit. MVVM separates the user interface logic from the business logic, making the code more modular, easier to maintain, and better testable. We will cover the key components of MVVM, including the Model, View, and ViewModel, and provide examples of how to implement them in both SwiftUI and UIKit. By the end of this article, you will have a solid understanding of how to use MVVM to build robust and flexible user interfaces in your iOS applications.

Learn More 6 2Apr 11 '23

SwiftUI vs UIKit: Choosing the Best Framework for Your iOS App as a Beginner

As a Swift learner, you may have come across the terms SwiftUI and UIKit while exploring iOS...

Learn More 0 0Apr 4 '23

SolidJs the new React, but better 😎

Introduction I started working professionally with react about 4 years ago, I had the...

Learn More 14 0Apr 7 '22

SolidJs o novo React, porem melhor 😎

Introdução Comecei a trabalhar profissionalmente com react a uns 4 anos, tive o prazer de...

Learn More 10 0Apr 7 '22

Replace your switch statement and multiple "if and else", using Object Literals - [en-US].

According to our knowledge in js, trying to understand how to replace switch statements with Object Literals.

Learn More 128 27Nov 27 '19

Substitua sua instrução switch e vários "if and else", usando Object Literals - [pt-BR].

De Acordo com nossos conhecimentos em js, tentando entender como substituir as instruções do switch por Object Literals.

Learn More 64 7Nov 27 '19

React Hooks, What is it? How to use it? Pt.2 - Using "useState" and "useEffect"

An overview of how to use react hooks.

Learn More 9 3Sep 23 '19

React Hooks, What is it? How to use it? Pt.1 - Using "useState"

An overview of how to use react hooks.

Learn More 36 0Sep 23 '19