SlideShare a Scribd company logo
True story of re-architecting website
for scale on Windows Azure
1,3 billion+ web transactions / day
3 datacenters / 300+ servers
Lithuanian-based startup
20K+ unique visitors per month
can go viral any day soon
HOSTING

WINDOWS AZURE

Linux | Apache | MySQL |
PHP

Linux | Nginx | FTP

website, blog
static content
database

photos

Recommended for you

ASP.NET MVC 4
ASP.NET MVC 4ASP.NET MVC 4
ASP.NET MVC 4

This document summarizes some of the new features in ASP.NET MVC 4, including bundling and minification support to improve page loading performance, database migrations to evolve database schemas in a code-focused way, adaptive rendering and display modes for mobile web development, support for building and hosting web APIs, and asynchronous support to improve server scalability. It provides demos of bundling/minification, database migrations, mobile web, and hosting web APIs. It also discusses improvements to Razor and conditional attributes in MVC 4.

asp.netmvc 4
Menggunakan WordPress sebagai Headless CMS
Menggunakan WordPress sebagai Headless CMSMenggunakan WordPress sebagai Headless CMS
Menggunakan WordPress sebagai Headless CMS

This document discusses headless content management systems (CMS) using WordPress as an example. It defines a headless CMS as one where the content management (backend) is separated from the presentation frontend. WordPress can function as a headless CMS by using its REST API to access content independently of themes. Benefits of a headless WordPress include multi-language and multi-platform development. The document demonstrates building a Vue.js frontend for a headless WordPress site, retrieving posts and categories through the REST API.

wordpressapiheadless-cms
Firebase.pptx
Firebase.pptxFirebase.pptx
Firebase.pptx

Firebase is a backend-as-a-service platform that allows developers to build apps faster without needing their own backend server. It provides real-time data syncing across devices, a NoSQL database for faster access than traditional web services, and social network authentication with only a few lines of code. Integrating Firebase into a Flutter app requires some basic configuration for Android, iOS, and web platforms to set up Firebase services and features like authentication.

flutter festivalsflutterengineering
20K+
~260K page views / month
~9K page views / day
~1K page views / hour

~0,2 page views / second

but spikes up-to
50 page views /
second
Cloud gives more flexibility and scalability options
Windows Azure is Microsoft’s Cloud Platform
BizSpark gives Windows Azure for free for 1 year

Let’s move!
VIRTUAL MACHINE
HOSTING

WINDOWS AZURE

Linux | Apache | MySQL |
PHP

Linux | Nginx | FTP

website, blog
static content
database

photos

Recommended for you

Firebase.pptx
Firebase.pptxFirebase.pptx
Firebase.pptx

Firebase is a backend-as-a-service platform that allows developers to build apps faster without maintaining their own backend servers. It provides real-time database functionality, social login capabilities, and authentication services like user signup and login. Developers can integrate Firebase into their Android, iOS, and web apps with some basic configuration steps for each platform to start using its features and benefits like syncing data in real-time and providing a faster experience than traditional web services.

What is a good technology stack today?
What is a good technology stack today?What is a good technology stack today?
What is a good technology stack today?

Netlighter Gustaf Dalemar presentation at Edge Academy in Oslo. Web development is a constantly and rapidly changing area. There have never been as many choices as there are now when starting a new project and many developers are unsure where to begin. What is a good technology stack today? We will take a closer look at these different options together, talk about how we as developers can manage them and look closer at the approach that VG has taken to solve this issue. © All rights reserved.

netlightconsultingnetlightoslonetlight
Using WordPress as a local Intranet Hub, Milwaukee WordCamp 2013 | Samer Sultan
Using WordPress as a local Intranet Hub, Milwaukee WordCamp 2013 | Samer SultanUsing WordPress as a local Intranet Hub, Milwaukee WordCamp 2013 | Samer Sultan
Using WordPress as a local Intranet Hub, Milwaukee WordCamp 2013 | Samer Sultan

WordPress can be customized any way you like. Why not use it as a local install to share content between teams?

wordpresswordcampmilwaukee
WINDOWS AZURE
Linux | Apache | MySQL |
PHP

Linux | Nginx | FTP

website, blog
static content
database

photos
SCALING ISSUE #1
Dedicated VM for storing content is suboptimal in the
cloud
Manual management & scaling

No backups
BLOB STORAGE
WINDOWS AZURE
Linux | Apache | MySQL |
PHP

Linux | Nginx | FTP

website, blog
static content
database

photos

Recommended for you

Gatsby intro
Gatsby introGatsby intro
Gatsby intro

This document introduces Gatsby.js, a static site generator built with React, Webpack, and GraphQL. It discusses static site generators and their benefits like fast load times, simplicity, and reliability. Gatsby allows building lightning fast websites, especially for content that doesn't change frequently, like blogs, business sites, and ecommerce sites. The document explains key concepts behind Gatsby like React, Webpack, and GraphQL and demonstrates Gatsby by reviewing the author's blog built with it. While Gatsby is still early, its benefits include optimized loading, best practices out of the box, and flexibility of a React application.

reactgraphqlgatsby
ASP.NET MVC 4 Overview
ASP.NET MVC 4 OverviewASP.NET MVC 4 Overview
ASP.NET MVC 4 Overview

This document provides an overview of new features in ASP.NET MVC 4, including new project templates, support for DotNetOpenAuth for external authentication, bundling and minification for performance improvements, device-based filtering for responsive design, mobile enhancements, asynchronous controller support, and the new ASP.NET Web API framework. It also previews upcoming features planned for the fall 2012 update such as SignalR, Windows Azure Active Directory integration, and the Web Optimization framework.

asp.netmvc
Using WordPress as a Headless CMS
Using WordPress as a Headless CMSUsing WordPress as a Headless CMS
Using WordPress as a Headless CMS

In this presentation, I'll show you how to use WordPress' REST API to unlock WordPress' hidden potential by using it as a Headless CMS and connect it to a React front-end. React out at: https://adamrasheed.com

wordpressreactweb development
WINDOWS AZURE
Linux | Apache | MySQL |
PHP

HTTP

website, blog
static content
database

photos
SCALING ISSUE #2
Static content on the same VM as website and blog
Different scalability targets
Photos are part of static content
WINDOWS AZURE
Linux | Apache | MySQL |
PHP

HTTP

website, blog
static content
database

photos
WINDOWS AZURE
Linux | Apache | MySQL |
PHP

HTTP

website, blog
database

static content

Recommended for you

Way of the Future
Way of the FutureWay of the Future
Way of the Future

With the performance gains promised by HHVM and PHP 7, WordPress site admins are living in pretty exciting times. The PHP world at large is in a proverbial space race, and every WordPress site will (eventually) benefit. But early adopters and folks who manage their own servers shouldn’t be the only ones who get early access to these face melting bumps in speed. In this talk, I’ll be introducing you to things you can do to get your code ready for these next generation hosting environments. And we’ll cover where you can host your code once it’s ready. If you’re interested in attending this talk, a passing familiarity with the command line helps, but isn’t a hard requirement.

wordpresshhvmphp 7
Introduction to ASPNET Core
Introduction to ASPNET CoreIntroduction to ASPNET Core
Introduction to ASPNET Core

This document outlines a workshop on fullstack .NET technologies including Microsoft Azure, ASP.NET Core, and Xamarin. The workshop covers topics such as an introduction to Azure, building REST APIs with ASP.NET Core, and creating cross-platform mobile apps with Xamarin. It also provides an overview of ASP.NET Core, including its evolution and basic building blocks for creating a first ASP.NET Core app. Resources for further learning are provided.

aspnetcoremvpradya labs
Simple Cloud with Amazon Lightsail
Simple Cloud with Amazon LightsailSimple Cloud with Amazon Lightsail
Simple Cloud with Amazon Lightsail

Whether you are launching a simple website or a scaled application, time to go live is a key consideration for your business. Amazon Lightsail is the easiest way to get started on AWS, letting you build and scale your infrastructure faster. In this session, we will walk you through how to use Lightsail to launch your application with a few clicks and scale it as needed for redundancy, traffic spikes, or intergalactic attack. With in-browser SSH and RDP access, easy server management, and in-console guidance, Lightsail provides all the tools needed for builders of all levels – no prior AWS experience required.

awsamazon-web-servicescloud
SCALING ISSUE #3
Database on the same VM as website and blog
Very different scalability targets and strategies
WINDOWS AZURE
Linux | Apache | MySQL |
PHP

HTTP

website, blog
database

static content
WINDOWS AZURE
Linux | MySQL Linux | Apache | PHP

database

website, blog

HTTP

static content
SCALING ISSUE #4
Blog on the same VM as website
Different scalability targets

Recommended for you

WordPress Multilingual: WordCamp Antwerp 2016
WordPress Multilingual: WordCamp Antwerp 2016WordPress Multilingual: WordCamp Antwerp 2016
WordPress Multilingual: WordCamp Antwerp 2016

This document discusses considerations for creating multilingual WordPress sites. It covers content-related considerations like original content versus translation and using in-house versus external translators. Developer considerations include localizing everything and following WordPress codex guidelines. Structural considerations involve UI language, plugins/themes, and URL structure. Different solutions for multilingual WordPress are presented, such as using separate installations for each language or having all languages in a single post. The document recommends checking plugin/theme compatibility and consulting support if unsure about the right solution for a given site.

Modern Web Tour
Modern Web TourModern Web Tour
Modern Web Tour

This document discusses .NET Core 3 and ASP.NET Core. It summarizes that .NET Core 3 expands supported workloads, is cross-platform, and has a faster CLR and 20,000 new APIs. ASP.NET Core is a full-featured framework that supports .NET Core 2.0 and Razor Pages, which skips MVC orchestration. It also discusses JavaScript, WebAssembly, Telerik and Kendo UI libraries, and polished web and mobile UI components.

pjax+Rails
pjax+Railspjax+Rails
pjax+Rails

A Ruby on Rails application that demonstrates advanced pjax integration. This demo was presented at Ruby::AZ (http://rubyaz.org) on March 18th, 2014. Sponsored by Software Ops (http://softwareops.com). We build mobile app systems.

ajaxpushstateruby on rails
WEBSITES
WINDOWS AZURE
Linux | MySQL Linux | Apache | PHP

database

website, blog

HTTP

static content
WINDOWS AZURE
Linux | MySQL Linux | Apache | PHP IIS | PHP

database

website

blog

HTTP

static content
FURTHER SCALING

Recommended for you

Demystifying HTML5
Demystifying HTML5Demystifying HTML5
Demystifying HTML5

This document provides an overview and history of HTML5, summarizing some of the key new features in 3 sentences or less: HTML5 aims to simplify HTML markup and make it more semantic with new elements like <section> and <nav>. It also introduces new JavaScript APIs, richer media like <audio> and <video>, and the <canvas> element for drawing. The development of HTML5 was a collaborative effort between browser vendors to create a common standard that is backwards compatible and supports modern web applications.

html5svgcss3
Cloud Computing and Microsoft Azure Platform
Cloud Computing and Microsoft Azure PlatformCloud Computing and Microsoft Azure Platform
Cloud Computing and Microsoft Azure Platform

A brief introduction to the cloud computing and Microsoft Azure platform. Trumpas įvadas į debesų kompiuteriją ir Microsoft Azure platformą

microsoftazurecloud computing
Architecting Windows Azure
Architecting Windows AzureArchitecting Windows Azure
Architecting Windows Azure

The document discusses architecting applications for the Windows Azure cloud platform. It covers designing applications with a cloud mindset of unreliable hardware and network connections. It then summarizes the design of a multi-tenant website called Pingy that monitors the availability of external websites. The design progressed through several iterations to improve scalability, availability, and authentication using features of Windows Azure such as worker roles, queues, storage, and AppFabric. Examples and source code for Pingy are provided for further reference.

blob storageweb roleworker role
SCALING ISSUE #5
Website gets more requests than can handle
WINDOWS AZURE
Linux | MySQL Linux | Apache | PHP IIS | PHP

database

website

blog

HTTP

static content
WINDOWS AZURE
Linux | MySQL Linux | Apache | PHP IIS | PHP

database

website

blog

HTTP

static content
SCALING ISSUE #6
Database gets more queries than can handle

Recommended for you

Kaip Agile skatina gerųjų praktikų panaudojimą
Kaip Agile skatina gerųjų praktikų panaudojimąKaip Agile skatina gerųjų praktikų panaudojimą
Kaip Agile skatina gerųjų praktikų panaudojimą

...arba kodėl Agile neįmanomas be gerųjų praktikų panaudojimo ir kaip mes buvom priversti jas naudoti

agiledayagileadform
Moving applications to the cloud
Moving applications to the cloudMoving applications to the cloud
Moving applications to the cloud

101 on moving application to the Windows Azure Cloud using new features like Remote Desktop, Windows Azure Connect, Admin Mode and Startup Tasks, VM Role.

migrationcloud computingwindows azure
Bringing Developers to the Next Level
Bringing Developers to the Next LevelBringing Developers to the Next Level
Bringing Developers to the Next Level

Tips how to become awesome developers: - be a good developer - automate server infra - continuously deploy - monitor & measure - understand internals

continuous deploymentdevopsmonitoring
WINDOWS AZURE
Linux | MySQL Linux | Apache | PHP IIS | PHP

database

website

blog

HTTP

static content
WINDOWS AZURE
Linux |
MySQL

Linux |
MySQL

write-only
database

read-only
database

Linux | Apache | PHP IIS | PHP

website

blog

HTTP

static content
SCALING ISSUE #7
Read-only database gets more queries than can handle
WINDOWS AZURE
Linux |
MySQL

Linux |
MySQL

write-only
database

read-only
database

Linux | Apache | PHP IIS | PHP

website

blog

HTTP

static content

Recommended for you

Wordpress on Windows
Wordpress on WindowsWordpress on Windows
Wordpress on Windows

Josh Holmes is a developer evangelist at Microsoft who focuses on PHP and web development. The document discusses features of PHP on Windows/IIS including improved performance from WinCache, easier PHP application deployment and management through tools like WebMatrix and Web Platform Installer, and SQL Server support for PHP applications. It also provides links to resources on optimizing PHP performance, using WinCache, PHP 5.3 changes, and SQL Server support for WordPress.

wordpressphpwindows
Cnam azure 2014 web sites et integration continue
Cnam azure 2014  web sites et integration continueCnam azure 2014  web sites et integration continue
Cnam azure 2014 web sites et integration continue

This document discusses Windows Azure Web Sites, which provide a platform for hosting web applications on Microsoft's cloud computing platform. It describes the architecture of Azure Web Sites including deployment via FTP or source control. It also demonstrates configuring automated deployments from GitHub to different environments like development, staging, and production using scripts. This allows for continuous deployment across environments from a source code repository.

web siteswindows azure
HTML5: A complete overview
HTML5: A complete overviewHTML5: A complete overview
HTML5: A complete overview

This document contains slides from a presentation on HTML5 and web technologies given by Kristof Degrave. It introduces Kristof and his background before covering topics like HTML fundamentals, CSS3, web applications including offline capabilities, web storage, IndexedDB, and web sockets. The slides include explanations, code examples, and diagrams related to these emerging web standards.

html5richt internet applicationsweb
WINDOWS AZURE
Linux |
MySQL

Linux |
MySQL

write-only
database

read-only
database

Linux | Apache | PHP IIS | PHP

website

blog

HTTP

static content
SCALING ISSUE #8
Write-only database gets more queries than can handle
This is a nice issue to have

Split write-only database into shards with multiple read-

only slaves for each shard accessed via layer of
distributed cache
DEMO

Recommended for you

Windows Server 2008 R2 Dev Session 03
Windows Server 2008 R2 Dev Session 03Windows Server 2008 R2 Dev Session 03
Windows Server 2008 R2 Dev Session 03

The document discusses enhancements to IIS and the web platform in Windows Server 2008 R2. It introduces new extensions and tools that add functionality to IIS 7.x, including the Web Deployment Tool and Web Platform Installer. It also covers writing custom IIS extensions and packaging web applications for deployment using the Web Platform Installer. The Windows Web Services API is presented as a solution for exposing legacy native code services through a web interface.

windows server 2008 new efficiency launch
webservers.ppt
webservers.pptwebservers.ppt
webservers.ppt

Linux/Apache web servers provide flexibility and control over a web presence while delivering high performance and administrative control. They are an open source alternative to proprietary Microsoft web servers like BackOffice and IIS, which make publishing documents and information on the web easy using Windows 2000 Server. Analysis of server usage statistics show that Apache has the largest market share across domains according to surveys by Netcraft.

web servers
Php apache vs iis By Hafedh Yahmadi
Php apache vs iis  By Hafedh YahmadiPhp apache vs iis  By Hafedh Yahmadi
Php apache vs iis By Hafedh Yahmadi

The document discusses a presentation about PHP and web servers. The agenda includes an introduction to PHP for Windows, discussing what PHP is and what it can do. It also discusses Windows IIS with PHP and demos. The presentation covers web servers like IIS and Apache, features of IIS in more detail, and concludes with a case study and demo of PHP on the cloud.

WINDOWS AZURE
SQL Database

IIS | PHP

HTTP

database

blog

static content
WINDOWS AZURE
SERVICES
WINDOWS AZURE
Windows Azure Virtual Machine for VMs
Windows Azure Blob Storage for static content
Windows Azure Website for hosting web site
WINDOWS AZURE
Windows Azure Service Bus for messaging
Windows Azure Cache Service for distributed caching
Windows Azure Notification Hubs for push notification

Windows Azure HDInsight for big data

Recommended for you

Urbanesia - Development History
Urbanesia - Development HistoryUrbanesia - Development History
Urbanesia - Development History

The document summarizes the development history of Urbanesia through multiple iterations. It describes improvements made to the technical architecture and infrastructure in each iteration, including moving to NoSQL databases, separating backend and frontend applications, improving caching, and focusing on asynchronous processing. It also discusses lessons learned around prioritizing users over technology, optimization techniques, and challenges in building out new features and scaling the system.

business connecthistorytechnology
WEB SERVER
WEB SERVERWEB SERVER
WEB SERVER

The document discusses different types of web servers. It explains that a web server is a program that uses HTTP to serve web pages in response to user requests. It then describes some major web server types: Apache, which is open source and runs on many operating systems and has about 60% market share; IIS, which is Microsoft's proprietary web server that runs on Windows; Nginx, an open-source alternative to Apache known for performance; and Sun Java System Web Server, suitable for medium and large sites but not open source.

it infrastructure
Web Hosting
Web HostingWeb Hosting
Web Hosting

Mac OS X Server provides a comprehensive and scalable web hosting solution with a high-performance Apache web server, support for hosting dynamic websites and web applications, and tools for secure authentication and access control. It offers an intuitive interface and built-in technologies for wikis, blogs, and database integration, making it easy for organizations of any size to host websites and deploy web applications.

web hosting
WINDOWS AZURE
COMPUTE

DATA SERVICES

APP SERVICES

NETWORK

Virtual Machines

SQL Database

Media Services

SERVICES

Web Sites

Storage

Service Bus

Mobile Services

HDInsight

Notification Hubs

Cloud Services

Cache

BizTalk Services

Backup

Active Directory

Recovery

Multi-Factor Auth

Virtual Network
Traffic Manager

Manager
Pricing calculator: http://www.windowsazure.com/en-us/pricing/calculator/?scenario=full
True story of re architecting website for scale on windows azure
True story of re architecting website for scale on windows azure
True story of re architecting website for scale on windows azure

Recommended for you

Scaling on AWS for the First 10 Million Users at Websummit Dublin
Scaling on AWS for the First 10 Million Users at Websummit DublinScaling on AWS for the First 10 Million Users at Websummit Dublin
Scaling on AWS for the First 10 Million Users at Websummit Dublin

In this talk from the Dublin Websummit 2014 AWS Technical Evangelist Ian Massingham discusses the techniques that AWS customers can use to create highly scalable infrastructure to support the operation of large scale applications on the AWS cloud. Includes a walk-through of how you can evolve your architecture as your application becomes more popular and you need to scale up your infrastructure to support increased demand.

amazon web servicesian massinghamweb sites
Scaling on AWS for the First 10 Million Users at Websummit Dublin
Scaling on AWS for the First 10 Million Users at Websummit DublinScaling on AWS for the First 10 Million Users at Websummit Dublin
Scaling on AWS for the First 10 Million Users at Websummit Dublin

Ian Massingham gave a presentation on scaling applications on AWS from initial launch to over 1 million users. He began by discussing foundational AWS services and database options. He then walked through examples of scaling an application from 1 user to over 500,000 users by leveraging services like EC2, RDS, DynamoDB, ElastiCache, S3, CloudFront, and Auto Scaling. Key strategies included separating components across instances, adding redundancy, implementing caching, and leveraging auto scaling to dynamically scale resources based on demand. Massingham concluded by discussing strategies for scaling beyond 500,000 users such as service-oriented architectures and workload distribution across availability zones.

amazon web servicesian massinghamwebsummit-dublin-2014
London .NET Developers Azure Websites
London .NET Developers Azure WebsitesLondon .NET Developers Azure Websites
London .NET Developers Azure Websites

This document discusses Azure Websites, which allows users to build and host web applications in the cloud. It covers how to create websites using various programming languages, deploying via source control, scaling options, using web jobs, traffic routing, backups, and integrating other Azure services like Redis Cache. The presentation includes demos of common tasks like site creation, deployments, scaling, and web jobs.

microsoft azurepaasazure websites

More Related Content

What's hot

Presentation on Gatsby to SF Static Web Tech Meetup
Presentation on Gatsby to SF Static Web Tech MeetupPresentation on Gatsby to SF Static Web Tech Meetup
Presentation on Gatsby to SF Static Web Tech Meetup
Kyle Mathews
 
How to Ensure You're Launching the Most Secure Website - Michael Tremante
How to Ensure You're Launching the Most Secure Website - Michael TremanteHow to Ensure You're Launching the Most Secure Website - Michael Tremante
How to Ensure You're Launching the Most Secure Website - Michael Tremante
WP Engine
 
Wix Apps in WP TLV
Wix Apps in WP TLVWix Apps in WP TLV
Wix Apps in WP TLV
dsero
 
ASP.NET MVC 4
ASP.NET MVC 4ASP.NET MVC 4
ASP.NET MVC 4
Danijel Malik
 
Menggunakan WordPress sebagai Headless CMS
Menggunakan WordPress sebagai Headless CMSMenggunakan WordPress sebagai Headless CMS
Menggunakan WordPress sebagai Headless CMS
Rio Astamal
 
Firebase.pptx
Firebase.pptxFirebase.pptx
Firebase.pptx
TanviBudhabaware
 
Firebase.pptx
Firebase.pptxFirebase.pptx
Firebase.pptx
siddhiiAgarwal
 
What is a good technology stack today?
What is a good technology stack today?What is a good technology stack today?
What is a good technology stack today?
Netlight Consulting
 
Using WordPress as a local Intranet Hub, Milwaukee WordCamp 2013 | Samer Sultan
Using WordPress as a local Intranet Hub, Milwaukee WordCamp 2013 | Samer SultanUsing WordPress as a local Intranet Hub, Milwaukee WordCamp 2013 | Samer Sultan
Using WordPress as a local Intranet Hub, Milwaukee WordCamp 2013 | Samer Sultan
samersultan1
 
Gatsby intro
Gatsby introGatsby intro
Gatsby intro
Ben McCormick
 
ASP.NET MVC 4 Overview
ASP.NET MVC 4 OverviewASP.NET MVC 4 Overview
ASP.NET MVC 4 Overview
Gunnar Peipman
 
Using WordPress as a Headless CMS
Using WordPress as a Headless CMSUsing WordPress as a Headless CMS
Using WordPress as a Headless CMS
Adam Rasheed
 
Way of the Future
Way of the FutureWay of the Future
Way of the Future
Jason Cosper
 
Introduction to ASPNET Core
Introduction to ASPNET CoreIntroduction to ASPNET Core
Introduction to ASPNET Core
Puja Pramudya
 
Simple Cloud with Amazon Lightsail
Simple Cloud with Amazon LightsailSimple Cloud with Amazon Lightsail
Simple Cloud with Amazon Lightsail
Amazon Web Services
 
WordPress Multilingual: WordCamp Antwerp 2016
WordPress Multilingual: WordCamp Antwerp 2016WordPress Multilingual: WordCamp Antwerp 2016
WordPress Multilingual: WordCamp Antwerp 2016
Octavio Andrés Cifuentes
 
Modern Web Tour
Modern Web TourModern Web Tour
Modern Web Tour
Sam Basu
 
pjax+Rails
pjax+Railspjax+Rails
pjax+Rails
Bruce White
 

What's hot (18)

Presentation on Gatsby to SF Static Web Tech Meetup
Presentation on Gatsby to SF Static Web Tech MeetupPresentation on Gatsby to SF Static Web Tech Meetup
Presentation on Gatsby to SF Static Web Tech Meetup
 
How to Ensure You're Launching the Most Secure Website - Michael Tremante
How to Ensure You're Launching the Most Secure Website - Michael TremanteHow to Ensure You're Launching the Most Secure Website - Michael Tremante
How to Ensure You're Launching the Most Secure Website - Michael Tremante
 
Wix Apps in WP TLV
Wix Apps in WP TLVWix Apps in WP TLV
Wix Apps in WP TLV
 
ASP.NET MVC 4
ASP.NET MVC 4ASP.NET MVC 4
ASP.NET MVC 4
 
Menggunakan WordPress sebagai Headless CMS
Menggunakan WordPress sebagai Headless CMSMenggunakan WordPress sebagai Headless CMS
Menggunakan WordPress sebagai Headless CMS
 
Firebase.pptx
Firebase.pptxFirebase.pptx
Firebase.pptx
 
Firebase.pptx
Firebase.pptxFirebase.pptx
Firebase.pptx
 
What is a good technology stack today?
What is a good technology stack today?What is a good technology stack today?
What is a good technology stack today?
 
Using WordPress as a local Intranet Hub, Milwaukee WordCamp 2013 | Samer Sultan
Using WordPress as a local Intranet Hub, Milwaukee WordCamp 2013 | Samer SultanUsing WordPress as a local Intranet Hub, Milwaukee WordCamp 2013 | Samer Sultan
Using WordPress as a local Intranet Hub, Milwaukee WordCamp 2013 | Samer Sultan
 
Gatsby intro
Gatsby introGatsby intro
Gatsby intro
 
ASP.NET MVC 4 Overview
ASP.NET MVC 4 OverviewASP.NET MVC 4 Overview
ASP.NET MVC 4 Overview
 
Using WordPress as a Headless CMS
Using WordPress as a Headless CMSUsing WordPress as a Headless CMS
Using WordPress as a Headless CMS
 
Way of the Future
Way of the FutureWay of the Future
Way of the Future
 
Introduction to ASPNET Core
Introduction to ASPNET CoreIntroduction to ASPNET Core
Introduction to ASPNET Core
 
Simple Cloud with Amazon Lightsail
Simple Cloud with Amazon LightsailSimple Cloud with Amazon Lightsail
Simple Cloud with Amazon Lightsail
 
WordPress Multilingual: WordCamp Antwerp 2016
WordPress Multilingual: WordCamp Antwerp 2016WordPress Multilingual: WordCamp Antwerp 2016
WordPress Multilingual: WordCamp Antwerp 2016
 
Modern Web Tour
Modern Web TourModern Web Tour
Modern Web Tour
 
pjax+Rails
pjax+Railspjax+Rails
pjax+Rails
 

Viewers also liked

Demystifying HTML5
Demystifying HTML5Demystifying HTML5
Demystifying HTML5
Sergejus Barinovas
 
Cloud Computing and Microsoft Azure Platform
Cloud Computing and Microsoft Azure PlatformCloud Computing and Microsoft Azure Platform
Cloud Computing and Microsoft Azure Platform
Sergejus Barinovas
 
Architecting Windows Azure
Architecting Windows AzureArchitecting Windows Azure
Architecting Windows Azure
Sergejus Barinovas
 
Kaip Agile skatina gerųjų praktikų panaudojimą
Kaip Agile skatina gerųjų praktikų panaudojimąKaip Agile skatina gerųjų praktikų panaudojimą
Kaip Agile skatina gerųjų praktikų panaudojimą
Sergejus Barinovas
 
Moving applications to the cloud
Moving applications to the cloudMoving applications to the cloud
Moving applications to the cloud
Sergejus Barinovas
 
Bringing Developers to the Next Level
Bringing Developers to the Next LevelBringing Developers to the Next Level
Bringing Developers to the Next Level
Sergejus Barinovas
 

Viewers also liked (6)

Demystifying HTML5
Demystifying HTML5Demystifying HTML5
Demystifying HTML5
 
Cloud Computing and Microsoft Azure Platform
Cloud Computing and Microsoft Azure PlatformCloud Computing and Microsoft Azure Platform
Cloud Computing and Microsoft Azure Platform
 
Architecting Windows Azure
Architecting Windows AzureArchitecting Windows Azure
Architecting Windows Azure
 
Kaip Agile skatina gerųjų praktikų panaudojimą
Kaip Agile skatina gerųjų praktikų panaudojimąKaip Agile skatina gerųjų praktikų panaudojimą
Kaip Agile skatina gerųjų praktikų panaudojimą
 
Moving applications to the cloud
Moving applications to the cloudMoving applications to the cloud
Moving applications to the cloud
 
Bringing Developers to the Next Level
Bringing Developers to the Next LevelBringing Developers to the Next Level
Bringing Developers to the Next Level
 

Similar to True story of re architecting website for scale on windows azure

Wordpress on Windows
Wordpress on WindowsWordpress on Windows
Wordpress on Windows
Josh Holmes
 
Cnam azure 2014 web sites et integration continue
Cnam azure 2014  web sites et integration continueCnam azure 2014  web sites et integration continue
Cnam azure 2014 web sites et integration continue
Aymeric Weinbach
 
HTML5: A complete overview
HTML5: A complete overviewHTML5: A complete overview
HTML5: A complete overview
Kristof Degrave
 
Windows Server 2008 R2 Dev Session 03
Windows Server 2008 R2 Dev Session 03Windows Server 2008 R2 Dev Session 03
Windows Server 2008 R2 Dev Session 03
Clint Edmonson
 
webservers.ppt
webservers.pptwebservers.ppt
webservers.ppt
webhostingguy
 
Php apache vs iis By Hafedh Yahmadi
Php apache vs iis  By Hafedh YahmadiPhp apache vs iis  By Hafedh Yahmadi
Php apache vs iis By Hafedh Yahmadi
TechdaysTunisia
 
Urbanesia - Development History
Urbanesia - Development HistoryUrbanesia - Development History
Urbanesia - Development History
Batista Harahap
 
WEB SERVER
WEB SERVERWEB SERVER
WEB SERVER
avinashdevnani
 
Web Hosting
Web HostingWeb Hosting
Web Hosting
webhostingguy
 
Scaling on AWS for the First 10 Million Users at Websummit Dublin
Scaling on AWS for the First 10 Million Users at Websummit DublinScaling on AWS for the First 10 Million Users at Websummit Dublin
Scaling on AWS for the First 10 Million Users at Websummit Dublin
Ian Massingham
 
Scaling on AWS for the First 10 Million Users at Websummit Dublin
Scaling on AWS for the First 10 Million Users at Websummit DublinScaling on AWS for the First 10 Million Users at Websummit Dublin
Scaling on AWS for the First 10 Million Users at Websummit Dublin
Amazon Web Services
 
London .NET Developers Azure Websites
London .NET Developers Azure WebsitesLondon .NET Developers Azure Websites
London .NET Developers Azure Websites
Tom Walker
 
Delivering High Performance Websites with NGINX
Delivering High Performance Websites with NGINXDelivering High Performance Websites with NGINX
Delivering High Performance Websites with NGINX
NGINX, Inc.
 
Lamp
LampLamp
Lamp
anurag1p
 
Asp.net
Asp.netAsp.net
Comenzando com la nube hibrida
Comenzando com la nube hibrida Comenzando com la nube hibrida
Comenzando com la nube hibrida
Amazon Web Services LATAM
 
www.free-ebooks-download.orgwww.free-ebooks-download.o.docx
www.free-ebooks-download.orgwww.free-ebooks-download.o.docxwww.free-ebooks-download.orgwww.free-ebooks-download.o.docx
www.free-ebooks-download.orgwww.free-ebooks-download.o.docx
odiliagilby
 
www.free-ebooks-download.orgwww.free-ebooks-download.o.docx
www.free-ebooks-download.orgwww.free-ebooks-download.o.docxwww.free-ebooks-download.orgwww.free-ebooks-download.o.docx
www.free-ebooks-download.orgwww.free-ebooks-download.o.docx
jeffevans62972
 
Windows Loves Drupal
Windows Loves DrupalWindows Loves Drupal
Windows Loves Drupal
Acquia
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
Amazon Web Services
 

Similar to True story of re architecting website for scale on windows azure (20)

Wordpress on Windows
Wordpress on WindowsWordpress on Windows
Wordpress on Windows
 
Cnam azure 2014 web sites et integration continue
Cnam azure 2014  web sites et integration continueCnam azure 2014  web sites et integration continue
Cnam azure 2014 web sites et integration continue
 
HTML5: A complete overview
HTML5: A complete overviewHTML5: A complete overview
HTML5: A complete overview
 
Windows Server 2008 R2 Dev Session 03
Windows Server 2008 R2 Dev Session 03Windows Server 2008 R2 Dev Session 03
Windows Server 2008 R2 Dev Session 03
 
webservers.ppt
webservers.pptwebservers.ppt
webservers.ppt
 
Php apache vs iis By Hafedh Yahmadi
Php apache vs iis  By Hafedh YahmadiPhp apache vs iis  By Hafedh Yahmadi
Php apache vs iis By Hafedh Yahmadi
 
Urbanesia - Development History
Urbanesia - Development HistoryUrbanesia - Development History
Urbanesia - Development History
 
WEB SERVER
WEB SERVERWEB SERVER
WEB SERVER
 
Web Hosting
Web HostingWeb Hosting
Web Hosting
 
Scaling on AWS for the First 10 Million Users at Websummit Dublin
Scaling on AWS for the First 10 Million Users at Websummit DublinScaling on AWS for the First 10 Million Users at Websummit Dublin
Scaling on AWS for the First 10 Million Users at Websummit Dublin
 
Scaling on AWS for the First 10 Million Users at Websummit Dublin
Scaling on AWS for the First 10 Million Users at Websummit DublinScaling on AWS for the First 10 Million Users at Websummit Dublin
Scaling on AWS for the First 10 Million Users at Websummit Dublin
 
London .NET Developers Azure Websites
London .NET Developers Azure WebsitesLondon .NET Developers Azure Websites
London .NET Developers Azure Websites
 
Delivering High Performance Websites with NGINX
Delivering High Performance Websites with NGINXDelivering High Performance Websites with NGINX
Delivering High Performance Websites with NGINX
 
Lamp
LampLamp
Lamp
 
Asp.net
Asp.netAsp.net
Asp.net
 
Comenzando com la nube hibrida
Comenzando com la nube hibrida Comenzando com la nube hibrida
Comenzando com la nube hibrida
 
www.free-ebooks-download.orgwww.free-ebooks-download.o.docx
www.free-ebooks-download.orgwww.free-ebooks-download.o.docxwww.free-ebooks-download.orgwww.free-ebooks-download.o.docx
www.free-ebooks-download.orgwww.free-ebooks-download.o.docx
 
www.free-ebooks-download.orgwww.free-ebooks-download.o.docx
www.free-ebooks-download.orgwww.free-ebooks-download.o.docxwww.free-ebooks-download.orgwww.free-ebooks-download.o.docx
www.free-ebooks-download.orgwww.free-ebooks-download.o.docx
 
Windows Loves Drupal
Windows Loves DrupalWindows Loves Drupal
Windows Loves Drupal
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 

More from Sergejus Barinovas

Continuous Happiness by Continuous Delivery
Continuous Happiness by Continuous DeliveryContinuous Happiness by Continuous Delivery
Continuous Happiness by Continuous Delivery
Sergejus Barinovas
 
Windows Azure from practical point of view
Windows Azure from practical point of viewWindows Azure from practical point of view
Windows Azure from practical point of view
Sergejus Barinovas
 
Flashback: QCon San Francisco 2012
Flashback: QCon San Francisco 2012Flashback: QCon San Francisco 2012
Flashback: QCon San Francisco 2012
Sergejus Barinovas
 
Intro to Big Data using Hadoop
Intro to Big Data using Hadoop Intro to Big Data using Hadoop
Intro to Big Data using Hadoop
Sergejus Barinovas
 
Optimizing ASP.NET application performance: tough but necessary
Optimizing ASP.NET application performance: tough but necessaryOptimizing ASP.NET application performance: tough but necessary
Optimizing ASP.NET application performance: tough but necessary
Sergejus Barinovas
 
Release Often Release Safely
Release Often Release SafelyRelease Often Release Safely
Release Often Release Safely
Sergejus Barinovas
 
Introduction to Windows Azure Platform
Introduction to Windows Azure PlatformIntroduction to Windows Azure Platform
Introduction to Windows Azure Platform
Sergejus Barinovas
 
Web Scale with NoSQL
Web Scale with NoSQLWeb Scale with NoSQL
Web Scale with NoSQL
Sergejus Barinovas
 
NoSQL - what's that
NoSQL - what's thatNoSQL - what's that
NoSQL - what's that
Sergejus Barinovas
 

More from Sergejus Barinovas (9)

Continuous Happiness by Continuous Delivery
Continuous Happiness by Continuous DeliveryContinuous Happiness by Continuous Delivery
Continuous Happiness by Continuous Delivery
 
Windows Azure from practical point of view
Windows Azure from practical point of viewWindows Azure from practical point of view
Windows Azure from practical point of view
 
Flashback: QCon San Francisco 2012
Flashback: QCon San Francisco 2012Flashback: QCon San Francisco 2012
Flashback: QCon San Francisco 2012
 
Intro to Big Data using Hadoop
Intro to Big Data using Hadoop Intro to Big Data using Hadoop
Intro to Big Data using Hadoop
 
Optimizing ASP.NET application performance: tough but necessary
Optimizing ASP.NET application performance: tough but necessaryOptimizing ASP.NET application performance: tough but necessary
Optimizing ASP.NET application performance: tough but necessary
 
Release Often Release Safely
Release Often Release SafelyRelease Often Release Safely
Release Often Release Safely
 
Introduction to Windows Azure Platform
Introduction to Windows Azure PlatformIntroduction to Windows Azure Platform
Introduction to Windows Azure Platform
 
Web Scale with NoSQL
Web Scale with NoSQLWeb Scale with NoSQL
Web Scale with NoSQL
 
NoSQL - what's that
NoSQL - what's thatNoSQL - what's that
NoSQL - what's that
 

Recently uploaded

Password Rotation in 2024 is still Relevant
Password Rotation in 2024 is still RelevantPassword Rotation in 2024 is still Relevant
Password Rotation in 2024 is still Relevant
Bert Blevins
 
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
Kief Morris
 
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdfINDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
jackson110191
 
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyyActive Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
RaminGhanbari2
 
Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
KAMAL CHOUDHARY
 
Measuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at TwitterMeasuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at Twitter
ScyllaDB
 
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
Toru Tamaki
 
UiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs ConferenceUiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs Conference
UiPathCommunity
 
20240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 202420240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 2024
Matthew Sinclair
 
Cookies program to display the information though cookie creation
Cookies program to display the information though cookie creationCookies program to display the information though cookie creation
Cookies program to display the information though cookie creation
shanthidl1
 
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdfWhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
ArgaBisma
 
Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...
Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...
Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...
Chris Swan
 
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-InTrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc
 
Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
Safe Software
 
How to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptxHow to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptx
Adam Dunkels
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
Eric D. Schabell
 
Best Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdfBest Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdf
Tatiana Al-Chueyr
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Mydbops
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
Enterprise Wired
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
Larry Smarr
 

Recently uploaded (20)

Password Rotation in 2024 is still Relevant
Password Rotation in 2024 is still RelevantPassword Rotation in 2024 is still Relevant
Password Rotation in 2024 is still Relevant
 
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
 
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdfINDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
 
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyyActive Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
 
Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
 
Measuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at TwitterMeasuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at Twitter
 
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
 
UiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs ConferenceUiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs Conference
 
20240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 202420240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 2024
 
Cookies program to display the information though cookie creation
Cookies program to display the information though cookie creationCookies program to display the information though cookie creation
Cookies program to display the information though cookie creation
 
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdfWhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
WhatsApp Image 2024-03-27 at 08.19.52_bfd93109.pdf
 
Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...
Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...
Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...
 
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-InTrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
 
Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
 
How to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptxHow to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptx
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
 
Best Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdfBest Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdf
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
 

True story of re architecting website for scale on windows azure

Editor's Notes

  1. ESTONIA
  2. ESTONIA
  3. ESTONIA