Programming
-
Hoje eu apanhei para um negócio bem simples: colocar uma trait Identifiable [https://docs.diesel.rs/1.4.x/diesel/associations/trait.Identifiable.html] nos meus modelos. O que acontecia é o seguinte: eu uso o diesel CLI para gerar o arquivo db_models.rs, que lê minhas migrations e escreve num arquivo structs representando minhas tabelas do banco: até então, tranquilo. Mas quando eu coloquei a trait…
-
Opa pessoa, eu sou engenheiro de dados e me chamo Felipe Bormann (vocês pode checar mais sobre mim na página About). # TODO: Adicionar link para página about e atualizar a página about com alguns links meus. O objetivo deste post são alguns: O que um engenheiro de dados faz? O objetivo de um engenheiro…
-
As most everyone knows, a code is not but text. And the one I used the most until now was sublime text (I also use IntelliJ for Java, because is just too much of a pain not to do so). The biggest advantage I see is on the typing speed for some operations, the one…
-
Last week I was sick so this post got delayed unfortunately but here it is. I’ve used a dataset from my city hall data set about traffic accidents on 2015 between June and December which have a date attached to it, here is a glance of how a data row looks like: P.S.: The values…
-
Guys, I got sick yesterday and today I was still recovering, so, I’ll go slower on the “Time Series Analysis” of today, if you haven’t seen the previous post, I highly recommend since it has a custom code attached to it that shows nicely the improvements on result you can reach just by looking at…
-
Como eu disse no post anterior, vou explorar o processo de pesquisa dos links que pesquisei. Um dos artigos já fornece um conjunto de dados, que vou usar para aprender as coisas dos outros links também. O que é um Time Series? Através da minha pesquisa, esta questão surgiu, minha primeira ideia foi: “qualquer informação…
-
As I’ve said on the post before , I’ll explore the process of researching and there are the links I’ve looked and that I find the most interesting. One of the posts already provides a dataset, which I’ll use for learning things from the others as well. What is a Time Series? Through my research this…
-
Division Most of the time when I try to learn new things, this is the process I usually follow: Research books, links, series, videos about the topic without any filter whatsoever. Read reviews about these resources and have a glance over them. Choose which one to consume. Try to do something “unique” with the knowledge.…
-
Divisão Na maioria das vezes, quando tento aprender coisas novas, esse é o processo que costumo seguir: Pesquiso livros, links, séries, e vídeos sobre o assunto sem nenhum filtro. Leio comentários sobre esses recursos e dou uma olhada “por cima” neles. Escolha qual deles consumir. Tento fazer algo “único” com o conhecimento. E esses são…
-
I’ve not posted here on wordpress since the beginning of 2016, which is quite a lot since the world has changed too much. Just a bunch of bullet points on my profissional life: Entered and contributed on more than 300 commits (I must admit, a 100 are useless modifications on minor ones, I wasn’t that great on…