Back in September we blogged about the GA of Amazon’s Serverless Aurora and how it really simplifies scaling database servers in the cloud – mainly because.. well basically you don’t have to. At AWS re:Invent 2018 last month, Amazon has taken Aurora Serverless to the next level with its ‘Data API’.
All posts by Emmett Walsh
AWS Aurora Serverless MySQL Generally Available
As most of us know by now, Serverless computing allows us to build and run applications and services without thinking about servers. Serverless applications don’t require us to provision, scale, and manage any servers.
We can build them for nearly any type of application or backend service, and everything required to run and scale our application with high availability is handled for us. Continue reading

Online shopping could become more expensive after Supreme Court ruling
Aside from the obvious convenience and choice that e-commerce has always offered, an often overlooked factor in its success in the US over the years has been the fact that sales tax did not have to be collected by a business if they didn’t have a physical presence in the state that they are selling within.
In effect this has led to the majority of online sales being tax-free – great for consumers and great for companies as they did not have to navigate state and local tax codes. Continue reading

‘Node style’ Reactive Java apps with Spring WebFlux
My last few assignments had taken me away from my relative safety of the JVM and into the topsy turvy world of Node.js for the first time.
It certainly took me a while to get used to things – wrapping my head around the whole non-blocking nature of the Node runtime and how it uses a single thread to process requests – and how important it was that I definitely do not block that thread! Continue reading

REST-less yet ? Try GraphQL
Lets face it, REST can can have its downsides e.g :
- dealing with a whole bunch of endpoints in a typical application
- performing multiple roundtrips to the server for multiple resources in order to get data for a single page of the UI
- getting the request parameters right
- dealing with api versions – coupling between the client and the responses from the server
- over-fetching of information that is not needed
More productivity volume with AWS Amplify
Developing the typical user management use cases (user registration, confirmation, sign in , forgot password, reset password etc etc etc) in any application is often the bane of many a developers existence. Now, thanks to AWS Amplifiy this can quickly become a thing of the past. Continue reading
Amazon SNS Introduces Message Filtering
Simple AWS Lambda and API Gateway with Claudia.js
For any of you Node.js folks out there already using serverless frameworks like ‘The Serverless Framework‘ , you’ll definitely want to checkout the really cool Claudia.js framework…
Claudia makes it easy to deploy Node.js projects to AWS Lambda and API Gateway. It automates all the error-prone deployment and configuration tasks, and sets everything up the way JavaScript developers expect out of the box. Continue reading
API.AI rebrands to Dialogflow
A couple of months ago we reported on Google’s acquisition of our favorite natural language processing (NLP) platform – API.AI.
Well since then it seems that API.AI have gone from strength to strength in so many new areas, …so much so in fact that they have decided to rebrand in order to better describe their current more diverse platform which includes an analytics tools and 33 prebuilt agents
Enter ‘Dialogflow’
Full press release here
Focus on code over infrastructure with Google App Engine Flexible Environment
