Home / Companies / Ona / Blog / June 2021

June 2021 Summaries

3 posts from Ona

Filter
Month: Year:
Post Summaries Back to Blog
Individual developer efficiency is crucial for a company's bottom line and team morale. However, remote work has made onboarding more challenging as developers often have to set up their environments in isolation. Outdated instructions and automated scripts further complicate the process. Gitpod provides an automated solution by creating one-off developer environments in the cloud for each task, improving efficiency and reducing cognitive load. By using cloud-based, ephemeral developer environments, developers can avoid maintaining local environments and switch between projects seamlessly.
Jun 30, 2021 1,701 words in the original blog post.
Gitpod has released a preview version of its Local Companion app that enables localhost access to any TCP port in a remote workspace regardless of protocol. The app runs locally and creates automatically tunneled connections to workspaces, either privately or publicly. This feature opens up environments or frameworks that assume localhost access, such as web frameworks like Svelte, and allows bundlers like Parcel or Webpack hot reloading without requiring any changes. It also supports non-HTTP protocols, including MQTT based brokers and AMQP based services. The current preview release has some limitations, such as one-way tunneling (local -> workspace), but future updates may include features like two-way tunneling, listing workspaces and ports, starting/stopping port forwarding from the command line, and connecting a local VS Code instance to a workspace.
Jun 09, 2021 843 words in the original blog post.
The DevX Conference was held on April 28-29, featuring speakers from GitHub, Sourcegraph, and other tech companies. Over 1.5k attendees participated in the event, which aimed to improve developer experience by fostering dialogue and establishing best practices across various areas of software development. Notable speakers included Jason Warner (CTO GitHub), Beyang Liu (CTO Sourcegraph), Josh Long (Spring), Shanea Leven (Founder Codesee), Ellen Chisa (Founder Darklang), Henry Zhu (Steward of BabelJS), Maƫl Nison (Creator Yarn), Nader Dabit (GraphQL & Serverless), Anurag Goel (Founder Render), and Yihong Cheng (Github1s). The event concluded with the distribution of $10k in open-source funding, which was decided by attendees.
Jun 03, 2021 1,488 words in the original blog post.