# LAMP

LAMP is an open source software stack for building and deploying web applications, combining Linux, Apache, MySQL, and PHP, Perl, or Python.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Montar tu propia nube con Nextcloud

DevFeed: [Montar tu propia nube con Nextcloud](<https://devfeed.tech/articles/montar-tu-propia-nube-con-nextcloud-34072.md>)

Original publisher: [Read original article](<https://tengoping.com/blog/nextcloud-servidor-nube-personal/>)

Author: Alois

Published: 2026-01-27T00:00:00Z

Content type: tutorial

Language: es

Sources: [tengoping.com](<https://devfeed.tech/sources/tengoping-com.md>)

Topics: [Nextcloud](<https://devfeed.tech/topics/nextcloud.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [LAMP](<https://devfeed.tech/topics/lamp.md>), [MariaDB](<https://devfeed.tech/topics/mariadb.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Debian](<https://devfeed.tech/topics/debian.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>)

Tags: [debian](<https://devfeed.tech/tags/debian.md>), [lamp](<https://devfeed.tech/tags/lamp.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mariadb](<https://devfeed.tech/tags/mariadb.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [nginx](<https://devfeed.tech/tags/nginx.md>), [notes](<https://devfeed.tech/tags/notes.md>), [office](<https://devfeed.tech/tags/office.md>), [php](<https://devfeed.tech/tags/php.md>), [talk](<https://devfeed.tech/tags/talk.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

This Spanish tutorial explains how to install and configure Nextcloud on a Linux server for self-hosted cloud storage. It covers server requirements, database setup, web-server configuration with Apache or Nginx, PHP adjustments, initial administration, and enabling applications such as Calendar, Contacts, Notes, Talk, and Office.

### Source excerpt

Guía completa para instalar Nextcloud en un servidor Linux y tener tu propio almacenamiento en la nube sin depender de terceros.

## Old-School Craft: The Artisan of the Day Is Simon Hamp.

DevFeed: [Old-School Craft: The Artisan of the Day Is Simon Hamp.](<https://devfeed.tech/articles/old-school-craft-the-artisan-of-the-day-is-simon-hamp-3887.md>)

Original publisher: [Read original article](<https://laravel.com/blog/old-school-craft-the-artisan-of-the-day-is-simon-hamp>)

Author: Ana Tavares

Published: 2025-09-03T16:34:43Z

Content type: opinion

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [PHP](<https://devfeed.tech/topics/php.md>), [LAMP](<https://devfeed.tech/topics/lamp.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [community](<https://devfeed.tech/tags/community.md>), [desktop](<https://devfeed.tech/tags/desktop.md>), [developer](<https://devfeed.tech/tags/developer.md>), [lamp](<https://devfeed.tech/tags/lamp.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [mobile-apps](<https://devfeed.tech/tags/mobile-apps.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [php](<https://devfeed.tech/tags/php.md>), [phpstorm](<https://devfeed.tech/tags/phpstorm.md>)

### AI overview

Simon Hamp's long career building with PHP and Laravel informs NativePHP, a project that aims to help developers create desktop and mobile apps with a familiar stack. The article also discusses his LAMP background, Laravel developer directory, and practical, conservative approach to development.

### Source excerpt

Simon Hamp, creator of NativePHP, brings PHP and Laravel to desktop and mobile apps by turning decades of LAMP experience into practical tools.

## How to build reliable services with unreliable dependencies

DevFeed: [How to build reliable services with unreliable dependencies](<https://devfeed.tech/articles/how-to-build-reliable-services-with-unreliable-dependencies-11610.md>)

Original publisher: [Read original article](<https://www.gremlin.com/blog/how-to-build-reliable-services-with-unreliable-dependencies>)

Author: Andre Newman

Published: 2024-05-02T00:00:00Z

Content type: article

Language: en

Sources: [Gremlin Blog](<https://devfeed.tech/sources/gremlin-blog.md>)

Topics: [Availability](<https://devfeed.tech/topics/availability.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [LAMP](<https://devfeed.tech/topics/lamp.md>), [Network](<https://devfeed.tech/topics/network.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [PHP](<https://devfeed.tech/topics/php.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [blog](<https://devfeed.tech/tags/blog.md>), [chaos-engineering](<https://devfeed.tech/tags/chaos-engineering.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [gremlin](<https://devfeed.tech/tags/gremlin.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [network](<https://devfeed.tech/tags/network.md>), [php](<https://devfeed.tech/tags/php.md>), [saas](<https://devfeed.tech/tags/saas.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

This Gremlin blog explains how failed service dependencies can reduce application reliability. It discusses risks such as requests that wait indefinitely, crashes, exposed internal errors, and ineffective failover systems, then introduces proactive testing to help services withstand dependency failures and improve availability.

### Source excerpt

Dependencies are everywhere, and they make reliability work difficult. How can you build reliable when you depend on services that could fail at any time, and that you have no control over? Our latest blog has the answers.

## Introducing FONK: a serverless LAMP stack for K8S

DevFeed: [Introducing FONK: a serverless LAMP stack for K8S](<https://devfeed.tech/articles/introducing-fonk-a-serverless-lamp-stack-for-k8s-14245.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/introducing-fonk>)

Author: Pete Johnson

Published: 2018-11-09T00:00:00Z

Content type: article

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [LAMP](<https://devfeed.tech/topics/lamp.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [k8s](<https://devfeed.tech/tags/k8s.md>), [lamp](<https://devfeed.tech/tags/lamp.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

FONK is presented as a serverless LAMP stack for K8S. The article proposes comparing the top five FaaS on K8S runtimes by implementing the same web app design pattern on each.

### Source excerpt

How do you compare the top five FaaS on K8S runtimes? Write the same web app design pattern on all of them. Read more on FONK, a Serverless LAMP stack for K8S.

## Easy server provision for PHP environments using ServerPilot

DevFeed: [Easy server provision for PHP environments using ServerPilot](<https://devfeed.tech/articles/easy-server-provision-for-php-environments-using-serverpilot-39015.md>)

Original publisher: [Read original article](<https://blog.jgrossi.com/2018/easy-server-provision-for-php-environments-using-serverpilot/>)

Author: Junior Grossi

Published: 2018-03-12T03:00:35Z

Content type: tutorial

Language: en

Sources: [Junior Grossi](<https://devfeed.tech/sources/junior-grossi.md>)

Topics: [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [PHP](<https://devfeed.tech/topics/php.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [LAMP](<https://devfeed.tech/topics/lamp.md>), [WordPress](<https://devfeed.tech/topics/wordpress.md>), [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [app](<https://devfeed.tech/tags/app.md>), [certificates](<https://devfeed.tech/tags/certificates.md>), [configure](<https://devfeed.tech/tags/configure.md>), [digital-ocean](<https://devfeed.tech/tags/digital-ocean.md>), [easier](<https://devfeed.tech/tags/easier.md>), [environments](<https://devfeed.tech/tags/environments.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [php](<https://devfeed.tech/tags/php.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [server](<https://devfeed.tech/tags/server.md>), [using](<https://devfeed.tech/tags/using.md>), [web](<https://devfeed.tech/tags/web.md>), [web-server](<https://devfeed.tech/tags/web-server.md>)

### AI overview

This tutorial explains how to use ServerPilot to provision a VPS for PHP and WordPress applications. It describes using NGINX as a reverse proxy, Apache as the PHP web server, and MySQL, with multiple PHP versions and plan options. The author discusses moving a blog to a DigitalOcean VPS and configuring SSL certificates.

### Source excerpt

Learn how to use a very simple and efficient service called ServerPilot for provisioning a web server to host your next PHP project or blog. Provisioning a well-configured web server for a PHP application is not an easy task. You can have experience doing that, but this is not my strongest skill, I admit. So ... Continue reading Easy server provision for PHP environments using ServerPilot

## Connecting to a MySQL Database from Codename One

DevFeed: [Connecting to a MySQL Database from Codename One](<https://devfeed.tech/articles/connecting-to-a-mysql-database-from-codename-one-19268.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/connecting-to-a-mysql-database/>)

Author: Steve Hannah

Published: 2016-11-23T00:00:00Z

Content type: tutorial

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [MySQL](<https://devfeed.tech/topics/mysql.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [backend-development](<https://devfeed.tech/topics/backend-development.md>), [PHP](<https://devfeed.tech/topics/php.md>), [LAMP](<https://devfeed.tech/topics/lamp.md>), [XAMPP](<https://devfeed.tech/topics/xampp.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [database](<https://devfeed.tech/tags/database.md>), [development](<https://devfeed.tech/tags/development.md>), [lamp](<https://devfeed.tech/tags/lamp.md>), [mobile-apps](<https://devfeed.tech/tags/mobile-apps.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [php](<https://devfeed.tech/tags/php.md>), [server-side-development](<https://devfeed.tech/tags/server-side-development.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

This tutorial demonstrates how to combine a MySQL database, a web-service layer, and a Codename One client application to build a Contacts app. It uses Xataface with PHP, a LAMP stack, XAMPP for development, and the Sakila sample database.

### Source excerpt

In the following series of blog posts I'm going to shift some attention to server-side development in so much as it can complement a Codename One client application. In this post I'll demonstrate how you can combine a MySQL database, a web-service layer, and a Codename One client to produce a "Contacts" app. I'm going to steal the Contacts code from the Kitchen Sink demo for the UI, but I'll implement a different datasource that loads the contacts from a remote MySQL database instead of from the phone's internal contacts.

## The Web is (finally) a mature platform

DevFeed: [The Web is (finally) a mature platform](<https://devfeed.tech/articles/the-web-is-finally-a-mature-platform-32164.md>)

Original publisher: [Read original article](<https://adambard.com/blog/the-web-is-a-mature-platform/>)

Published: 2016-03-19T00:00:00Z

Content type: opinion

Language: en

Sources: [Adam Bard](<https://devfeed.tech/sources/adam-bard.md>)

Topics: [Web](<https://devfeed.tech/topics/web.md>), [MEAN](<https://devfeed.tech/topics/mean-stack.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [LAMP](<https://devfeed.tech/topics/lamp.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [PHP](<https://devfeed.tech/topics/php.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [applications](<https://devfeed.tech/tags/applications.md>), [backend](<https://devfeed.tech/tags/backend.md>), [css](<https://devfeed.tech/tags/css.md>), [express](<https://devfeed.tech/tags/express.md>), [html](<https://devfeed.tech/tags/html.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [lamp](<https://devfeed.tech/tags/lamp.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [platform](<https://devfeed.tech/tags/platform.md>), [technology-stack](<https://devfeed.tech/tags/technology-stack.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

The article argues that the web has become a mature platform with many established ways to build applications. It contrasts the historically dominant LAMP stack with MEAN and contends that MEAN is a reasonable but not uniquely exceptional technology stack.

### Source excerpt

I started my career as a "web developer" circa 2007. I'd dabbled before with Javascript while making sites in HTML/CSS as early as middle school, but that was my first real job as a real software developer. Back in those days, LAMP (Linux/Apache/MySQL/PHP) was about the only sensible way to build a web application. You could use Java servlets, of course, or build applications using CGI, but once PHP was stable and available and straightforward, and it quickly became the obvious choice for a huge range of applications.