Tech
-
Streaming analytics just got a whole lot easier
Analyzing Dogecoin tweet sentiment in real-time with the Quix platform. A hands-on tutorial
-
Agile for Startups: Use Scrum as a toolbox, not a doctrine
Many startups follow Scrum to the letter, slowing themselves down with too much process too early. Why not pick and choose your processes?
-
Hey, tech startups — you don’t need to build the perfect company website
It might seem like a trivial task compared to building your actual product, but some companies end up spending way too much time and money on their websites
-
When hiring a CTO, what qualities should you look for?
A conversation with Project A’s CTO, Stephan Schulze, about what he looks for when interviewing CTOs for portfolio companies (Hint: it depends…)
-
Access Control on GKE is a breeze — on EKS, it can be a blizzard
If you’re a startup that thinks about moving to managed Kubernetes, there’s at least one good reason to choose Google’s platform over Amazon’s
-
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
-
Why developer documentation needs to be part of your growth strategy
It doesn’t matter if you’re selling to developers or hiring a whole bunch of them. They both need decent documentation to be productive
-
Are you a data exhibitionist? why you should protect your sensitive ports
You rarely set out to be a data exhibitionist. It happens surreptitiously. Then one day, your databases end up on Shodan, naked and exposed
-
We want to make data orchestration more accessible for startups
Introducing Herbie, a free, open-source tool that we’ve developed to help companies orchestrate data
-
Open Source: Project A Releases Its Data Warehouse Infrastructure
Project A releases its data warehouse framework, Mara, as an open-source project
-
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
-
What’s the best way to manage Helm charts?
Should you use a shared chart and store it in ChartMuseum or maintain service-specific charts? Here are some guidelines to help you decide
-
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