A collection of thoughts, musings and insights from our talented group of software engineers and product designers - read all about it on our blog.
Recent articles
Kubernetes: piloting the cybernetic dreamboat
Sam Galson
• February 18
Kubernetes: piloting the cybernetic dreamboat
Sam Galson
• February 18The name Kubernetes originates from Greek, meaning helmsman or pilot, and is the root of governor and cybernetic. ( Kubernetes documentation…
The name Kubernetes originates from Greek, meaning helmsman or pilot, and is the root of governor and cybernetic. ( Kubernetes documentation…Read More...
CPU and I/O performance diagnostics in Node.js
Tom Gallacher
• February 11
CPU and I/O performance diagnostics in Node.js
Tom Gallacher
• February 11Understanding the performance profile of your Node.js applications can be a difficult process, particularly while dealing with an ever…
Understanding the performance profile of your Node.js applications can be a difficult process, particularly while dealing with an ever…Read More...
Query by 2 or more fields on GraphQL
Daniela Matos de Carvalho
• February 04Query by 2 or more fields on GraphQL
Daniela Matos de Carvalho
• February 04We at YLD are using Slack together with missions.ai , allowing our employees to get some relevant information about them or about other…
We at YLD are using Slack together with missions.ai , allowing our employees to get some relevant information about them or about other…Read More...
CDD: Pt 3 Scalable Pizza Menu with Serverless SSR
Pieter Raubenheimer
• January 28
CDD: Pt 3 Scalable Pizza Menu with Serverless SSR
Pieter Raubenheimer
• January 28In Part 2 , we continued to build out the Cloud Pizza Place — a virtual restaurant in the cloud, to see some more of the patterns and…
In Part 2 , we continued to build out the Cloud Pizza Place — a virtual restaurant in the cloud, to see some more of the patterns and…Read More...
Create custom GraphQL types
Sara Vieira
• January 16
Create custom GraphQL types
Sara Vieira
• January 16One good thing about GraphQL is having control over how our schema and our return values from an API will look like. We can type…
One good thing about GraphQL is having control over how our schema and our return values from an API will look like. We can type…Read More...
Rolling your own Redux with React Hooks and Context
James Wright
• January 07
Rolling your own Redux with React Hooks and Context
James Wright
• January 07For managing shared state in complex JavaScript applications, Redux is undisputedly the most popular choice. At the time of writing, it…
For managing shared state in complex JavaScript applications, Redux is undisputedly the most popular choice. At the time of writing, it…Read More...