Hi everyone! π
We are excited to announce our September in person event π
Register now and join us for a wonderful evening hosted by Elastic π₯³
(Floor 1, 5 Southampton Street, London WC2E 7HA)
Agenda
- 6:00 PM - Refreshments and registration
- 6:45 PM - Welcome & event kickoff
- 7:00 PM - π£οΈ Go-ing Gopher Hunting with Elasticsearch and Go with Carly Richmond
- 7:30 PM - Break
- 8:00 PM - π£οΈ Production-ready Hello World! with Daniela Petruzalek
- 8:45 PM - Networking/Discussion
Sessions
Go-ing Gopher Hunting with Elasticsearch and Go
With the explosion of Large Language Models and the emergence of ChatGPT, how we search for data is evolving. In this talk, Carly will walk through traditional keyword, vector and hybrid search, and how to find information with each approach using Elasticsearch and Go.
Production-ready Hello World!
As software engineers, most of the time we are focusing on delivering the task that is given to us. If someone asks us to do a hello world API we can do it in 4, maybe 5 lines of Go code. But would that code be production ready? What does production ready code actually look like? In this talk, we are going to implement a βhello worldβ API, but focusing on all the aspects that would make this code production-ready, including documentation, logging, error handling, configuration, naming, code organization, testing and others.