This weird error took me a while to debug and in the end it had a very simple solution. Error message: PromiseRejectionHandledWarning: Promise rejection was handled asynchronously. Solution: I was sending an integer when a param of type string was expected.
Read article
My React Native app was working without problems on iOS but when I started expo to run the app on my android phone I had this weird graphql error: Unhandled (in react-apollo:Apollo )
Read article
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. After inspecting the container I was able to trace it to two node packages: bcrypt and unicode.
Read article
When create your own startup and have a technological background, as I do, is very easy to think that what your customers need is a product full of features. But what your customers need is a product that makes their lives easier.
Read article
A bootstrapped startup can be harder to evolve than a seeded startup but the journey is very rewarding, you will learn a lot of things and you are going to love every single minute of it.
Read article
What leads someone to spend $1.5 million in a single domain? SumoMe has recently did that buying sumo.com They think big and they spend big.
Read article
In most companies recognition usually comes “from above” but when you receive recognition from one of your co-workers then things change, you feel proud and happy. Your self-esteem increases as do your sense of belonging to the team.
Read article
Hiring people is not an easy process. Hiring remote workers makes things even harder. For many companies “Seeing is believing” and they find disturbing the fact that some of their workers will never set foot in the office.
Read article
Status reports are a very good source of information for project managers, as long as they are frequent (ideally every week). For employees, this is a good opportunity to indicate what can be improved and what is working fine. Once you get into the routine writing a status report should take no more than 5 minutes.
Read article
Managing a team with remote workers or managing distributed teams requires that communication should be fluid. It is very easy (and dangerous) to lose contact when people are not one desk/room/floor away.
Read article
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.
Read article
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.
Read article
Es una pregunta que en las últimas semanas me he hecho unas cuantas veces. Una de las responsabilidades de mi nuevo trabajo en [Conferize]( es la de gestionar un equipo de per...
Read article
La captación de nuevos usuarios es la estrategia predominante durante la fase inicial en la vida de una aplicación web en modo SaaS. En esta segunda parte analizamos en que consiste.La captación de usuarios consiste en atraer nuevos usuarios potenciales a nuestra aplicación y lograr convertirlos en usuarios de pago. El principal problema de la captación es que consume muchos recursos.
Read article
- **Viralidad.** Existen tres tipos de viralidad: - **Inherente.** Se llama así a la viralidad que está integrada en el producto. Por ejemplo: Una aplicación de facturación online ofrece la opción de...
Read article