<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>fortrabbit blog — opinion</title>
<link>https://blog.fortrabbit.com/tag/opinion</link>
<description><![CDATA[Commentary on trends, technology and running a bootstrapped business.]]></description>
<language>en</language>
<lastBuildDate>Wed, 02 Sep 2026 09:59:26 GMT</lastBuildDate>
<ttl>10</ttl>
<atom:link href="https://blog.fortrabbit.com/feeds/tag/opinion" rel="self" type="application/rss+xml" />
<item>
<title>Introducing FindHost, a register of hosting providers</title>
<link>https://blog.fortrabbit.com/findhost-a-register-of-web-hosts</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/findhost-a-register-of-web-hosts</guid>
<pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<category>chronicles</category>
<description><![CDATA[I have built an openly-licensed, ratings-free register of web hosting providers. Why? This is the story of a side project that grew out of internal competitor research.]]></description>
<content:encoded><![CDATA[<p>I have built an openly-licensed, ratings-free register of web hosting providers. Why? This is the story of a side project that grew out of internal competitor research.</p>]]></content:encoded>
</item>
<item>
<title>APM for PHP landscape in 2026</title>
<link>https://blog.fortrabbit.com/apm-for-php</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/apm-for-php</guid>
<pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[A take on PHP application performance monitoring and meta-observability. Application Performance Monitoring can help big time researching performance issues after and before they come critical. An overview.]]></description>
<content:encoded><![CDATA[<p>A take on PHP application performance monitoring and meta-observability. Application Performance Monitoring can help big time researching performance issues after and before they come critical. An overview.</p>]]></content:encoded>
</item>
<item>
<title>Why we don&apos;t do 1-click installers</title>
<link>https://blog.fortrabbit.com/why-we-dont-do-1-click-installers</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/why-we-dont-do-1-click-installers</guid>
<pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Why fortrabbit doesn't offer 1-click installers — and the local-first workflow we recommend for shipping real PHP projects. 1-click installers make great demos. They're poor starting points for a real project — and we think the trade-off isn't worth making.]]></description>
<content:encoded><![CDATA[<p>Why fortrabbit doesn't offer 1-click installers — and the local-first workflow we recommend for shipping real PHP projects. 1-click installers make great demos. They're poor starting points for a real project — and we think the trade-off isn't worth making.</p>]]></content:encoded>
</item>
<item>
<title>Us against them as a spectator from the sidelines</title>
<link>https://blog.fortrabbit.com/us-against-them</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/us-against-them</guid>
<pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[A German company on American infrastructure serving a global customer base. On EU data sovereignty, and what European should mean. We are a German company running on American infrastructure, serving a global customer base. That is hard to defend these days. Caught between geopolitical fault lines.]]></description>
<content:encoded><![CDATA[<p>A German company on American infrastructure serving a global customer base. On EU data sovereignty, and what European should mean. We are a German company running on American infrastructure, serving a global customer base. That is hard to defend these days. Caught between geopolitical fault lines.</p>]]></content:encoded>
</item>
<item>
<title>Cold outreach</title>
<link>https://blog.fortrabbit.com/cold-outreach</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/cold-outreach</guid>
<pubDate>Tue, 10 Mar 2026 11:01:03 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[An inbox full of AI-written cold outreach, collected over weeks and read closely. What the most sophisticated spam so far looks like. My inbox is full of unsolicited business proposals. The senders know my name, my mail, my company, and often specific details about our company, despite most of this information never being publicly listed. AI meets leaked customer data.]]></description>
<content:encoded><![CDATA[<p>An inbox full of AI-written cold outreach, collected over weeks and read closely. What the most sophisticated spam so far looks like. My inbox is full of unsolicited business proposals. The senders know my name, my mail, my company, and often specific details about our company, despite most of this information never being publicly listed. AI meets leaked customer data.</p>]]></content:encoded>
</item>
<item>
<title>Modern PHP monoliths</title>
<link>https://blog.fortrabbit.com/modern-php-monoliths</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/modern-php-monoliths</guid>
<pubDate>Tue, 11 Nov 2025 14:17:01 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Interactive interfaces without splitting the stack: how a modern PHP monolith competes with a decoupled headless architecture. Web pages are so yesterday. Single-page apps are the shit. Users want interactive experiences. But you don't have to get headless right away. This is an introduction to coupled systems with PHP and JavaScript.]]></description>
<content:encoded><![CDATA[<p>Interactive interfaces without splitting the stack: how a modern PHP monolith competes with a decoupled headless architecture. Web pages are so yesterday. Single-page apps are the shit. Users want interactive experiences. But you don't have to get headless right away. This is an introduction to coupled systems with PHP and JavaScript.</p><figure><img src="https://blog.fortrabbit.com/images/monolith-poster.png" alt="Modern PHP monoliths" /></figure>]]></content:encoded>
</item>
<item>
<title>Headless PHP</title>
<link>https://blog.fortrabbit.com/headless-php</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/headless-php</guid>
<pubDate>Mon, 03 Nov 2025 08:16:08 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Decoupled systems with a JavaScript frontend and a PHP backend: what headless actually means, how it is built, and when it pays off. Decopuled systems. Frontend in JavaScript. Backend in PHP. Why. How. If.]]></description>
<content:encoded><![CDATA[<p>Decoupled systems with a JavaScript frontend and a PHP backend: what headless actually means, how it is built, and when it pays off. Decopuled systems. Frontend in JavaScript. Backend in PHP. Why. How. If.</p><figure><img src="https://blog.fortrabbit.com/images/headless-poster.png" alt="Headless PHP" /></figure>]]></content:encoded>
</item>
<item>
<title>Chromopoly</title>
<link>https://blog.fortrabbit.com/chromopoly</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/chromopoly</guid>
<pubDate>Mon, 15 Sep 2025 14:44:24 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Chrome holds around 65 percent of the browser market. What that concentration means for competition, privacy and web standards. The Google Chrome team is pushing the web forward. I am worried about competition, privacy and the future of web standards. No revealing news here, just my personal view based on vague pre-assumptions.]]></description>
<content:encoded><![CDATA[<p>Chrome holds around 65 percent of the browser market. What that concentration means for competition, privacy and web standards. The Google Chrome team is pushing the web forward. I am worried about competition, privacy and the future of web standards. No revealing news here, just my personal view based on vague pre-assumptions.</p><figure><img src="https://blog.fortrabbit.com/images/chromopoly-poster.png" alt="Chromopoly" /></figure>]]></content:encoded>
</item>
<item>
<title>Building websites in the age of AI</title>
<link>https://blog.fortrabbit.com/building-websites-in-the-age-of-ai</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/building-websites-in-the-age-of-ai</guid>
<pubDate>Tue, 22 Jul 2025 22:03:31 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[AI site builders generate code, content and layout in seconds. What that leaves for the people who build websites for a living. Not too long ago, building a website meant crafting mockups in Photoshop, hand-coding HTML and PHP, wrangling CSS. Then came page builders, no-code and low-code tools. Now, with the rise of AI, the ground is shifting again. What does it possible mean for us? This is my unprofessional opinion.]]></description>
<content:encoded><![CDATA[<p>AI site builders generate code, content and layout in seconds. What that leaves for the people who build websites for a living. Not too long ago, building a website meant crafting mockups in Photoshop, hand-coding HTML and PHP, wrangling CSS. Then came page builders, no-code and low-code tools. Now, with the rise of AI, the ground is shifting again. What does it possible mean for us? This is my unprofessional opinion.</p>]]></content:encoded>
</item>
<item>
<title>Web hosting and open source</title>
<link>https://blog.fortrabbit.com/web-hosting-and-open-source</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/web-hosting-and-open-source</guid>
<pubDate>Mon, 17 Mar 2025 10:46:16 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<category>changelog</category>
<description><![CDATA[It's complicated. The relation between open source and web hosting from our point of view This is not about WordPress founder Matt, who is angry about the web hosting service WP-Engine. It's a much smaller story, it's ours.]]></description>
<content:encoded><![CDATA[<p>It's complicated. The relation between open source and web hosting from our point of view This is not about WordPress founder Matt, who is angry about the web hosting service WP-Engine. It's a much smaller story, it's ours.</p>]]></content:encoded>
</item>
<item>
<title>Action-oriented UX</title>
<link>https://blog.fortrabbit.com/action-oriented-ux</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/action-oriented-ux</guid>
<pubDate>Wed, 24 Jul 2024 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Action-oriented UX puts the verb first, closer to how people speak and think, instead of the object-first layouts most dashboards use. This is usability experience concept. Verb first interfaces to be closer to natural language and human thinking.]]></description>
<content:encoded><![CDATA[<p>Action-oriented UX puts the verb first, closer to how people speak and think, instead of the object-first layouts most dashboards use. This is usability experience concept. Verb first interfaces to be closer to natural language and human thinking.</p><figure><img src="https://blog.fortrabbit.com/images/action-ui-poster.png" alt="Action-oriented UX" /></figure>]]></content:encoded>
</item>
<item>
<title>On horizontal scaling</title>
<link>https://blog.fortrabbit.com/on-horizontal-scaling</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/on-horizontal-scaling</guid>
<pubDate>Fri, 05 Jul 2024 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Why the new fortrabbit platform drops horizontal scaling, a signature feature of the Pro Stack, and what replaces it. Some clients asked us why we don't plan to provide horizontal scaling for the new platform in the making any more. Let me try to explain.]]></description>
<content:encoded><![CDATA[<p>Why the new fortrabbit platform drops horizontal scaling, a signature feature of the Pro Stack, and what replaces it. Some clients asked us why we don't plan to provide horizontal scaling for the new platform in the making any more. Let me try to explain.</p><figure><img src="https://blog.fortrabbit.com/images/horizontal-scaling-poster.png" alt="On horizontal scaling" /></figure>]]></content:encoded>
</item>
<item>
<title>PHP &amp; JS?</title>
<link>https://blog.fortrabbit.com/php-and-js</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/php-and-js</guid>
<pubDate>Mon, 24 Jun 2024 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[PHP and JavaScript have grown apart. What is missing between them in 2024, seen from a company that hosts one and serves the other. Is something missing to bring together JS and PHP?]]></description>
<content:encoded><![CDATA[<p>PHP and JavaScript have grown apart. What is missing between them in 2024, seen from a company that hosts one and serves the other. Is something missing to bring together JS and PHP?</p><figure><img src="https://blog.fortrabbit.com/images/php-js-poster.png" alt="PHP &amp; JS?" /></figure>]]></content:encoded>
</item>
<item>
<title>Image processing services intro</title>
<link>https://blog.fortrabbit.com/image-optimization-services-overview</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/image-optimization-services-overview</guid>
<pubDate>Wed, 14 Apr 2021 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[A field guide to image processing and optimization services: what problem they solve, which providers exist, and the alternatives. Learn about image processing service providers here. What are they? What problem do they solve? What options and alternatives are available?]]></description>
<content:encoded><![CDATA[<p>A field guide to image processing and optimization services: what problem they solve, which providers exist, and the alternatives. Learn about image processing service providers here. What are they? What problem do they solve? What options and alternatives are available?</p><figure><img src="https://blog.fortrabbit.com/images/cute-cat-pic.jpg" alt="Image processing services intro" /></figure>]]></content:encoded>
</item>
<item>
<title>Privacy Shield considered obsolete, possible impacts on our hosting platform</title>
<link>https://blog.fortrabbit.com/privacy-shield-obsolete-our-thoughts</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/privacy-shield-obsolete-our-thoughts</guid>
<pubDate>Tue, 15 Sep 2020 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[The European Court of Justice invalidated the EU-US Privacy Shield. What that means for a hosting platform and for its clients. The European Court of Justice (EUCJ) invalidated the Privacy Shield agreement recently. This is what clients may want to know.]]></description>
<content:encoded><![CDATA[<p>The European Court of Justice invalidated the EU-US Privacy Shield. What that means for a hosting platform and for its clients. The European Court of Justice (EUCJ) invalidated the Privacy Shield agreement recently. This is what clients may want to know.</p><figure><img src="https://blog.fortrabbit.com/images/privacy-shield-poster.gif" alt="Privacy Shield considered obsolete, possible impacts on our hosting platform" /></figure>]]></content:encoded>
</item>
<item>
<title>On upcoming PHP deadlines</title>
<link>https://blog.fortrabbit.com/on-php-deadlines</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/on-php-deadlines</guid>
<pubDate>Thu, 06 Sep 2018 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[PHP 5.6 and PHP 7.0 deadlines: Why is so much old PHP around? What we will do!]]></description>
<content:encoded><![CDATA[<p>PHP 5.6 and PHP 7.0 deadlines: Why is so much old PHP around? What we will do!</p><figure><img src="https://blog.fortrabbit.com/images/php56-deadline-poster.jpg" alt="On upcoming PHP deadlines" /></figure>]]></content:encoded>
</item>
<item>
<title>Yes, we love open source</title>
<link>https://blog.fortrabbit.com/open-source-at-fortrabbit</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/open-source-at-fortrabbit</guid>
<pubDate>Mon, 30 Jul 2018 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Props to the OSS communities and highlighting some of our open source contributions. fortrabbit wouldn't be possible without great open source projects. So we are thinking about ways to give back.]]></description>
<content:encoded><![CDATA[<p>Props to the OSS communities and highlighting some of our open source contributions. fortrabbit wouldn't be possible without great open source projects. So we are thinking about ways to give back.</p><figure><img src="https://blog.fortrabbit.com/images/open-source-poster.gif" alt="Yes, we love open source" /></figure>]]></content:encoded>
</item>
<item>
<title>How to get good support</title>
<link>https://blog.fortrabbit.com/how-to-get-good-support</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/how-to-get-good-support</guid>
<pubDate>Wed, 18 Oct 2017 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Read, search, ask — how to write a support request that gets a useful answer quickly, and what makes hosting support slow down. Customer service is crucial, especially for hosting. Help us helping you! Get better answers faster. Learn how to ask.]]></description>
<content:encoded><![CDATA[<p>Read, search, ask — how to write a support request that gets a useful answer quickly, and what makes hosting support slow down. Customer service is crucial, especially for hosting. Help us helping you! Get better answers faster. Learn how to ask.</p><figure><img src="https://blog.fortrabbit.com/images/support-poster.gif" alt="How to get good support" /></figure>]]></content:encoded>
</item>
<item>
<title>Transactional e-mails market overview</title>
<link>https://blog.fortrabbit.com/market-overview-transactional-mails</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/market-overview-transactional-mails</guid>
<pubDate>Thu, 21 Sep 2017 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[What transactional email services are for — confirmations, invoices, password resets — and which providers are worth a look. This field guide helps understanding commercial services for transactional e-mails. What are they good for anyways?]]></description>
<content:encoded><![CDATA[<p>What transactional email services are for — confirmations, invoices, password resets — and which providers are worth a look. This field guide helps understanding commercial services for transactional e-mails. What are they good for anyways?</p><figure><img src="https://blog.fortrabbit.com/images/transactional-mail-provider-poster.jpg" alt="Transactional e-mails market overview" /></figure>]]></content:encoded>
</item>
<item>
<title>How we do transactional e-mails</title>
<link>https://blog.fortrabbit.com/how-we-do-transactional-mail</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/how-we-do-transactional-mail</guid>
<pubDate>Thu, 22 Jun 2017 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>chronicles</category>
<category>webdev</category>
<category>opinion</category>
<description><![CDATA[Our real-live practices on auto-generated client e-mail communication. Sending triggered standardized e-mails to clients is part of almost every web application. To get this right is crucial for business. This is about our own 'worst' practices — a nerdy article covering communication, design and web tech (PHP related).]]></description>
<content:encoded><![CDATA[<p>Our real-live practices on auto-generated client e-mail communication. Sending triggered standardized e-mails to clients is part of almost every web application. To get this right is crucial for business. This is about our own 'worst' practices — a nerdy article covering communication, design and web tech (PHP related).</p><figure><img src="https://blog.fortrabbit.com/images/transactional-mail-poster-blur.jpg" alt="How we do transactional e-mails" /></figure>]]></content:encoded>
</item>
<item>
<title>File-based CMS overview</title>
<link>https://blog.fortrabbit.com/file-based-cms-2016</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/file-based-cms-2016</guid>
<pubDate>Tue, 07 Jun 2016 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Thoughts on flat file CMS and static site generators, mostly PHP-related. Let's have a look at different types of database-less CMS — the candidates, the pros, the cons and what you need to consider when it comes to deployment & hosting.]]></description>
<content:encoded><![CDATA[<p>Thoughts on flat file CMS and static site generators, mostly PHP-related. Let's have a look at different types of database-less CMS — the candidates, the pros, the cons and what you need to consider when it comes to deployment & hosting.</p><figure><img src="https://blog.fortrabbit.com/images/flat-file-cms-poster.gif" alt="File-based CMS overview" /></figure>]]></content:encoded>
</item>
<item>
<title>HTTP/2 reality check</title>
<link>https://blog.fortrabbit.com/http2-reality-check</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/http2-reality-check</guid>
<pubDate>Mon, 09 May 2016 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[HTTP/2 promised faster delivery. What measurements on a real PHP hosting platform actually showed, and where the gains went. We have recently launched our <a href="/object-storage-launched">Object Storage</a> — an integrated S3-compatible asset storage. One of the features is HTTP/2 support. So we were curious to see the performance improvements: How much faster is it actually? TLDR: It depends. And it turned out that testing is never easy.]]></description>
<content:encoded><![CDATA[<p>HTTP/2 promised faster delivery. What measurements on a real PHP hosting platform actually showed, and where the gains went. We have recently launched our <a href="/object-storage-launched">Object Storage</a> — an integrated S3-compatible asset storage. One of the features is HTTP/2 support. So we were curious to see the performance improvements: How much faster is it actually? TLDR: It depends. And it turned out that testing is never easy.</p><figure><img src="https://blog.fortrabbit.com/images/http2-poster.gif" alt="HTTP/2 reality check" /></figure>]]></content:encoded>
</item>
<item>
<title>Why we don&apos;t do Add-Ons</title>
<link>https://blog.fortrabbit.com/why-we-dont-do-add-ons</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/why-we-dont-do-add-ons</guid>
<pubDate>Mon, 29 Feb 2016 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Insights why we will not offer an Add-On program soon and what we have instead We have long thought about bringing Add-Ons to fortrabbit to make the service offering more versatile. Now, after lots' of research and discussions, we can finally conclude: We won't do it — for now. Here is why and what instead.]]></description>
<content:encoded><![CDATA[<p>Insights why we will not offer an Add-On program soon and what we have instead We have long thought about bringing Add-Ons to fortrabbit to make the service offering more versatile. Now, after lots' of research and discussions, we can finally conclude: We won't do it — for now. Here is why and what instead.</p>]]></content:encoded>
</item>
<item>
<title>Is PaaS dead?</title>
<link>https://blog.fortrabbit.com/cloudscapes-rerevisited</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/cloudscapes-rerevisited</guid>
<pubDate>Wed, 13 Jan 2016 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Is PaaS dead? Trends, pivots and troubles in PHP cloud hosting in 2015, seen from inside one of the companies competing in it. A few years ago tech press and analysts praised the public PaaS model. What's going on now?]]></description>
<content:encoded><![CDATA[<p>Is PaaS dead? Trends, pivots and troubles in PHP cloud hosting in 2015, seen from inside one of the companies competing in it. A few years ago tech press and analysts praised the public PaaS model. What's going on now?</p><figure><img src="https://blog.fortrabbit.com/images/cloudy.png" alt="Is PaaS dead?" /></figure>]]></content:encoded>
</item>
<item>
<title>E-commerce in 2016</title>
<link>https://blog.fortrabbit.com/ecommerce-status-quo-2016</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/ecommerce-status-quo-2016</guid>
<pubDate>Wed, 06 Jan 2016 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[A look at PHP e-commerce software in 2016, for the developers and entrepreneurs still building custom shops against Amazon. We are constantly on the lookout for new software. This is a brief look on current developments in the e-commerce section.]]></description>
<content:encoded><![CDATA[<p>A look at PHP e-commerce software in 2016, for the developers and entrepreneurs still building custom shops against Amazon. We are constantly on the lookout for new software. This is a brief look on current developments in the e-commerce section.</p><figure><img src="https://blog.fortrabbit.com/images/shoppingcart-2970468736_0fdb725f9f_o.jpg" alt="E-commerce in 2016" /></figure>]]></content:encoded>
</item>
<item>
<title>httpSpeedy?</title>
<link>https://blog.fortrabbit.com/httpspeedy</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/httpspeedy</guid>
<pubDate>Thu, 05 Nov 2015 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[TLS, SNI, certificate authorities and HTTP/2, and why a hosting platform should not rush any of them into production.]]></description>
<content:encoded><![CDATA[<p>TLS, SNI, certificate authorities and HTTP/2, and why a hosting platform should not rush any of them into production.</p>]]></content:encoded>
</item>
<item>
<title>CMS, quo vadis?</title>
<link>https://blog.fortrabbit.com/cms-quo-vadis</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/cms-quo-vadis</guid>
<pubDate>Fri, 09 Oct 2015 00:00:00 GMT</pubDate>
<author>Oliver Stark</author>
<category>opinion</category>
<description><![CDATA[Content management systems went quiet in the PHP conversation. Are they ready for the cloud, and what would that even require?]]></description>
<content:encoded><![CDATA[<p>Content management systems went quiet in the PHP conversation. Are they ready for the cloud, and what would that even require?</p><figure><img src="https://blog.fortrabbit.com/images/cms-frameworks-drawing.jpg" alt="CMS, quo vadis?" /></figure>]]></content:encoded>
</item>
<item>
<title>About PaaS pricing</title>
<link>https://blog.fortrabbit.com/about-paas-pricing</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/about-paas-pricing</guid>
<pubDate>Fri, 08 May 2015 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Value-based against cost-based pricing for a hosting service, written when Heroku dropped its free tier and changed the entry plan.]]></description>
<content:encoded><![CDATA[<p>Value-based against cost-based pricing for a hosting service, written when Heroku dropped its free tier and changed the entry plan.</p><figure><img src="https://blog.fortrabbit.com/images/paas-pricing-clouds.jpg" alt="About PaaS pricing" /></figure>]]></content:encoded>
</item>
<item>
<title>PHP Hosting Possibilities</title>
<link>https://blog.fortrabbit.com/php-hosting-possibilities</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/php-hosting-possibilities</guid>
<pubDate>Tue, 05 May 2015 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[A stubborn look at hosting options for developers — shared, VPS, cloud and PaaS — and which of them fits which kind of project.]]></description>
<content:encoded><![CDATA[<p>A stubborn look at hosting options for developers — shared, VPS, cloud and PaaS — and which of them fits which kind of project.</p><figure><img src="https://blog.fortrabbit.com/images/cloudy2.gif" alt="PHP Hosting Possibilities" /></figure>]]></content:encoded>
</item>
<item>
<title>Battling with billing</title>
<link>https://blog.fortrabbit.com/battling-billing</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/battling-billing</guid>
<pubDate>Tue, 24 Mar 2015 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[How hustling with accounting keeps us away from developing our service.]]></description>
<content:encoded><![CDATA[<p>How hustling with accounting keeps us away from developing our service.</p>]]></content:encoded>
</item>
<item>
<title>20 years Pretty Home Pages</title>
<link>https://blog.fortrabbit.com/20-years-pretty-home-pages</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/20-years-pretty-home-pages</guid>
<pubDate>Wed, 28 May 2014 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[PHP turned twenty. An infographic through the history of the language that still powers most of the pretty home pages on the web.]]></description>
<content:encoded><![CDATA[<p>PHP turned twenty. An infographic through the history of the language that still powers most of the pretty home pages on the web.</p>]]></content:encoded>
</item>
<item>
<title>Cloudscapes revisited</title>
<link>https://blog.fortrabbit.com/cloudscapes-revisited-php-cloud-overview</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/cloudscapes-revisited-php-cloud-overview</guid>
<pubDate>Mon, 19 May 2014 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[A subjective insider tour through the PHP cloud hosting scene of 2014: who arrived, who struggled, and what changed since 2012.]]></description>
<content:encoded><![CDATA[<p>A subjective insider tour through the PHP cloud hosting scene of 2014: who arrived, who struggled, and what changed since 2012.</p><figure><img src="https://blog.fortrabbit.com/images/cloudy.png" alt="Cloudscapes revisited" /></figure>]]></content:encoded>
</item>
<item>
<title>First fortran PaaS</title>
<link>https://blog.fortrabbit.com/first-fortran-paas</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/first-fortran-paas</guid>
<pubDate>Tue, 01 Apr 2014 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[fortrabbit announces the world's first Fortran platform as a service, with a new stack and full support. Published 1 April 2014.]]></description>
<content:encoded><![CDATA[<p>fortrabbit announces the world's first Fortran platform as a service, with a new stack and full support. Published 1 April 2014.</p><figure><img src="https://blog.fortrabbit.com/images/fortran.gif" alt="First fortran PaaS" /></figure>]]></content:encoded>
</item>
<item>
<title>Laracon observations</title>
<link>https://blog.fortrabbit.com/laracon-observations</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/laracon-observations</guid>
<pubDate>Mon, 02 Sep 2013 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Notes from Laracon 2013 in Amsterdam, on the relationship between Symfony and Laravel and where the PHP framework scene was heading.]]></description>
<content:encoded><![CDATA[<p>Notes from Laracon 2013 in Amsterdam, on the relationship between Symfony and Laravel and where the PHP framework scene was heading.</p><figure><img src="https://blog.fortrabbit.com/images/laracon.jpg" alt="Laracon observations" /></figure>]]></content:encoded>
</item>
<item>
<title>How we estimate hosting resources</title>
<link>https://blog.fortrabbit.com/how-we-estimate-hosting-recources</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/how-we-estimate-hosting-recources</guid>
<pubDate>Fri, 23 Aug 2013 00:00:00 GMT</pubDate>
<author>Ulrich Kautz</author>
<category>webdev</category>
<category>opinion</category>
<description><![CDATA[How a hosting provider turns vague expectations into concrete plans: the Map your App decision helper and the reasoning behind it. One of the major problems all hosting providers have to solve is to make it transparent to the customer what kind of resources she needs. Our Map your App helps.]]></description>
<content:encoded><![CDATA[<p>How a hosting provider turns vague expectations into concrete plans: the Map your App decision helper and the reasoning behind it. One of the major problems all hosting providers have to solve is to make it transparent to the customer what kind of resources she needs. Our Map your App helps.</p>]]></content:encoded>
</item>
<item>
<title>Performance / convenience</title>
<link>https://blog.fortrabbit.com/hosting-performance-hosting-convenience</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/hosting-performance-hosting-convenience</guid>
<pubDate>Wed, 10 Jul 2013 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Hosting is still argued over price and performance. The case for judging it by convenience instead, from a PHP platform startup.]]></description>
<content:encoded><![CDATA[<p>Hosting is still argued over price and performance. The case for judging it by convenience instead, from a PHP platform startup.</p>]]></content:encoded>
</item>
<item>
<title>Sudden traffic peak</title>
<link>https://blog.fortrabbit.com/case-study-sudden-traffic-peak</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/case-study-sudden-traffic-peak</guid>
<pubDate>Sun, 30 Jun 2013 20:07:19 GMT</pubDate>
<author>Oliver Stark</author>
<category>opinion</category>
<description><![CDATA[A case study of an agency site hit by a sudden traffic peak, what broke, and how the hosting setup was adjusted while it was happening.]]></description>
<content:encoded><![CDATA[<p>A case study of an agency site hit by a sudden traffic peak, what broke, and how the hosting setup was adjusted while it was happening.</p>]]></content:encoded>
</item>
<item>
<title>Free web hosting</title>
<link>https://blog.fortrabbit.com/free-web-hosting</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/free-web-hosting</guid>
<pubDate>Tue, 09 Apr 2013 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Free PHP hosting is one of the most frequent searches leading to fortrabbit. Why the offer does not exist, and what it would really cost.]]></description>
<content:encoded><![CDATA[<p>Free PHP hosting is one of the most frequent searches leading to fortrabbit. Why the offer does not exist, and what it would really cost.</p>]]></content:encoded>
</item>
<item>
<title>Decoupled hosting</title>
<link>https://blog.fortrabbit.com/the-idea-of-decoupled-hosting</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/the-idea-of-decoupled-hosting</guid>
<pubDate>Mon, 31 Dec 2012 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Code in git, dependencies in Composer, assets in object storage, mail in a service: the case for modular, decoupled hosting.]]></description>
<content:encoded><![CDATA[<p>Code in git, dependencies in Composer, assets in object storage, mail in a service: the case for modular, decoupled hosting.</p>]]></content:encoded>
</item>
<item>
<title>Where to host my website now?</title>
<link>https://blog.fortrabbit.com/where-to-host-my-website-now</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/where-to-host-my-website-now</guid>
<pubDate>Tue, 04 Dec 2012 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[IaaS, PaaS, bare metal, shared or managed hosting: how to decide, written for clients whose old hosting platform was being retired.]]></description>
<content:encoded><![CDATA[<p>IaaS, PaaS, bare metal, shared or managed hosting: how to decide, written for clients whose old hosting platform was being retired.</p>]]></content:encoded>
</item>
<item>
<title>Green cloud?</title>
<link>https://blog.fortrabbit.com/the-cloud-economically-attractive-but-what-the-about-ecological-impact</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/the-cloud-economically-attractive-but-what-the-about-ecological-impact</guid>
<pubDate>Tue, 23 Oct 2012 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[The cloud: economically attractive, but what the about ecological impact?]]></description>
<content:encoded><![CDATA[<p>The cloud: economically attractive, but what the about ecological impact?</p>]]></content:encoded>
</item>
<item>
<title>The meat market</title>
<link>https://blog.fortrabbit.com/what-the-hosting-and-the-meat-market-have-in-common</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/what-the-hosting-and-the-meat-market-have-in-common</guid>
<pubDate>Fri, 19 Oct 2012 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Brutal price competition produces factory farming in meat and something similar in hosting. An illustrated argument about cheap.]]></description>
<content:encoded><![CDATA[<p>Brutal price competition produces factory farming in meat and something similar in hosting. An illustrated argument about cheap.</p>]]></content:encoded>
</item>
<item>
<title>Release early, release often</title>
<link>https://blog.fortrabbit.com/release-early-release-often</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/release-early-release-often</guid>
<pubDate>Fri, 05 Oct 2012 00:00:00 GMT</pubDate>
<author>Oliver Stark</author>
<category>opinion</category>
<description><![CDATA[Going generally available without a public beta period: the case for launching a hosting service early and iterating in the open.]]></description>
<content:encoded><![CDATA[<p>Going generally available without a public beta period: the case for launching a hosting service early and iterating in the open.</p>]]></content:encoded>
</item>
<item>
<title>PHP renaissance collection</title>
<link>https://blog.fortrabbit.com/php-renaissance-collection</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/php-renaissance-collection</guid>
<pubDate>Tue, 02 Oct 2012 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[A collection of links on the modern side of PHP, gathered when the language was shaking off its spaghetti-code reputation.]]></description>
<content:encoded><![CDATA[<p>A collection of links on the modern side of PHP, gathered when the language was shaking off its spaghetti-code reputation.</p>]]></content:encoded>
</item>
<item>
<title>Freemium VS Bootstrapped</title>
<link>https://blog.fortrabbit.com/freemium-vs-bootstrapped</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/freemium-vs-bootstrapped</guid>
<pubDate>Tue, 25 Sep 2012 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Building a PaaS in Berlin without venture capital: what bootstrapping decides about pricing, pace and the product itself.]]></description>
<content:encoded><![CDATA[<p>Building a PaaS in Berlin without venture capital: what bootstrapping decides about pricing, pace and the product itself.</p>]]></content:encoded>
</item>
<item>
<title>The perfect PHP platform manifest</title>
<link>https://blog.fortrabbit.com/looking-for-the-perfect-php-hosting-platform</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/looking-for-the-perfect-php-hosting-platform</guid>
<pubDate>Thu, 06 Sep 2012 00:00:00 GMT</pubDate>
<author>Oliver Stark</author>
<category>opinion</category>
<description><![CDATA[A manifest for what a PHP platform as a service should do, written in 2012 when none of the existing ones came close to it.]]></description>
<content:encoded><![CDATA[<p>A manifest for what a PHP platform as a service should do, written in 2012 when none of the existing ones came close to it.</p>]]></content:encoded>
</item>
<item>
<title>BETA survey results</title>
<link>https://blog.fortrabbit.com/beta-survey-results</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/beta-survey-results</guid>
<pubDate>Thu, 23 Aug 2012 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[What 160 developers told us about their PHP workflows, hosting and tools, and how the answers shaped the platform we then built.]]></description>
<content:encoded><![CDATA[<p>What 160 developers told us about their PHP workflows, hosting and tools, and how the answers shaped the platform we then built.</p>]]></content:encoded>
</item>
<item>
<title>www</title>
<link>https://blog.fortrabbit.com/www-musings-about-a-subdomain</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/www-musings-about-a-subdomain</guid>
<pubDate>Fri, 17 Aug 2012 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[The www subdomain is optional, hard to say out loud, and still everywhere. On apex domains, print designers and old internet habits.]]></description>
<content:encoded><![CDATA[<p>The www subdomain is optional, hard to say out loud, and still everywhere. On apex domains, print designers and old internet habits.</p>]]></content:encoded>
</item>
<item>
<title>Online text editors</title>
<link>https://blog.fortrabbit.com/about-new-online-text-editors</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/about-new-online-text-editors</guid>
<pubDate>Tue, 07 Aug 2012 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<category>webdev</category>
<description><![CDATA[A first look at browser-based code editors and web IDEs in 2012 — what the category promised, and whether it was any good yet.]]></description>
<content:encoded><![CDATA[<p>A first look at browser-based code editors and web IDEs in 2012 — what the category promised, and whether it was any good yet.</p>]]></content:encoded>
</item>
<item>
<title>The freemium hosting business model</title>
<link>https://blog.fortrabbit.com/the-freemium-hosting-business-models-our-thoughts</link>
<guid isPermaLink="true">https://blog.fortrabbit.com/the-freemium-hosting-business-models-our-thoughts</guid>
<pubDate>Thu, 02 Aug 2012 00:00:00 GMT</pubDate>
<author>Frank Lämmer</author>
<category>opinion</category>
<description><![CDATA[Will small hosting plans end up free? Someone always pays for the resources — a look at freemium in hosting after AppFog's pricing.]]></description>
<content:encoded><![CDATA[<p>Will small hosting plans end up free? Someone always pays for the resources — a look at freemium in hosting after AppFog's pricing.</p>]]></content:encoded>
</item>
</channel>
</rss>