Mac OSX Tasks Automation with JavaScript
Why Kubernetes
Why Docker
Continuous delivery, Spinnaker, and Kubernetes
Continuous delivery is a hot topic these days, mostly because of the DevOps movement which aims to improve collaboration among different people involved in the process of software delivery, by embracing automation and constant communication.
[Read More]Chapi Go Toy Web Framework
On my quest of learning I heard about this relatively new language called go. I don’t remember well the details of why I had the desire of learning it, but as I normally do in order to learn a new language or tool, I write code to test the features and get an overview of what I can accomplish using it and… I also read the first chapters of this book: Programing in go
[Read More]Using Terraform with DigitalOcean
In this post I’m going to use Terraform to define and launch a DigitalOcean server and a DNS DigitalOcean A Record.
[Read More]Weaselpecker v1.1.0 released and available on NPM
Managing your JavaScript Dependencies with RequireJS
RequireJS is a module loader for JavaScript. RequiresJS is based on the AMD (Asyncronous Module Definition) API specification, which provides a mechanism for defining and consuming modules. When you require or use a module, it will be retrieved asynchronously and cached at the time you need it, that improves performance since you don’t need to load all your dependencies (JavaScript files) at the same time.
[Read More]Node.js Modeshape REST Client
Modeshape
Modeshape is an hierarchical data store written in Java and is part of the JBoss portfolio . ModeShape clients are based on JSR 283 also known as JCR (Java Content Repository). There’s another popular implementation of JCR called Jackrabbit, part of the Apache Software Foundation.
Content Repositories such ModeShape are great for data organized in a tree like structure such Content Management Systems, Digital Assets Managers, Document Management Systems, Social Collaboration Systems etc.
[Read More]