Welcome! I'm Darlan
I'm a Entrepreneur and Software Engineer.
You have found my personal space on the internet and I hope that you feel at home.
If you want, you can learn more about me.
Latest articles
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 from the compiler to alert you when you typed them wrong…
December 13th, 2020
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 I think this topic is very important for every developer…
December 10th, 2020
Quick tip: Improve your code blocks with a language tag
Today I learned something very useful about code blocks on Hashnode (and it probably works on other blogging platforms too) that I immediately wanted to share with the community…
December 6th, 2020
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 greatly improve the readability of our code…
December 2nd, 2020
Tools that I use (almost) every day to do my job as a developer
Everyone has their favorite software to do a specific job. As developers, we have some mandatory ones like code editors, task managers, source control, etc. Today I decided to list my current favorite tools that I use every day to do my job…
November 29th, 2020
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 we all learned to use them to remove duplicated code, grouping instructions together to easy reuse. Classes are generally used to…
November 27th, 2020
Stay hungry! Stay foolish!
— Steve Jobs