Eu estudo ciências da computação há mais de uns 3 anos e já venho sofrendo programando há mais de 5 ou 6 nas mais diferentes de linguagens (C#, C, C++, Java, Javascript, Haskell, Python..). Contudo, hoje em dia eu só domino bem uma delas, Python. Apesar de que já dominei e estudei C# o suficiente … Continue reading 3 passos para aprender a linguagem C
Como usar Kotlin em um App?
Este post é para aqueles que se interessam em usar Kotlin para programar aplicativos Android. Se você nunca ouviu falar de Kotlin, segue a página oficial da linguagem. Claro que nesse artigo eu terei de comparar Java com Kotlin e estou usando os dois em conjunto em um app, ainda, dado que há poucos materiais … Continue reading Como usar Kotlin em um App?
Primeiro mês usando Dropwizard
Então, eu comecei a trabalhar no In Loco, se você não tem idéia do que é a empresa, você deve saber que é fantástico! A parte assustadora De qualquer forma, comecei a trabalhar lá e o framework que estou usando é o dropwizard, um framework baseado em Java que agrupa muitas bibliotecas para que você … Continue reading Primeiro mês usando Dropwizard
Learning Android #01 – Why did I choose this platform for my project?
As usual, I'm trying to build something towards educational assets for youngsters (the project hasn't been launched yet, still building an MVP, though). And I had to choose between building an MVP for Android or iOS since coding for both would take a tremendous amount of effort, which is the opposite when you're trying to … Continue reading Learning Android #01 – Why did I choose this platform for my project?
Como eu aprendi Python
Como eu tenho recebido muito essa demanda ultimamente (acho que foi porque fui o primeiro louco da faculdade à ficar viciado em Data Science na graduação logo cedo :V), decidi criar uma postagem sobre como aprendi Python e basicamente vou montar os recursos mais fáceis que ainda se encontram de graça por ai. E alguns pagos também, mas … Continue reading Como eu aprendi Python
Problemas de Desenvolvedor #01
Nessa resenha eu vou contar pra vocês a saga que foi pra resolver um problema de build utilizando Firebase. Se você não sabe o que é firebase, basicamente é um servidor na nuvem que é muito fácil de usar e vai salvar um bom tempo de código e uns R$ (pelo menos é o que tem feito … Continue reading Problemas de Desenvolvedor #01
First month using Dropwizard – An Overview
So, I've started working at In Loco, if you don't have any idea what the company is about, you must know that is fucking awesome!. The scary part Anyway, I started working there and the framework I use is dropwizard, a Java based framework that puts a lot of libraries together so you can build a … Continue reading First month using Dropwizard – An Overview
How will I reach there? Recommendations on Books
The place I want to reach is simple: money independent, learning as much as possible, living near a beach and meeting amazing people (Quora has been helping on that). So, I've figured out that I have to, first, become great myself. So, if you know me a little, you know I've always tried to work … Continue reading How will I reach there? Recommendations on Books
Restarting to code on Vim
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 … Continue reading Restarting to code on Vim
Time Series Visualization – An Example
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 … Continue reading Time Series Visualization – An Example