Latest
All Posts
639 published posts

Make uploads fail-proof in Google Cloud Storage (GCS)
How to utilize resumable uploads with custom URLs

DoiT International Wins Google Cloud Reseller of the Year Award for North America!
The Reseller Award for North American recognizes DoiT International’s outstanding success in 2019 deploying Google Cloud.

How to Best Prepare for your Cloud Certification Exam
In my previous post, I gave tips for preparing for your Cloud Certification exams. In this one, I’ll lay out the best preparation materials I could find and get you ready for those critical two or three hours of the exam.

DoiT International Achieves APN 50 Certifications Distinction
DoiT International, a leading provider of proprietary cloud optimization technologies and cloud expertise, announced today that its cloud engineering team has collectively achieved Amazon Web Services (AWS) Partner Network (APN) Certification Distinction for achieving over 50 AWS Certifications.

How to Inject Secrets from AWS, GCP, or Vault Into a Kubernetes Pod
In the world of Kubernetes, we try to automate and minimize code duplication. Consuming secrets from a secret manager in Kubernetes should be the same way. Here’s how to do it.

Build on Your Experience to Earn Cloud Certifications
In this post, I will explain how to use your professional strengths to pass certification exams, even when you don’t yet know the subject matter.

Google BigQuery Data Modeller
Wondering where to start when modeling your data in Google BigQuery? This post has you covered with a simple repo and example.

DoiT International Achieves AWS Well-Architected Partner Status
DoiT International, a leading provider of proprietary public cloud optimization and operations software and public cloud expertise, announced today that it has achieved Amazon Web Services (AWS) Well-Architected Partner status, recognizing DoiT International has the expertise to deliver AWS Well-Architected reviews for existing workloads or new applications based on AWS’s best practices and guidelines.

Securely Access AWS Services from Google Kubernetes Engine (GKE)
It is not a rare case when an application running on Google Kubernetes Engine (GKE) needs to access Amazon Web Services (AWS) APIs. Any application has needs. Maybe it needs to run an analytics query on Amazon Redshift, access data stored in Amazon S3 bucket, convert text to speech with Amazon Polly or use any other AWS service. This multi-cloud scenario is common nowadays, as companies are working with multiple cloud providers.

DoiT International announces acquisition of superQuery
DoiT International (“DoiT” or the “Company”), the leading provider of proprietary public cloud optimization and operations software and public cloud expertise, announced it has signed a definitive agreement to acquire superQuery (superquery.io) — a unique development platform for Google BigQuery helping data teams to increase data exploration speed and cost optimization of big data workloads.

Refactoring Terraform, The Right Way.
Infrastructure as code (IaC) is hard. Often, you need to set up infrastructure (nowadays usually with Terraform) and you start writing a code that fits your specific use case.

Kubernetes and Secrets Management in the Cloud
Secrets are essential for the operation of many production systems. Unintended secrets exposure is one of the top risks that should be properly addressed. Developers should do their best to protect application secrets.