The CNCF project OpenFeature offers a standardised and vendor agnostic way to deal with feature flags in your project. The talk shows how can you use it in your Golang project. If there is time I would like to also talk about the OpenFeature Remote Evaluation Protocol (OFREP) which allows you to use feature flags by implementing an endpoint without needing to any extra code to support your feature flagging system.
talk-data.com
Topic
go
3
tagged
Activity Trend
8
peak/qtr
2020-Q1
2026-Q1
Top Events
May Gophers @ Cloudflare!
3
November Gophers @ NALA!
3
October Gophers @ Monzo!
3
September Gophers @ Dojo!
3
April @ Incident.io
3
July Gophers @ Loveholidays
2
GolangNYC: Microservices Orchestration using Conductor [Intro & Workshop]
2
Workshop on Service Weaver by Robert Grandl @ Google Paris
2
Live Workshop: Getting Started with Infrastructure as Code on AWS
2
In-person hands-on workshop on Google Service Weaver
1
Meetup Golang Paris @leboncoin
1
Votre code mérite mieux, offrez-lui un linter !
1
Filtering by:
November Gophers @ NALA!
×
Local mutexes synchronise access to data within a single process, but many real-world systems need to coordinate access to shared resources such as databases or queues. This talk examines how the Redlock algorithm, built on Redis, enables Go services to manage concurrency safely and efficiently across multiple instances.
A quick whistle-stop tour through some of the Go build flags you might have missed. We’ll look at how to bundle assets, use build tags for different environments, change variables at build time, and trim down binaries for final deployments.