Systems | Development | Analytics | API | Testing

Keploy

GitTogether | Open Source Dev Containers with DevPod | Hrittik Roy

Many developers are excited about Dev Containers, but until now, people needed to use a managed service like Codespaces or Gitpod to experience that Dev Container magic. DevPod is a new open-source tool that allows users to launch Dev Containers with any infrastructure they have available. DevPod introduces a way to define a development environment that can then be run on any cloud infrastructure or even on a localhost machine using Docker or Kubernetes locally or on the cloud. This talk is all about how you can use DevPod locally or on cloud to run your developer workloads easily.

Write Clean And Efficient Table Driven Unit Tests In Go

Table driven tests, also known as parameterized tests, have became very popular over the past few years, due to their ability to eliminate repetition. Table driven tests make it quite a bit easier to re-use the same values for different sets of tests by just moving the table outside of the scope of the test function. Different tests may benefit from the same input, and each test may have completely different configration, concurrency etc…

Gittogether | How to stay technical as an Engineering leader | Robin Gupta

"Every engineer hits the fork in the road in their career, deciding whether to grow as an engineering manager or an architect. The dangling question is: ""How will I keep my technical skills sharp?"" This was the predicament I faced as I transitioned from a Tech Lead to a Senior Management role. My solution? Open source.

GitTogether | Building scalable open source communities | Haimantika Mitra

Whether you are an open source project or an open source company, thriving and scaling the community is a challenge for maintainers. In this talk we will cover how one can build an open source community from scratch, what kind of initiatives and programs to build and how to ensure a healthy contributor-maintainer relationship, along with real-life case studies. 🔑The main takeaways will be.