Skip to main content

6 posts tagged with "English"

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

Day 5 of 100 Days of Code

· One min read
Paulo Hernane
Software Engineer

Today was nice, I study lot of things and at the end of the day I release a game!

I tested the SWC to transpile the ts code, and I setup this to work on a project at work. At afternoon I study about Object Relational Database in college, so I do a little experiments with my professor. At night I studied Godot, and build the 2D game tutorial and release it, you can download it here. I learn a lot of GDScript and the godot engine like: scenes, signals, animation, and more. Was a nice day.

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

Day 4 of 100 Days of Code

· One min read
Paulo Hernane
Software Engineer

Today I was very busy with work and college, but I managed to study, so I see this topics today:

I do this in a old work project, I rework the configuration because was old and broken, so I can't share the code, but I will try to do a post about this topics soon.

  • How to configure Typescript with nodemon and ts-node to run a NodeJS project on development mode. I hade some problems with the ESM, that make me see more about use nodenext in the tscompiler configuration.
  • How to configure ESLint and Prettier to work with Typescript.
  • How to configure the build in this configuration. aka tsc --build and tsc --watch.
  • How to use zod to validate data in Typescript. I used this library to parse the .env file and validate the environment variables.

Want to know about the 100 Days of Code Challenge? Check it out here. Brazil: 100 dias de codigo

Day 2 of 100 Days of Code

· 2 min read
Paulo Hernane
Software Engineer

Today was a really full day of work, I have been working to finish a project that I have been working on for a while from the company that I work for, so I didn't have much time to code, but I managed to do some things.

First of all I study again some concepts of Data Structure, more precisely, about the Binary Search Tree, I have been studying this topic for a while at the college, but I think that I need to study more about it because a will need to use this concepts soon on a exam, so I will do it in the next days. Here is the code that I wrote today and some references that I used to study.

After that I work a lot to finish a project for the company that I work. As good cause I can apply some concepts that I learn about Next.js and Typescript like React Composition as a example.

At the end of the day I had a English Class that we discussed about the weather, before that I call with my cousin that is a SE in a company from Canada, we talk a lot about my graduation, my studies, jobs in SE, immigration and english, was really nice to collects some career insights.