After my previous post about opensource tools to deploy for you company, Im starting to find more an more good tools to use in your company, instution, etc. A few others tools: CryptoPad https://cryptpad.fr/ The…
Category: tools
Typescript: The hidden power
If you’re working with Javascript you need to pay attention at Typescript and how is evolving in an excellent direction. Typescript has a simple and powerful definition: Is a typed superset of Javascript that compiles…
Rails 5 – Minitest Spec – Fixtures
Rails edge / Rails 5 if you want Minitest + Specs + Fixturesrequire ‘minitest/spec’ class ActiveSupport::TestCase # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. fixtures :all # Add more helper methods…
NeoVim
Desde hace bastante tiempo estaba intentando volver al mundo VIM, habia cambiado a Sublime después de no haber podido resolver algunos problemas en la configuracion que tenia de VIM.Algunos otros problemas tenían su origen en…
Puppet reattach to user namespace
New puppet recipe to install reattach-to-user-namespace to fix pbcopy and pbpaste in osx. https://github.com/agustinvinao/puppet-reattach-to-user-namespace This is part of my puppet implementation to use tmux & vim.
Boxen – the new way to install things.
It’s been four years since I bought my previous machine. I have a new one, and I was looking for to get some clean and easy way to install all I need. It was a…