Skip to content

Instantly share code, notes, and snippets.

View rbournissent's full-sized avatar

Rodrigo Bournissent rbournissent

  • Santa Fe, Argentina
View GitHub Profile
@rbournissent
rbournissent / Integrate TravisCI and CodeClimate with a NodeJS app.md
Last active June 7, 2023 07:02
How to integrate TravisCI and CodeClimate with your NodeJS project

Integrate TravisCI and CodeClimate with a NodeJS app

First Steps

Add your repo to TravisCI

  1. Go to https://travis-ci.org/, and add your GitHub repo.
  2. From the Repo settings, on Travis, you can set the ENV vars and enable some options such as
  • Build on push
  • Build pull requests
@rbournissent
rbournissent / Visual Studio Code really surprised me.md
Last active January 29, 2016 18:22
My first blog post: Visual Studio Code really surprised me

Visual Studio Code really surprised me

Where I came from?

I was a Windows user since I remember, I loved all the Microsoft products, even his hardware, like Surface... until I met Linux when I joined to Altoros. With Linux I started to see a new world, open source applications, a comunity, people sharing his knowledge, his own code, developers improving software made by other developers. Microsoft is very good, but maybe if they'd start to share his code or start to listen his users in a different way, they could make much better products.

First steps with IDEs

At the University, studying CS, the professors recommended Eclipse as the perfect IDE, with so many features: auto-completion, references to the method definition, linters and so on. It took a life to open it, so slow, so passionated about your RAM, it wants it all! Then I heard about Sublime Text, it was love at first sight: fast, simple, basic and powerful at the same time, with a lot of plugins to extend its functionality.

When I met V