-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: "2024" | ||
date: 2024-12-23T02:00:00+01:00 | ||
draft: true | ||
tags: | ||
- 2024 | ||
--- | ||
|
||
Go turned [15 years](https://go.dev/blog/15years) in 2024, our meetup will turn six and just as Go we continue to grow. | ||
|
||
> Go’s user base has more than tripled in the past five years, making it one of | ||
> the fastest growing languages. From its beginnings just fifteen years ago, Go | ||
> has become a top 10 language and the language of the modern cloud. -- | ||
> [15years](https://go.dev/blog/15years) | ||
The [TIOBE index shows Go](https://www.tiobe.com/tiobe-index/go/) at its | ||
highest position (#7) since 2009 in 12/2024. | ||
|
||
Our year summarized: | ||
|
||
* we organized eight [events](https://golangleipzig.space/tags/summary/) in 2024, plus seven open [tech lunches](https://golangleipzig.space/posts/go-tech-lunch-dates-2024/) and grew from 577 to [695 members](https://www.meetup.com/Leipzig-Golang/) | ||
* we collaborated with two local companies again: [Gridfuse](https://gridfuse.com) ([#43](https://golangleipzig.space/posts/meetup-43-wrapup/)) and | ||
[CHECK24](https://check24.de) ([#42](https://golangleipzig.space/posts/meetup-42-wrapup/), [#45](https://golangleipzig.space/posts/meetup-45-wrapup/)) — thanks for being such great hosts! | ||
* [Bill Kennedy](https://www.linkedin.com/in/william-kennedy-5b318778/) from [Ardan Labs](https://ardanlabs.com) kicked off our year in with a presentation on data-oriented [DDD](https://de.wikipedia.org/wiki/Domain-driven_Design) in [#40](https://golangleipzig.space/posts/meetup-40-wrapup/) | ||
* Performance played a role: [SIMD](https://en.wikipedia.org/wiki/Single_instruction,_multiple_data) and [1BRC](https://1brc.dev) (1 Billion Row Challenge) were discussed in | ||
[#42](https://golangleipzig.space/posts/meetup-42-wrapup/) and we turned | ||
the 1BRC into a 2h workshop for the international | ||
[GOLAB](https://golangleipzig.space/posts/golab-2024/) conference in Florence, Italy: [Exercises in | ||
performance optimizations](https://github.com/miku/expo) -- | ||
[SWAR](https://en.wikipedia.org/wiki/SWAR) was one of the cute, | ||
[old](https://lamport.azurewebsites.net/pubs/multiple-byte.pdf) techniques used | ||
to cruchs 1B rows in a second. | ||
* we had many cool demos of open source tools by their authors this year: | ||
[ekstatic](https://github.com/Metamogul/ekstatic), | ||
[gocoverplus](https://github.com/Fabianexe/gocoverageplus), | ||
[timestone](https://github.com/Metamogul/timestone), | ||
[go-journald-exporter](https://gitlab.com/leandrosansilva/go-journald-exporter), | ||
[gh-workflow-stats-action](https://github.com/neondatabase/gh-workflow-stats-action/) | ||
plus lots of nice everyday utilities and techniques people shared in | ||
[#44](https://golangleipzig.space/posts/meetup-44-wrapup/) | ||
|
||
Thanks everyone for joining, we hope to [see you again](https://www.meetup.com/Leipzig-Golang/) in 2025! | ||
|