Tutorial
-
Forget the CLI — how to master Git in the IDE
Typing hard-to-memorize commands might make you feel like a movie hacker, but there’s a better way: Learn how to use Git in the IDE
-
Run an E-Commerce App on Google Sheets
Our developers used Google Apps Script to automate a Google Sheets-based warehouse management system. Learn how to do it, too
-
The Court Says, Don’t Use Google Fonts
Fifty million websites worldwide use Google’s font library. A recent court ruling in Germany might change that. What you need to know — and do — to host fonts locally and avoid fines
-
Serializing data in PHP II: A simple primer on database interactions
Symfony Doctrine ORM pack, Ramsey UUID library, and JMS Serializer – the three tools you need to follow our step-by-step tutorial
-
We cut our AWS bill by 65% after moving to Lambda — Part 2: here’s how we did it
Moving our services from containers to serverless functions only required a little bit of refactoring and helped us reduce expensive NAT Gateway traffic
-
Streaming analytics just got a whole lot easier
Analyzing Dogecoin tweet sentiment in real-time with the Quix platform. A hands-on tutorial
-
Serializing data in PHP: A simple primer on the JMS Serializer and FoS Rest
Do you want to create a REST API in PHP? Are you struggling to find information about data serialization? Check out this super simple guide
-
How to set up a multi-touch attribution model
How to set up a multi-touch attribution model to track website conversions with Google Analytics, Google Tag Manager, and a Jupyter notebook
-
A painless way to manage secrets in Google Kubernetes Engine
Berglas is the simplest solution we’ve seen for managing secrets on Kubernetes clusters in GKE. Here’s why it’s our new favorite
-
Using GitHub Actions to deploy to Kubernetes in GKE
You can use Github actions and workflows to deploy a complex web app to multiple cluster environments in no time — here’s how we did it
-
How we set up a production CI workflow with GitHub actions
GitHub CI workflows are so convenient that we decided to use them in production. I’ll show you how we set them up to test a complex web app
-
Server-side tracking: surprisingly easy
Pixel-based tracking makes us ever more blind to many user interactions. Server-side tracking is the solution to this problem
-
Beginning a G Suite integration — what to prepare before you start coding
Let’s face it - Google’s developer documentation is dense. Let me clear the path with a simple guide to what you need before writing code
-
How to sync user accounts with G Suite push notifications
If your organization uses G Suite to manage your users, you can synchronize those users’ accounts with other systems. This is a little different to just using Google Sign-in with your own custom app. Let me explain why
-
I just discovered Python’s f-Strings and I love ’em already!
When switching from Java to Python I was so relieved to find out about f-strings. String formatting is so much easier—let me show you why