67 articles tagged with 'Development'

MarsBased loves Node.js

MarsBased loves Node.js

We would like to announce that we're officially adopting Node.js as a de facto development environment for our backend projects, in addition to Rails.

Read full article
Vortex

Introduction to Kubernetes

We've recently gotten our hands on Kubernetes, and we've compiled a quick guide on how to get started.

Read full article
JSBits #6: Lerna vs. Yarn workspaces

JSBits #6: Lerna vs. Yarn workspaces

Here's another JavaScript bits we wanted to share with you. Let's talk about Lerna vs. Yarn workspaces, today.

Read full article
JSBits #5: Loop statements: 'for..in' vs 'for..of'

JSBits #5: Loop statements: 'for..in' vs 'for..of'

Here's another JavaScript bits we wanted to share with you. Let's talk about the loop statements, today.

Read full article
How to set up a React + Parcel boilerplate project

How to set up a React + Parcel boilerplate project

In this post, we want to share how to create the boilerplate to build React applications with parcel.

Read full article
JSBits #4: Comparison operator

JSBits #4: Comparison operator

Here's another JavaScript bits we wanted to share with you. Let's talk about the comparison operator, today.

Read full article
JSBits #3: 10 things to remember

JSBits #3: 10 things to remember

Here's another JavaScript bits we wanted to share with you. 10 things to remember when coding.

Read full article
JSBits #2: Return more than one value

JSBits #2: Return more than one value

Here's another JavaScript bits we wanted to share with you. Small tips and tricks for JavaScript developers for all levels. This time around, we share how to return more than one value.

Read full article
JSBits #1: My favourite ES6 syntax

JSBits #1: My favourite ES6 syntax

Here's another JavaScript bits we wanted to share with you. Small tips and tricks for JavaScript developers for all levels.

Read full article
JSBits #0: an introduction to JavaScript modules

JSBits #0: an introduction to JavaScript modules

We have been accumulating a lot of knowledge in JavaScript over the years that we want to share with you in frequent bits, so we'll call this JavaScript Bits!

Read full article
Business meeting

10 tips to get more development gigs

In this post, we share ten actions that are proving useful to increase our dealflow, to help us to scale up our company.

Read full article
Leak

Dealing with memory leaks in ReactiveX

One annoying thing about RxJS is its memory leaks because of Observables and Subscriptions. Here's what we do to deal with them.

Read full article