March 2022 Summaries
6 posts from Coder
Filter
Month:
Year:
Post Summaries
Back to Blog
We're hosting a Meetup at our Austin Office on September 24th, 2024. The latest version of Coder v1.29 has been released, supporting remote Docker providers, FUSE devices in CVM-enabled workspaces, and provisioning workspace providers via CLI. This update also includes improved Projector performance and the addition of Coder to the DigitalOcean marketplace with additional providers to follow.
Mar 24, 2022
319 words in the original blog post.
The author shares their experience of joining a startup, Coder, amidst the pandemic. Despite initial doubts and challenges as a working mom in a non-technical role, they found support, growth opportunities, and a strong sense of trust from the company's founders. They emphasize the importance of constant learning and professional development for their happiness and fulfillment at work. The author encourages others to consider joining Coder by checking out their open positions and subscribing to their newsletter.
Mar 16, 2022
696 words in the original blog post.
Remote IDEs offer significant speed and productivity benefits for software teams, but it's crucial to provide a great developer experience with low latency. To achieve this, developers should use servers close in proximity, native IDEs instead of virtual desktops, direct connections whenever possible, and tools like mosh for improving SSH responsiveness. Offline development can be facilitated by defining remote workspaces with non-proprietary tools such as Dockerfiles or devcontainers.
Mar 10, 2022
653 words in the original blog post.
We're hosting a Meetup at our Austin Office, inviting attendees and speakers to share their interest. DigitalOcean has added Coder to its marketplace, a self-hosted platform for managing remote IDEs, which can be useful for faster development environments or onboarding developers, also allowing development from an iPad. Details about Coder's setup are available in the documentation. To stay updated on new releases, subscribing to their newsletter is recommended.
Mar 08, 2022
133 words in the original blog post.
Coder's software development platform aims to provide a solution for modern enterprises, enabling strict security processes without negatively impacting developer productivity. The platform is self-hosted and moves dev environments off of local machines or other solutions into the enterprise’s on-premises or public cloud Kubernetes infrastructure. It offers features such as isolation of workspaces, centralized image management, additional controls and configurations, audit logging, workspace process logging, integration with Single Sign-On systems, secure sharing of running applications, SSH support, TLS encryption for HTTP traffic, secret management, and compatibility with Virtual Desktop Infrastructure platforms. These features help enterprises better govern and control software development while ensuring the security and protection of source code, sensitive data, and intellectual property from theft.
Mar 07, 2022
2,544 words in the original blog post.
The text discusses a challenge in continuous integration, where developers often struggle with reproducing failures locally or relying on non-interactive build logs. Coder presents an alternative solution by running standard container images, allowing for consistent tools and versions between development workspaces and build environments. This approach simplifies debugging and ensures dependencies are kept in sync. The text also mentions benefits such as reducing configuration drift and improving collaboration among developers.
Mar 02, 2022
499 words in the original blog post.