Skip to content

Commit e0a2ce7

Browse files
committed
Add next meetup
1 parent ac22194 commit e0a2ce7

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

index.html.pm

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,26 @@
7373
}
7474
◊meetups{
7575
76+
◊meetup[#:title "11.03.26"]{
77+
◊par{
78+
The next meetup will take place on the 11.03.26 at the ◊link["https://itdesign.de/"]{itdesign office}, Friedrichstraße 12.
79+
}
80+
◊div[#:class "mx-2 my-4 sm:text-lg leading-relaxed"]{
81+
◊orga{18:45 Doors open & Welcome}
82+
◊p[#:class ""]{◊span[#:class "font-medium"]{Git meets Linked Data – A Tale of an Unusual Architecture} (Markus)}
83+
◊abstract{
84+
◊p[#:class "my-2"]{
85+
In 2025 we wrote a software system supporting an EU funded research project. What started as a run-of-the-mill client-server-database architecture grew into an unusual combination of technologies: We use Linked Data and the Resource Description Framework (RDF) in the form of Apache Jena as the data model and git – yes, the source code management tool – as our storage system. These technological choices weren’t rooted in a desire for novelty. They were derived as straightforward consequences from our requirements. Thanks to functional software architecture principles such as simple, and precise specifications based on pure functions, what could have become a hard to maintain Frankensteinian mess has actually evolved into reasonable, maintainable, and well-performant software.
86+
}
87+
}
88+
◊orga{Food, talking, coding, whatever}
89+
◊orga{22.00 End}
90+
}
91+
}
92+
7693
◊meetup[#:title "28.01.26"]{
7794
◊par{
78-
The next meetup will take place on the 28.01.26 at the ◊link["https://itdesign.de/"]{itdesign office}, Friedrichstraße 12.
95+
This meetup took take place on the 28.01.26 at the ◊link["https://itdesign.de/"]{itdesign office}, Friedrichstraße 12.
7996
}
8097
◊div[#:class "mx-2 my-4 sm:text-lg leading-relaxed"]{
8198
◊orga{18:45 Doors open & Welcome}

0 commit comments

Comments
 (0)