• Home
  • Open Source
  • Web development
  • Business
  • About me

meteor

8 post

web-development

Meteor Docker container restarting every 30 seconds

I had a really weird problem today deploying to production using mup. After deployment the docker container was reseting itself every 30 seconds or so. Alarm! Achtung!After inspecting the container w...
29-03-2017meteornode.js
web-development

Nginx: upstream sent too big header while reading response header from upstream

After updating my server to Meteor version 1.4.3.1 I've been experiencing some problems with Nginx.All services looked fine but when requesting a page...
14-03-2017meteornginxcookies
web-development

Meteor reactive on updates but not on inserts

As soon as an activity was modified on the server the client was updated but new activities although were inserted correctly in the database were not updated on the client.
11-10-2015meteorjavascriptreactivity
web-development

Meteor tools: Shell - server console

Debugging Meteor is easier since Meteor 1.0.2 Now we can use a console similar to the one we have available on the client. You just need to write meteor shell and all the power of a server-side console is available to you.
18-07-2015meteortools
web-development

Developing a web application with Meteor and React - Part II

Second post of Developing a web application with Meteor and React. In this second post we will see how to add a form with React, Meteor Allow/Deny security and how React can protect us against XSS attacks.
28-06-2015meteorreactjavascriptcoffeescript
web-development

Developing a web application with Meteor and React

Learn how to use meteor and react to develop a modern web application. This is part 1 of the series. We will use coffeescript instead of plain javascript and the dabase will be mongodb.
14-06-2015meteorreactjavascriptcoffeescriptmongodb
web-development

Meteor - Desarrollando aplicaciones web en el siglo XXI

Hace unos días acabo de subir a producción mi primera aplicación web desarrollada íntegramente con Meteor. Estas son mis impresiones después de unos meses de probar este framework de desarrollo de aplicaciones web.
22-04-2014meteorrailsmvc
web-development

frameworks de desarrollo web en javascript

Durante el último año he estado probando diversos frameworks de desarrollo web. Todos ellos tenían en común que estaban desarrollados en Javascript.Javascript va a ser a partir de ahora mi lenguaje p...
23-12-2013meteornode.jsmongodb
Go to Previous Page
Go to Next Page