Darlan Tódero ten Caten

Darlan Tódero ten Caten @darlantc

About: Entrepreneur & Software Engineer

Location:
Brasília - DF - Brazil
Joined:
Sep 29, 2020

Darlan Tódero ten Caten
articles - 8 total

Never rely on Strings for conditionals

Almost all the time is a bad decision to use Strings in conditionals because you will have no help fr...

Learn More 5 0Dec 14 '20

Simple but powerful Coding Practices that you can adopt immediately: Consistent naming conventions

I already wrote about naming conventions in a past article but I wanna explore a little more because...

Learn More 9 0Dec 10 '20

Quick tip: Improve your code blocks with a language tag

Today I learned something very useful about code blocks on Dev.to (and it probably works on other blo...

Learn More 7 0Dec 6 '20

Simple but powerful Coding Practices that you can adopt immediately: Indentation & whitespace

Continuing the powerful coding practices series, today I will talk with two simple concepts that can...

Learn More 9 0Dec 3 '20

Simple but powerful Coding Practices that you can adopt immediately: Classes and Functions

Functions are one of the best and most essential tools we have to do our job as developers. Probably...

Learn More 8 0Nov 27 '20

Lessons I learned from watching the Essential Developer's Quiz App series

Recently I got a new job as an iOS developer and felt the need to refresh my knowledge in Swift becau...

Learn More 6 0Nov 22 '20

Simple but powerful Coding Practices that you can adopt immediately: Naming and DRY

Everyone can write code with the right focus to learn the basics. Good developers can write code that...

Learn More 6 0Nov 17 '20

Avoid using ELSE, write a better code

At the beginning of our career, every developer learns the if else conditionals and immediately start...

Learn More 33 6Nov 13 '20