Skip to main content

2 posts tagged with "Routine"

View All Tags

Day 6 of 100 Days of Code

· One min read
Paulo Hernane
Software Engineer

Today was a slow day for me, I can't concentrate to study, but I do some things.

  • Study about Concurrency and Parallelism in general. I see the diferences an learning that they are concepts that are related, but not the same thing. I write a node about it.
  • I study Golang, start to build a Rest API using a tutorial, but I don't finish it because I fell that I need to learn more about the syntax and the language itself. So I build a validate CPF function with some unit tests, and I learn about the go test command. The validate CPF is a nice function to implement in a new language because its need a lot of things like: string manipulation, loops, type conversion, and more. So it is nice to now what you need to now about a new language!

Want to know about the 100 Days of Code Challenge? Check it out here. PT-BR

How to Code Everyday

· 2 min read
Paulo Hernane
Software Engineer

Code is a skill that you need to practice every day. But some days we don't are in the mood to code, but we fell anxious about it. So, I will share with you some tips that I use to code every day.

1. Create a routine

The first step is to create a routine. You need to define a time to code every day. It can be 30 minutes, 1 hour, or more. The important thing is to code every day.

2. Create a Coding Menu

Some times we want to code but we don't know what to. So create a Coding Menu that you can always look and choose a thing to code based on the time and mood that you have.