Operations | Monitoring | ITSM | DevOps | Cloud

Monitive

Never postpone your product's security

If you ever (have to) ask yourself “When is the right time to address security issues?”, you’re already late to the party. Security isn’t that layer that you just add on top of your application before shipping it to production. Security is a mindset, that constant voice inside your head which asks “Is this safe?” each time you code something that pulls data out of storage or changes structures based on a user’s action.

Development: Don't hack the libraries you use

This is one of those things they don’t teach you in school. These days, it’s not only time-consuming to build everything from scratch, but also not wise. These days, it’s all about rapid prototyping, continuous integration and “moving fast and breaking things”. There’s no point in implementing a time and date Javascript library, as moment.js already does that job wonderfully.