Tech Why move away from Backbone and into React and Angular2? Dear Backbone, it's not you...it's us. We still love you. by Cloudoki team The environment Here at Cloudoki we take pride in trying to work with as many technologies
JavaScript Webpack Module Bundler What is Webpack? Webpack is a module bundler. It takes Modules with dependencies and generates static assets representing those modules. The official webpack docs are somewhat difficult to process, so
Tutorial Grow your Backbone App without going insane Backbone's philosophy consists in finding the balance between giving structure to your data and remaining a flexible tool. That is what makes Backbone great, but in order to grow your application you will need to lay down the law and start stacking bricks. Decoupling
API Extending backbone's requests with custom headers We have all but love for backbone around here. But although it's pretty flexible and complete, sometimes you just need that something that doesn't quite work the way you need,
API Backbone App - End to End: Connecting to an external API This article is the third article in the Backbone App - End to End series. In the previous article we created a basic design pattern to structure your backbone app.
BackboneJS Backbone App - End to End: Basic design pattern In this article we apply the Model, Collection and View logic from the previous article on Backbone.js basics to an actual useable design pattern. It's a rather simple one
BackboneJS Backbone App - End to End: The basics In this series I'm going to build a very simple but broad single-page app (SPA), to connect to the IMDB public API and retrieve things, using backbone. If you ever
BackboneJS Create a Frontend App in Backbone We’ll be making a Superadmin Account Manager as P.O.C. frontend app. The goal of this application is to manage our accounts and users. This post will cover