# middle east

Published articles for middle east.

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

## AWS says wartime damage means some Middle East cloud resources are gone for good

DevFeed: [AWS says wartime damage means some Middle East cloud resources are gone for good](<https://devfeed.tech/articles/aws-says-wartime-damage-means-some-middle-east-cloud-resources-are-gone-for-good-30928.md>)

Original publisher: [Read original article](<https://www.theregister.com/off-prem/2026/09/16/aws-says-wartime-damage-means-some-middle-east-cloud-resources-are-gone-for-good/5296830>)

Author: Dan Robinson

Published: 2026-09-16T12:11:56Z

Content type: news

Language: en

Sources: [www.theregister.com - Articles](<https://devfeed.tech/sources/www-theregister-com-articles.md>)

Topics: [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Availability](<https://devfeed.tech/topics/availability.md>)

Tags: [amazon](<https://devfeed.tech/tags/amazon.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [datacenter](<https://devfeed.tech/tags/datacenter.md>), [middle-east](<https://devfeed.tech/tags/middle-east.md>), [off-prem](<https://devfeed.tech/tags/off-prem.md>)

### AI overview

AWS says wartime damage has permanently removed some cloud resources in the Middle East after Iranian strikes overwhelmed regional redundancy in Bahrain and left one UAE Availability Zone inaccessible.

### Source excerpt

Iranian strikes overwhelmed regional redundancy in Bahrain and left one UAE Availability Zone inaccessible

## Designing for RTL platforms - A flipped layout

DevFeed: [Designing for RTL platforms - A flipped layout](<https://devfeed.tech/articles/designing-for-rtl-platforms-a-flipped-layout-27928.md>)

Original publisher: [Read original article](<https://tech.trivago.com/post/2015-04-27-right-to-left/>)

Author: Christoph Reinartz Follow

Published: 2015-04-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Trivago](<https://devfeed.tech/sources/trivago.md>)

Topics: [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [CSS](<https://devfeed.tech/topics/css.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [HTML](<https://devfeed.tech/topics/html.md>)

Tags: [css](<https://devfeed.tech/tags/css.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [html](<https://devfeed.tech/tags/html.md>), [inheritance](<https://devfeed.tech/tags/inheritance.md>), [israel](<https://devfeed.tech/tags/israel.md>), [layout](<https://devfeed.tech/tags/layout.md>), [middle-east](<https://devfeed.tech/tags/middle-east.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platforms](<https://devfeed.tech/tags/platforms.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

This tutorial explains how trivago approached mirroring a web page layout for right-to-left platforms in Israel and the United Arab Emirates. It covers HTML writing direction, mirrored CSS positioning, Twig template inheritance, and tools such as flipCSS while considering maintainability, parsing, loading time, and first-render performance.

### Source excerpt

For our expandation in the middle east area with our platforms in Israel and United Arab Emirates we had a particularly interesting problem to solve: How do we flip the layout of our page?