Follow me on twitter @andyianriley
or see andyianriley @ linkedin.
We have been using graphQL at scale for several years. Highlighting and resolving slow queries is important to the help of the overall…
We have been using graphQL at scale for several years. It is important that teams have great visibility of the health of their queries. Also…
Creating large data graphs is great but as you add more services to the data graph you may not want to expose some of this data externally…
Large graphQL servers are the new monlith. As we linked more and more services to our data graphql, over 40 services, the codebase becomes…
Over the last 3 years we have been steadily splitting up the monlith code base that powers the AutoTrader website. The Monolith When we…
We have been working on removing bottlenecks to allow our teams to move fast. Basically reducing the time to take a feature from idea to…
We started looking at how to improve our website insights. The current solution relied heavily on GA (google anayltics) and an operational…
Over the last few years, we have been replacing our website with a single page application built in ReactJS talking to web services for data…
For web development building and deploying client side JavaScript applications can be difficult using your current tooling. This article…
In the past HTTPS was for protecting banking or e-commerce websites, but now it is becoming the ‘norm’. Google is heavily pushing the…
Recently we have been creating a new application using Lambdas in AWS. The lambda is JavaScript interacting with APIs and S3 buckets. We…
Security is becoming a more important aspect of development. Over the last few years, there have been numerous high profile security…
Desktop traffic is reducing with YoY sessions falling by 10%. Mobile websites are becoming more important all the time. Most companies have…
Make happier developers by supercharging your build with Gradle caching. A modern trend in code bases is to create mono-repos which consist…