In this article, I will walk through a monorepo setup with a React front-end and a Symfony back-end, using Gitpod as the cloud-based development environment provider (same logic for Stackblitz, Github Codespaces and so on). CORS: where the journey be...
I've been looking at Destack for a while, late last year, I tried and abysmally failed at making a visual website builder using GrapesJS. It was a little too big of a thing to attempt all by myself, it did not go well, that project is frigging hard t...
A hard-to-ignore theme at KubeCon this year was how many organizations are grappling with the challenges of improving developer velocity and wrangling the increasing complexity of their tooling. To improve the situation, many organizations are now in...
Logging into Terraform Cloud within a Gitpod workspace can be a bumpy ride. When attempting to use terraform login, the browser-based wiswig view doesn't always generate the token as expected. Fortunately, a workaround exists: manually creating a tok...
Table of Contents AWS Fundamentals: Create an Account, Billing Alarm, and Budgets AWS Fundamentals: IAM user, GitHub, and AWS CLI Introduction In this article, we will create an Admin user in AWS. We will also install the AWS CLI to create AWS Bi...
As the name suggests Cloud Development Environments (CDEs) are cloud-based, on-demand environments preconfigured with all the dependencies needed to write and review code. Examples of CDEs are, Gitpod (the focus of this article) and GitHub Codespaces...
Introduction In this tutorial, you will learn how to install, run and test Medusa on Gitpod. What is Medusa? Medusa is an open source composable commerce engine for building ecommerce websites. A great alternative to Shopify with much more features. ...
TLDR This article walks us through a current Snyk Security Labs research project focusing on cloud based development environments (CDEs) — which resulted in a full workspace takeover on the Gitpod platform and extended to the user’s SCM account. The ...
Intro This information is based on issues I faced when making edits to my GitHub repository using GitPod cloud development environment. I wanted to write a quick article that will hopefully help others. This article assumes you are using git version ...
Version Control Best Practices for Bootcampers: Understanding Git Branches and Avoiding Divergence Intro As a cloud developer, mastering version control is essential. Git is the most popular version control system, and it's widely used in the industr...