Systems | Development | Analytics | API | Testing

Latest Videos

Jobvite's Cloud-Transformation Made Easy With AWS and Rookout

Organizations are moving their applications and infrastructure to the cloud to reduce costs and gain elasticity and agility. This has caused a wave of adoption of cloud-native technologies, especially Kubernetes. And while we all love cloud-native technologies, it’s been very apparent that using them comes with its own unique set of challenges. The only way to maintain the velocity and quality of a cloud-native app? By being able to dive deep into running code and collect the metrics, logs, and traces needed in real-time.

Ruby & JVM A JRuby Love Story by Yarden Laifenfeld

When starting a new project, one of the first things we ask ourselves is what language we should use. This question doesn’t have an absolute answer, and we often find ourselves facing even more questions, such as: Do we want a language that is object oriented? Should we opt only for languages with garbage collectors? Is being able to interact directly with memory important to us? Does the language have popular and well maintained frameworks that match our specific needs? Do we care more about readability or performance?

Yarden Laifenfeld's talk at GopherCon Europe 2022- "From OOP to Go"

Picking up Go after mastering OOP languages often leads to common yet avoidable mistakes. The question is - how can we avoid them? Taking the example of inheritance, we will discuss how our process of thought needs to change when developing programs in Go compared to OOP languages.