mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

341K
active users

#paas

3 posts3 participants0 posts today

"Ihre SaaS-Anwendung in besten Händen – wir kümmern uns um das Hosting!"
Mit „PaaS für SaaS“ bieten wir Softwareherstellern die Möglichkeit, unsere Platform für Ihr Managed Service Angebot zu nutzen.
Wir übernehmen die Infrastruktur & den Betrieb Ihrer Applikation, sodass Sie sich voll & ganz auf Ihre Software konzentrieren können.
Vorteile sind: Kosteneffizienz, Skalierbarkeit, schnelle Bereitstellung, Wartungsfreiheit, Sicherheit
Lesen sie mehr!🌟
tinyurl.com/ms7k48fw

🙏 Nouveau sponsor : @clevercloud !

Clever Cloud est un PaaS (Platform as a Service) qui simplifie les releases produit. Du déploiement à l’hébergement en passant par le maintien en condition opérationnelle et la scalabilité automatique, tout est intégré. Clever Cloud est compatible avec la majorité des technologies du marché.

☁️ Un cloud pensé pour les développeuses & développeurs ! ☁️

Merci à Clever Cloud de soutenir MiXiT 2025 !

👉 Vous souhaitez vous aussi devenir sponsor de MiXiT 2025 ?
Par ici pour découvrir notre plaquette : mixitconf.org/sponsors

Когда CI заботится не только о коде, но и о пользователях. App.Farm CI. Часть V

Привет, Хабр! На связи команда разработки App.Farm в РСХБ-Интех. App.Farm —платформа по типу PaaS для стандартизации процесса разработки бизнес-приложений: от хранения исходного кода до запуска сервисов. App.Farm CI — подсистема обеспечивающая хранение кода, артефактов, автоматизацию сборки. В этой статье хотели бы представить вам одну из подсистем нашего продукта — PaaS App.Farm , и это будет финальная часть цикла статей об App.Farm CI. Наш материал посвящён работе с пользователями App.Farm CI — какие темы затронем в этой части: Сопровождение как задумывали Сопровождение как получилось Процесс Feature Requests Публикация Changelog Итоги и планы

habr.com/ru/companies/rshb/art

ХабрКогда CI заботится не только о коде, но и о пользователях. App.Farm CI. Часть VПривет, Хабр! На связи команда разработки App.Farm в РСХБ-Интех. App.Farm —платформа по типу PaaS для стандартизации процесса разработки бизнес-приложений: от хранения исходного кода до запуска...
#platform#git#paas

😰 Are you tired of trying to work efficiently with an unstable, outdated Drupal hosting platform?

We offer a customer-centric, data-sovereign alternative with flexible, secure enterprise hosting solutions. Here’s how:

💪 Rock-solid stability for your sites
🚀 Enhanced performance with a containerized architecture
🌱 Seamless scalability that meets your growth aspirations
🔐 Continuous updates and proactive security

ℹ️ Visit our website to learn more: amazee.io

An almost endless list in favour of... 📝 In favour of what, you might wonder? That you should use Deploio too! 🫵 We take care of deployment, management and scaling for you and allow you as a developer to focus on writing code. 📉 We reduce operating costs, simplify processes and increase team efficiency. ✅ You can find all the necessary information about Deploio here: deplo.io/en/ 💻 So, bring us your code and we'll do the rest. 🚀

We are your Swiss app engine, fully managed and turn Git repositories into running applications in no time. 💪 You do what you do best: develop exceptional apps. 🤖 We do what we do best: take care of build, release, SSL, backups and more. 🕹️ What are you waiting for? Bring us your code, we'll take care of all the rest. 🚀

How Deploio, your Swiss application platform, turns Git URLs into running apps? 💻 Tom, CEO of Nine Internet Solutions AG, shows you how in the video accompanying this post. 📹 You can also find it here: youtube.com/watch?v=8gVjRk6ZXBk 🕹️ The quickest way to do it is to create a new project in the Nine cockpit – cockpit.nine.ch –, give it a name and then enter your Git URL in the corresponding field. ✅🚄 Bring us your code, we'll do the rest. 🚀

# PaaS in the EU - Finding Quality European PaaS Providers

It would be so interesting to find out about good European PaaS providers. I skimmed a few options but didn't even bother to try one.

The summary from the options covered [Clever Cloud, Scaleway, Stackhero, Platform.sh, Gcore] was that all of those are quite limited, mostly container-based (or similar stack where some other code is just run in base PaaS containers provided by them). In the situation where certain companies are doing their business with US IT companies' breakfast cereals, it might be a great idea to improve the European PaaS platform.

My requirements for the PaaS were extraordinarily low: just "serverless" Python with managed SQL (or similar) database, meaning multiple indexes allowing at least finding documents without implementing soft indexing over pure key-value storage and ACID storage + blob (and/or) file storage, whichever provides reliable persistence for key (seekable / streamable) value blobs.

On this kind of stack, I can basically build most of the stuff I'm doing, so it really doesn't matter what the tech "under the hood" is, as long as it's reliable and reasonably priced.

Global CDN and a few locations globally would be preferred but not mandatory, like Europe, USA, Singapore, maybe India/Arabia region, and that's pretty much it. Yet that CDN part can of course be added from providers like Bunny CDN, Gcore, or BlazingCDN.

Ref: https://en.wikipedia.org/wiki/Platform_as_a_service

#EU #Europe #Cloud #PaaS #Hosting #CDN

This is actually for my blog, but as I've mentioned. It's content is delayed on purpose.
Platform.shThe all-in-one platform as a service (PaaS)Our platform as a service (PaaS) gives development teams control and peace of mind while accelerating the time to build and deploy applications.

App.Farm CI. Часть IV. Реализуем flow — шагаем к автоматизации разработки

Привет, Хабр! На связи команда разработки App.Farm в РСХБ-Интех. Хотели бы представить вам следующую часть цикла статей об App.Farm CI, одной из подсистем нашего продукта — PaaS App.Farm. App.Farm — платформа по типу PaaS для стандартизации процесса разработки бизнес-приложений: от хранения исходного кода до запуска сервисов. App.Farm CI - подсистема обеспечивающая хранение кода, артефактов, автоматизацию сборки. Какие темы затронем в этой статье: - Разновидности flow - Базовый набор job - Генерация Dockerfile - Проверка качества кода - Сборка и публикация артефактов - Развертывание - Демонстрационные примеры

habr.com/ru/companies/rshb/art

ХабрApp.Farm CI. Часть IV. Реализуем flow — шагаем к автоматизации разработкиПривет, Хабр! На связи команда разработки App.Farm в РСХБ-Интех. Хотели бы представить вам следующую часть цикла статей об App.Farm CI, одной из подсистем нашего продукта — PaaS App.Farm. App.Farm —...
#platform#git#paas

PaaS là gì? Ưu & Nhược điểm của PaaS trong phát triển phần mềm

PaaS hay Platform-as-a-Service là một trong những mô hình quan trọng trong lĩnh vực điện toán đám mây, hỗ trợ doanh nghiệp phát triển và triển khai ứng dụng một cách thuận lợi hơn. Nhưng PaaS có thực sự là giải pháp tối ưu? Nó vận hành như thế nào và có những ưu nhược điểm gì? Hãy cùng InterData đi sâu tìm hiểu về PaaS để có cái nhìn toàn diện nhất về mô hình này nhé!

Xem ngay: interdata.vn/blog/paas-la-gi/

Do you remember the first ever Deploio post? 🤔 Back then, it was Tom, CEO of Nine, who introduced Deploio to all Nine customers on Instagram – they were the first to try out our app engine in October 2023. ✅9️⃣ As the picture accompanying this post shows, it was a perfect fit: even the T-shirt Tom had put on for this historic occasion was correctly branded. 💯 Bring us your code, we'll do the rest. 🚀

😵 Are you tired of wrestling with an unstable, outdated Drupal hosting platform? We offer a customer-centric alternative with data sovereignty and flexible, secure enterprise solutions. Here’s how we do it:

🪨 Rock-solid stability for your sites.
🏗️ Enhanced performance with a containerized architecture.
🌳 Seamless scalability that meets your growing needs.
🔒 Continuous updates and proactive security.

Want to learn more? Dive into our article: amazee.io/blog/post/platform-a