Go: Leaping from Java to Go and Dependency Injection [Hebrew] @JFrog Virtual Meetup (Israel)
October 28, 2020
< 1 min read
TALK 1: [Leaping from Java to Go], Roy Dar, R&D Team Leader @ JFrog
In this talk, we’ll go through the differences between Java and Go. Particularly which to select when starting a new project. As well as, the challenges and pitfalls when switching between the two. As a longtime Java developer, Roy Dar will address these common challenges and offer his perspective from previous experiences after switching over from two decades of Java development to Go.
TALK 2: [Go Dependency Injection], Noam Shemesh, CTO Office Architect @ JFrog
Dependency Injection is one of the most important design concepts. It’s crucial for unit testing, it helps with the separation of concerns, and implementation replacements and arguably the best outcome is reducing boilerplate code. But not in Go! Coming from Java development, this is one of the missing features. In this talk, we’ll discuss the design options and the pros and cons of each option.