Skip to main content

Day 1 of 100 Days of Code

· One min read
Paulo Hernane
Software Engineer

Today I started studying Go by doing the exercises in the repository of @wagslane fcc-learn-golang-assets.

In the afternoon I had a data science class in the college and I did an evaluation on histogram interpretation, besides that I started to do an exploratory analysis of the following dataset Students Performace in Exams that will validate a laboratory grade in this discipline.

At night I studied the concept of Conditional Variable that in concurrent programming causes a thread to wait for another to execute, the famous join()!