Simon Fearby | MongoDB
190 FOLLOWERS
Read the blog to find useful articles on MongoDB.
Simon Fearby | MongoDB
2y ago
I created this graphic as I was asked by multiple people how to develop an app. This does not include tips on coding but many people with the non-technical prerequisites to building an app.
I hope this graphic helps someone (It’s my first infographic/decision flow image, feedback welcome).
So You Have an Idea For An App: Graphic
Click for a larger version.
Standalone Image URL’s
v1.3 (22nd November 2017)
https://fearby.com/wp-content/uploads/2017/10/Infographic-So-you-have-an-idea-for-an-app-v1-3.jpg
v1.2 (4th Nov 2017, Added requirements and MoSCoW):
https://fearby.com/wp-content/uploa ..read more
Simon Fearby | MongoDB
2y ago
This post will show you how to install Redis 3.x onto Ubuntu 16.04
Redis is a server-side (Lua based) schema-free open source (in Memory) NoSQL Key/Value store database that supports replication between servers. Redis has an Eventual Consistency replication between servers (over Immediate Consistency) between servers. Eventual consistency is evil in some peoples minds, eventual consistency does require different coding considerations (to guaranteed valid data but does offer speed benefits).
Redis is the worlds 9th most popular database behind Oracle, MySQL, Microsoft SQL Server ..read more