An open API service indexing awesome lists of open source software.

https://github.com/luanhimmlisch/webstack

A list / collection of various Web Development Stacks and information related to them
https://github.com/luanhimmlisch/webstack

c collection javascript list newbie php stack techstack webdevelopment

Last synced: 10 months ago
JSON representation

A list / collection of various Web Development Stacks and information related to them

Awesome Lists containing this project

README

          

# Web Development Stacks

A web development stack is a popular collection of **predefined technologies** chosen by developers based on practicality, innovation or enjoyment. Or as wikipedia puts it:

> "In computing, a solution stack or software stack is a set of software subsystems or components needed to create a complete platform such that no additional software is needed to support applications. Applications are said to "run on" or "run on top of" the resulting platform."

If you're new to programming start learning a specific stack is a great idea as many people with the exactly same stack could help you. But sometimes we can't choose or even find these stacks with ease.

Below there's a list of all the stacks I could find, **feel free to add more!**

-------

# Table of contents

- [Places to learn](#places-to-learn)
- [Tips](#tips)
- [STACKS](#stacks)
- [C based](#c-based)
- [PHP based](#php-based)
- [Javascript based](#javascript-based)
- [Python based](#python-based)
- [Data analysis](#data-analysis)
- [Other](#other)
- [Dictionary](#dictionary)

-------

# Places to learn

Some of the best places to learn (free and paid).

[](https://freecodecamp.org/) 
[](https://laravel.com/) 

-------

# Tips

- Use CTRL-F on your browser to search for an specific keyword/techonlogy.
- Check [the dictionary](#dictionary) for more information about a specific technology.

-------

# STACKS

## C based

### .NET
- C#
- .NET Core
- Angular
- MS SQL

### BHCS
- OpenBSD
- C
- httpd
- SQLite

-------

## PHP based

### LAMP
- Linux
- Apache
- MySQL
- PHP/Perl/Python

### LAPP
- Linux (operating system)
- Apache (web server)
- PostgreSQL
- PHP/Perl/Python

### LEMP/LNMP
- Linux
- Nginx
- MySQL/MariaDB
- PHP/Perl/Python

### LLMP
- Linux
- Lightttpd
- MySQL/MariaDB
- PHP/Perl/Python

### MAMP
- Mac OS
- Apache
- MySQL/MariaDB
- PhHP/Perl/Python

### NPM
- Ngnix
- MySQL
- PHP

### TALL
- Tailwind CSS
- Alpine
- Livewire
- Laravel

### WAMP
- Windows
- Apache
- MySQL/MariaDB
- PHP/Perl/Python

### WIMP
- Windows
- Internet Information Services
- MySQL/MariaDB
- PHP/Perl/Python

### WINS
- Windows Server
- Internet Information Services
- .NET
- (Microsoft) SQL Server

### WISA
- Windows Sever
- Internet Information Services
- (Microsoft) SQL Server
- ASP.NET

### XAMPP
- Cross-platform
- Apache
- PHP
- Perl

### BAD Stack
- Wordpress

-------

## Javascript based

### GRAND
- GraphQL
- React
- Apollo
- Neo4j

### Hypebeast
- React
- Typescript
- Node
- PostgreSQL

### MEAN
- MongoDB
- Express
- Angular
- Node

### MERN
- MongoDB
- Express
- React
- Node

### MEVN
- MongoDB
- Express
- Vue
- Node

### Refined Hypebeast
- React
- Typescript
- Node
- PostgreSQL
- Elixir
- RabbitMQ

### T-REx
- TerminusDB
- React
- Express

-------

## Python based

### LEAP
- Linux
- Eucalyptus
- AppScale
- Python

-------

## Data analysis

### ELK
- ElasticSearch
- LogStash
- Kibana

-------

## Other

### JAM
- JavaScript
- APIs
- Markup

### GLASS
- GemStone
- Linux
- Apache
- Smalltalk
- Seaside

### Ganeti
- Xen
- Linux
- DRBD
- Ganeti
- Ganeti Web Manager

### LYME/LYCE
- Linux
- Yaws
- Mnesia/CouchDB
- Erlang

### MARKS
- Mesos
- Akka
- Riak
- Kafka
- Spark

### OpenACS
- Linux/Windows
- NaviServer
- OpenACS
- PostgreSQL/OracleDB
- Tcl

### PLONK
- Prometheus
- Linkerd
- OpenFaaS
- NATS
- Kubernetes

### SMACK
- Spark
- Mesos
- Akka
- Cassandra
- Kafka

### TAPE
- Tailwind CSS
- Alpine
- Phoenix
- Elixir

### XRX
- XML Database
- XQuery
- REST
- XForms

-------

# Dictionary

### dot NET
[.NET](https://dotnet.microsoft.com/) is a free, open source, [cross-platform](#cross-platform) framework for [C#](#c-sharp), **F#** and **Visual Basic** for desktop apps, mobile apps and web development.

### API
Application Programming Interface. A way for two different technologies to communicate each other. Many times using Standard File Formats such as JSON or XML.

### ASP.NET
An extension of [.NET](#dotnet) with tools and libraries specifically for building web apps.

### AlpineJS
[AlpineJS](https://github.com/alpinejs/alpine/) is a minimal JavaScript framework that offers you the reactive and declarative nature of greater frameworks at a much lower cost.

### AngularJS
[AngularJS](https://angularjs.org/) is a powerful, robust and extensible JavaScript framework to make Single Page Applications (SPAs) made by Google.

### Apache Akka

### Apache Cassandra

### Apache Kafka

### Apache Mesos

### Apache Spark

### Apollo

### AppScale

### C

### C-Sharp

### CouchDB

### Cross-Platform

### DRBD

### ElasticSearch

### Elixir

### Erlang

### Eucalyptus

### ExpressJS

### Ganeti

### GemStone

### GraphQL

### Internet Information Services

### Javascript

### Kibana

### Kubernetes

### Laravel

### Lighttpd

### Linkerd

### Linux

### Livewire

### LogStash

### MS SQL

### Mac OS

### MariaDB

### Markup

### Mnesia

### MongoDB

### MySQL

### NATS

### NaviServer

### Neo4j

### Ngnix

### NodeJS

### OpenACS

### OpenBSD

### OpenFaaS

### PHP

### Perl

### Phoenix

### PostgreSQL

### Prometheus

### Python

### REST

### RabbitMQ

### ReactJS

### Riak

### SQLite

### Seaside

### SmallTalk

### Tailwind CSS

### Tcl

### TerminusDB

### Typescript

### VueJS

### Windows

### Windows Server

### Wordpress

### XForms

### Xen

### Yaws

### httpd

-------