Maslow’s approach to identifying human needs can help us decide the priority when designing interfaces. Functional, reliable, usable, and then pleasurable.
Tag: Startup
Enterprise-grade API at startup speed with NestJS
Build efficient, reliable and scalable server-side applications with NestJS. Now get enterprise grade applications at startup speed.
How to come up with good startup names?
A name should suggest something about your brand, in a way that activates the imagination. Begin by creating your brand name, next comes the domain name.
Startups must support Multi-Factor Authentication
There are three major methods of authentication. They are something you know, something you have, and something you are. Using just one is not enough.
How do you engineer for a startup unicorn?
Leverage these set of successful patterns and practices learned over decades to continuously transform and improve your software development operations and help your business scale.
How to ship better software, faster with Docker?
Docker accelerates development cycles, reduces infrastructure costs and overhead, helps onboard new developers more quickly, and even lowers the wall between development and operations teams.
How to reduce the build time with Bazel?
Reducing build times is very much needed when you are running thousands of tests hundreds of times. Bazel knows when something needs to be rebuilt, and rebuilds only that.