Full Stacks (Software Bundles)
Software development solution stacks and bundles.
- MEAN
- LAMP
- RUBY
- PYTON
- IOS
- .NET
- LYME
- JAVA/Android
- …
Links
MEAN
- MongoDB, a NoSQL database
- Express.js, a web application framework that runs on Node.js
- Angular.js, a JavaScript MVC framework that runs in browser JavaScript engines
- Node.js, an execution environment for event-driven server-side and networking applications
Used By:
- Google
- PayPal
- NetFlix
- Snippet from Wikipedia: MEAN (solution stack)
MEAN (MongoDB, Express.js, AngularJS (or Angular), and Node.js) is a source-available JavaScript software stack for building dynamic web sites and web applications. A variation known as MERN replaces Angular with React.js front-end, and another named MEVN use Vue.js as front-end.
Because all components of the MEAN stack support programs that are written in JavaScript, MEAN applications can be written in one language for both server-side and client-side execution environments.
Though often compared directly to other popular web development stacks such as the LAMP stack, the components of the MEAN stack are higher-level including a web application presentation layer and not including an operating system layer.
The acronym MEAN was coined by Valeri Karpov. He introduced the term in a 2013 blog post and the logo concept, initially created by Austin Anderson for the original MEAN stack LinkedIn group, is an assembly of the first letter of each component of the MEAN acronym.
LAMP
- Linux
- Apache
- MySQL
- PHP
Used by:
- Yahoo
- Wikipedia
- Facebook
- Snippet from Wikipedia: LAMP (software bundle)
A LAMP (Linux, Apache, MySQL, Perl/PHP/Python) is one of the most common software stacks for the web's most popular applications. Its generic software stack model has largely interchangeable components.
Each letter in the acronym stands for one of its four open-source building blocks
- Linux for the operating system
- Apache HTTP Server
- MariaDB or MySQL for the relational database management system
- Perl, PHP, or Python for the programming language
The components of the LAMP stack are present in the software repositories of most Linux distributions.
Ruby
- Ruby
- Rails
- RSpec
- Capybara
- PostgreSQL
Used by:
- Grupon
- Twitter
- Hulu
- Snippet from Wikipedia: Ruby on Rails
Ruby on Rails (simplified as Rails) is a server-side web application framework written in Ruby under the MIT License. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages and facilitates the use of web standards such as JSON or XML for data transfer and HTML, CSS and JavaScript for user interfacing. In addition to MVC, Rails emphasizes the use of other well-known software engineering patterns and paradigms, including convention over configuration (CoC), don't repeat yourself (DRY), and the active record pattern.
Ruby on Rails' emergence in 2005 greatly influenced web app development, through innovative features such as seamless database table creations, migrations, and scaffolding of views to enable rapid application development. Ruby on Rails' influence on other web frameworks remains apparent today, with many frameworks in other languages borrowing its ideas, including Django in Python; Catalyst in Perl; Laravel, CakePHP and Yii in PHP; Grails in Groovy; Phoenix in Elixir; Play in Scala; and Sails.js in Node.js.
Well-known sites that use Ruby on Rails include Airbnb, Archive of Our Own, Crunchbase, Dribbble, GitHub, Twitch and Shopify.
Python
iOS
.NET
Java
- Java
- Eclipse
- Oracle
Used by:
- Oracle
- Android
Other
- ELK – Elasticsearch, Logstash, Kibana – via Logz.io
## ToDo ##
- Support Us... →
- MEAN Stack:
- MongoDB (Database)
- Express.js (Backend Framework)
- Angular (Frontend Framework)
- Node.js (Runtime Environment)
- MERN Stack:
- MongoDB (Database)
- Express.js (Backend Framework)
- React (Frontend Library)
- Node.js (Runtime Environment)
- LAMP Stack:
- Linux (Operating System)
- Apache (Web Server)
- MySQL (Database)
- PHP (Server-side Scripting Language)
- WAMP Stack:
- Windows (Operating System)
- Apache (Web Server)
- MySQL (Database)
- PHP (Server-side Scripting Language)
- Django Stack:
- Django (Backend Framework)
- Python (Programming Language)
- Various frontend technologies can be used alongside Django.
- Ruby on Rails Stack:
- Ruby on Rails (Backend Framework)
- Ruby (Programming Language)
- Various frontend technologies can be used alongside Rails.
- Laravel Stack:
- Laravel (Backend Framework, PHP)
- PHP (Programming Language)
- Various frontend technologies can be used alongside Laravel.
- Vue.js Stack:
- Vue.js (Frontend Framework)
- Various backend technologies can be used alongside Vue.js.
- Spring Boot Stack:
- Spring Boot (Backend Framework, Java)
- Java (Programming Language)
- Various frontend technologies can be used alongside Spring Boot.
- Meteor Stack:
- Meteor (Full Stack Framework)
- MongoDB (Database)
- Node.js (Runtime Environment)
- Various frontend technologies can be used alongside Meteor.
- Flask Stack:
- Flask (Backend Framework, Python)
- Python (Programming Language)
- Various frontend technologies can be used alongside Flask.
- Ember.js Stack:
- Ember.js (Frontend Framework)
- Various backend technologies can be used alongside Ember.js.






