Daniel Cadeaublog.dcadeau.com·Oct 15, 2024Monorepo in GitpodIn 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...Discuss·10 likes·95 readsGitpod
Brent Morrisclosetgeekshow.ca·Jul 13, 2024I built a shitty landing page but it only took me like 15 minutes!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...DiscussA Lazy Weekend Projectdestack
Pauline NarvasforGitpodgitpod.hashnode.dev·Dec 4, 2023Internal developer portals aren't a silver bullet for platform engineeringA 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...DiscussPlatform Engineering
Aung Ko Htetaungkohtet.hashnode.dev·Oct 22, 2023Challenges with Terraform Cloud Login and Gitpod Workspace IntegrationLogging 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...DiscussTerraform
Christopher Coffeecoffeebytez.hashnode.dev·Oct 1, 2023AWS Fundamentals: IAM, GitHub, and AWS CLITable 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...DiscussAWS
_Damilarepneuma.hashnode.dev·Sep 23, 2023Cloud Development Environments: the Gitpod GuideAs 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...Discuss·2 likes·76 readsCloud Development
Mark Tawanda Munyakamarkmunyaka.hashnode.dev·Mar 31, 2023How to run Medusa on GitpodIntroduction 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. ...Discuss·36 readsmedusa
Snyksnyksec.hashnode.dev·Mar 6, 2023Gitpod remote code execution 0-day vulnerability via WebSocketsTLDR 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 ...DiscussApplication Security
Andrew Parksandrewparks.hashnode.dev·Feb 26, 2023Undo file changes with gitIntro 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 ...Discuss·1 like·106 readsGit
Olga Timofeevaolley.hashnode.dev·Feb 26, 2023Git, GitHub and GitPodVersion 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...Discuss·1 like·284 readsGitHub