AWS Serverless SSR with React 18 and NextJS 12 in AWS When building serverless applications we still want to use modern frontend technologies. Our entire stack is composed of various serverless services created with the serverless framework, deployed to AWS. Our frontend should be no different from the rest of our stack. It should be serverless.
Serverless Datadog: The State of Serverless 2022 Datadog announced updated version of their famous "The State of Serverless" report for the year 2022. Inside this report Datadog mentions that "Over half of organizations operating in each cloud have adopted serverless" which is very good news for the Serverless industry.
Talk Honza and Filip at Serverless Inc. Community Call Honza and Filip took part at regular Serverless Community Call organised by Serverless Inc. and talked about our Serverless journey we went through at Purple Technology and presented anatomy of our Purple Stack.
Technokrati Jak jsme vyhráli Nintendo a nechali se napálit, aneb Technokrati na cestách Filip s Maťem se vydali na Serverless Architecture Conference 2022, která se konala v Haagu a nakonec se z toho vyklubalo velmi nemilé překvapení v podobě předražené poloprázdné konference plné všeho možného, jen ne Serverlessu.
Meetup Report z druhého Serverless Brno meetupu Jde znát, že zájem o Serverless mezi komunitou v Česku roste, čemuž nasvědčujte i fakt, že jsme se téměř nevešli do konferenční místnosti s kapacitou pro 110 lidí! Pojďme se ohlédnout zpět a udělat si menší rekapitulaci.
Podcast Maťo s Honzou o naší Purple Engineering Culture Maťo s Honzou zavítali do SCRIPTease podcastu a podělili se o naše story o tom, jak v relativně malém týmu stavíme moderní cloudové FinTech aplikace pro obchodní brokery s miliardovými obraty.
AWS Purple Technology oznamuje prvního AWS Hero v Česku Naší snahy v oblasti evangelizace Serverless Computingu si všimli i v Amazonu a AWS udělilo našemu Serverless Architektovi Filipovi titul "AWS Hero" a Filip se tímto stal prvním AWS Hero v Česku a na Slovensku a nejmladším AWS Hero na světě.
Podcast Filip at Real World Serverless podcast Filip was invited by Yan Cui AKA Theburningmonk to talk about how we use Serverless at Purple Technology - especially AWS Step Functions. Check it out!
AWS Serverless from an executive's perspective Petr Konupek would like to drop a few words about the managerial perspective and how being serverless affects everyday life in the company.
Monorepo Make your Lerna smarter Once we initially decided to adopt serverless and started with early versions of Purple Stack, we were by common consent for mono repo organized code structure and for this purpose was Lerna definitely a clear choice. But although it's strong tool we were facing some uncovered needs.
Podcast Boříme mýty o Serverlessu v CZpodcastu Naši kolegové Filip, Maťo a Radis byli hosty ve známém českém podcastu "CZpodcast", kde prozradili jak jsme u nás v Purple Technology začínali před pěti lety s moderní Serverless architekturou a proč je to podle nás must-have přístup pro (nejen) nově vznikající startupy.
Meetup Ohlédnutí za prvním Serverless Brno meetupem První Serverless Brno meetup je za námi, tak si ho pojďme zrekapitulovat.
Talk Filip on Step Functions at Serverless Summit 21 From time to time we need our State Machines to wait for some async action, for example a webhook call, and we created a mechanism which we use all over our systems.
Serverless Asynchronous actions with AWS Step Functions Callback Patterns are a very powerful feature of AWS Step functions, providing an easy way how to control the state machine execution flow. Let's build a scalable solution which helps us track the current state of an execution and handles external asynchronous actions triggered by other services.
Meetup Serverless Brno Meetup #1 V Purple Technology používáme Serverless architekturu už více než 4 roky a právě používání Serverlessu nám umožnilo co nejefektivněji využít naše kapacity. Společně s dalšími řečníky a s vámi chceme rozšířit povědomí o tomhle přístupu, protože v Česku pořád není známý tak, jak by si zasloužil.
Talk Filip on Serverless in FinTech industry Filip was invited by AWS Serverless Hero Srushith Repakula to talk at Serverless Saturdays hosted by AWS User Group Tirupati about how we use Serverless in FinTech industry.
AWS Filip recognized as Serverless Star of the Week We are happy to announce that our Serverless Architect Filip Pýrek was recognized as Serverless Star of the Week ⭐️ in the most popular Serverless newsletter Off-by-none by Jeremy Daly. Issue
Podcast Filip at Talking Serverless podcast Filip discusses with Ryan Jones from Serverless Guru our journey to Serverless and the current challenges we are facing at Purple Technology. Check it out!
Intro to Serverless 4. Amazon API Gateway Amazon API Gateway is a very flexible cloud service, mostly used to create a REST API powered by a lambda function. I am going to take you through the instructions on how to create a simple HTTP GET endpoint with the help of the Serverless Framework, and how we can return a response in JSON.
Intro to Serverless 3. Overview of the basic AWS Serverless services The AWS services that I’m going to show you today have many different uses; I’ll focus only on their important features from the serverless architecture point of view.
Frontend Mocking the Frontend When it’s time to redesign that page do you really need to connect to some payment provider’s API just to see the consequences of changing the colors the user sees after making a deposit? This is where decoupling and mocking the interactions for the backend is worth it.
Serverless Lessons learned: AWS AppSync Subscriptions In this article we will get a bit more deeper into mechanisms of AppSync Subscriptions because even though they are documented in the AppSync documentation we couldn't see or understand some of the behaviours.
Intro to Serverless 2. Serverless Framework The Serverless Framework is a CLI tool which provides the deployment infrastructure needed for your serverless application to run seamlessly. It supports around 10 cloud providers, such as AWS and already has a fairly extensive plugin ecosystem—thanks to which it can be adjusted to suit your needs.
Web-Tech A story about the beginning of PurpleStack This is a story about a group of people who found their passion in technology and architecture, how this passion planted a seed that grew in our current technological stack, and how we built a senior developers’ team from it today.
Intro to Serverless 1. Intro to Serverless In case you haven’t heard of Serverless yet, listen up. It might change the way you design and manage your applications – just like it did for us at Purple Technology back in 2017 when we adopted the technology.