article thumbnail

Lessons Learned: Continuous deployment and continuous learning

Startup Lessons Learned

The longer you wait to find out about the problem, the more likely it is to have fallen out of the human-memory cache. Heck, thats what it says right there in the agile manifesto. Labels: agile , continuous deployment , lean startup , product development , Test-driven development 4comments: Nivi said. But it worked. We made it.

article thumbnail

Innovative Techniques To Simplify Sign-Ups and Log-Ins

www.smashingmagazine.com

I had to clear my cache in order to fix the issue, however, I also had to be completed logged out of Facebook as well, or else it would automatically try to reconnect again. Other than issues like that, I typically enjoy not having to create tons of new accounts with websites now, if I can simply login via Facebook. It was a pain.

AJAX 104
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Lessons Learned: Great open source scalability tools from Danga

Startup Lessons Learned

Youll learn how they pioneered the use of a lot of open source tools at new levels of scale, and even created quite a few more, that are essential scaling aids. Three of my favorite: memcached - an in-memory object caching system. MogileFS - "Distributed (meta) file system. . Expo SF (May. Take a look and let me know what you think.

article thumbnail

Lessons Learned: Sharding for startups

Startup Lessons Learned

This is true of most web application servers, caches like memcached, and all of the network infrastructure that connects them. For example, you might notice that caching gets a lot easier if you have good metadat about which queries are associated with the same entity. This is a good summary and very useful data layer scaling approach.

article thumbnail

Lessons Learned: Why PHP won

Startup Lessons Learned

The next time you needed to handle that page, you could take advantage of caching for excellent performance. There are also solutions to performance issues resulting from abstraction and runtime compilation (check out op-code caches such as APC). This sounds like a good trade-off, but it turned out to be a classic sub-optimization.

PHP 166