Devion Villegas

The only difference between ordinary and extraordinary is just that little "extra".

Learning Golang [3/100]

Day 3 of #100DaysOfCode

Read 'The Go Programming Language' section 1.2. Learned how to create 3 variations of a program called 'echo' which prints the args of the invoked command. Also learned how to loop 2 different ways (i++, range) and measure execution perf. I can see why people say the go stdlib is vast now. At the end of the section, the previous loop variation were replaced with 1 line function from the stdlib "strings". 🤯

Learning Golang [2/100]

Day 2 of #100DaysOfCode

Read chapter 1 of 'The Go Programming Language'. The preface was also interesting. Basically explained golang's origins and how it's both similar and different from C. Excited to learn about how go handles concurrency in the future!

Learning Golang [1/100]

Day 1 of #100DaysOfCode

So I started learning golang after work and on the weekends. Today I started watching a 6hr freecodecamp video and also read through some pages on golang.org. Man, Go made a nice improvement with gomodules. So easy to use now versus when I first tried learning Go in 2019.

Got out of my own way and started the build out of the API for Serphound

I've been watching from the sidelines when it comes to the graphQL space. I think Serphound gives me a good opportunity to see how far prisma and apollo graphQL have come.
  • ◄ Previous
  • Next ►