-
Notifications
You must be signed in to change notification settings - Fork 270
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
1 parent
9964410
commit 1439816
Showing
4 changed files
with
149 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
content/events/2024/los-angeles-clojure-meetup-xtdb-2-0-2106037519.adoc
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,18 @@ | ||
= Los Angeles Clojure Meetup: XTDB 2.0 | ||
2024-01-11 | ||
:jbake-type: event | ||
:jbake-edition: | ||
:jbake-link: https://www.meetup.com/los-angeles-clojure-users-group/events/298365620/ | ||
:jbake-location: online | ||
:jbake-start: 2024-01-11 | ||
:jbake-end: 2024-01-11 | ||
|
||
== Los Angeles Clojure Meetup: XTDB 2.0 | ||
|
||
We will collaboratively explore XTDB 2.0, the upcoming new version of the popular open source document database. + | ||
As usual, we will start off the meetup discussing recent releases and developments of note in the Clojure ecosystem. + | ||
The meeting will be recorded. + | ||
We will continue with an online virtual meeting until further notice. + | ||
+ | ||
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/411462534 + | ||
|
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,44 @@ | ||
= Sitefox framework | ||
2024-02-27 | ||
:jbake-type: event | ||
:jbake-edition: | ||
:jbake-link: https://www.meetup.com/london-clojurians/events/297830419/ | ||
:jbake-location: online | ||
:jbake-start: 2024-02-27 | ||
:jbake-end: 2024-02-27 | ||
|
||
== Sitefox framework: ClojureScript on the backen... | ||
|
||
Sitefox framework: ClojureScript on the backend (by Chris McCormick) + | ||
+ | ||
THIS IS AN ONLINE EVENT + | ||
[Connection details will be shared 1h before the start time] + | ||
The London Clojurians are happy to present: + | ||
Title: Sitefox framework: ClojureScript on the backend + | ||
Speaker: Chris McCormick + | ||
Time: 2024-02-27 @ 18:30 (London time) + | ||
Local time: click here for local time + | ||
Chris McCormick (https://mccormick.cx) will be presenting: + | ||
"Sitefox framework: ClojureScript on the backend" + | ||
You'll learn a fast way to build web backends (and frontends) in 100% ClojureScript. Leveraging the Node.js ecosystem Sitefox aims to solve the same problems for ClojureScript as Django does for Python, and Ruby on Rails does for Ruby. Since 2021 I've been using it to build web apps for thousands of users with indie-scale resources, and I'd like to show you how you can too. + | ||
Chris is an independent programmer who has been building software for decades for clients, side projects, and open source. He started using ClojureScript in 2015 and hasn't looked back. These days he is building full-stack web and SaaS apps on 100% cljs. + | ||
If you missed this event, you can watch the recording on our YouTube channel: + | ||
https://www.youtube.com/@LondonClojurians + | ||
(The recording will be uploaded a couple of days after the event.) + | ||
Please, consider supporting the London Clojurians with a small donation: + | ||
https://opencollective.com/london-clojurians/ + | ||
Your contributions will enable the sustainability of the London Clojurians community and support our varied set of online and in-person events: + | ||
+ | ||
ClojureBridge London: supports under-represented groups discover Clojure + | ||
re:Clojure: our free to attend annual community conference + | ||
monthly meetup events with speakers from all over the world + | ||
subscription and admin costs such as domain name & StreamYard subscription + | ||
+ | ||
Thank you to our sponsors: + | ||
+ | ||
https://juxt.pro/ + | ||
https://flexiana.com/ + | ||
And many individual sponsors + | ||
+ | ||
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/407938736 + | ||
|
45 changes: 45 additions & 0 deletions
45
content/events/2024/streamlining-state-management-in--1311727846.adoc
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,45 @@ | ||
= Streamlining state management in | ||
2024-02-06 | ||
:jbake-type: event | ||
:jbake-edition: | ||
:jbake-link: https://www.meetup.com/london-clojurians/events/297537672/ | ||
:jbake-location: online | ||
:jbake-start: 2024-02-06 | ||
:jbake-end: 2024-02-06 | ||
|
||
== Streamlining state management in ClojureDart w... | ||
|
||
Streamlining state management in ClojureDart with re-dash (by Werner Kok) + | ||
+ | ||
THIS IS AN ONLINE EVENT + | ||
[Connection details will be shared 1h before the start time] + | ||
The London Clojurians are happy to present: + | ||
Title: 🎶 Dashing through the flow.. 🎶 - Streamlining state management in ClojureDart with re-dash + | ||
Speaker: Werner Kok + | ||
Time: 2024-02-06 @ 18:30 (London time) + | ||
Local time: click here for local time + | ||
Werner Kok (https://github.com/wkok) will be presenting: + | ||
"🎶 Dashing through the flow.. 🎶 - Streamlining state management in ClojureDart with re-dash" + | ||
Dealing with mutable frontend state in a non-trivial app is tricky, but fortunately, as Clojurists, we have battle-tested solutions. One of the more popular options in ClojureScript is re-frame - a well thought through & documented data loop, helping us manage state in a controlled way - derived data, flowing. re-dash is to ClojureDart what re-frame is to ClojureScript - a reactive state manager for Flutter's UI that uses events to update and subscriptions to react to changes. We'll look at the 6 dominoes of this data loop falling, each triggering the next, from when an event gets triggered until the Flutter widget gets rebuilt. We might even throw in some side effects for fun. + | ||
Werner has worked for Hospitality Technology International (HTI) since 2001, dedicating the majority of his professional career to developing hotel booking systems with Java. In the last five years, he shifted his focus to Clojure, during which he spent a two-year stint at JUXT between his tenures at HTI + | ||
If you missed this event, you can watch the recording on our YouTube channel: + | ||
https://www.youtube.com/@LondonClojurians + | ||
(The recording will be uploaded a couple of days after the event.) + | ||
Please, consider supporting the London Clojurians with a small donation: + | ||
https://opencollective.com/london-clojurians/ + | ||
Your contributions will enable the sustainability of the London Clojurians community and support our varied set of online and in-person events: + | ||
+ | ||
ClojureBridge London: supports under-represented groups discover Clojure + | ||
re:Clojure: our free to attend annual community conference + | ||
monthly meetup events with speakers from all over the world + | ||
subscription and admin costs such as domain name & StreamYard subscription + | ||
+ | ||
Thank you to our sponsors: + | ||
+ | ||
https://juxt.pro/ + | ||
https://flexiana.com/ + | ||
https://gaiwan.co/ + | ||
And many individual sponsors + | ||
+ | ||
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/407938705 + | ||
|
42 changes: 42 additions & 0 deletions
42
content/events/2024/the-design-of-biff-by-jacob-o-bryant--1393979518.adoc
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,42 @@ | ||
= The Design of Biff (by Jacob O'Bryant) | ||
2024-03-05 | ||
:jbake-type: event | ||
:jbake-edition: | ||
:jbake-link: https://www.meetup.com/london-clojurians/events/297926307/ | ||
:jbake-location: online | ||
:jbake-start: 2024-03-05 | ||
:jbake-end: 2024-03-05 | ||
|
||
== The Design of Biff (by Jacob O'Bryant) | ||
|
||
THIS IS AN ONLINE EVENT + | ||
[Connection details will be shared 1h before the start time] + | ||
The London Clojurians are happy to present: + | ||
Title: The Design of Biff + | ||
Speaker: Jacob O'Bryant + | ||
Time: 2024-03-05 @ 18:30 (London time) + | ||
Local time: click here for local time + | ||
Jacob O'Bryant (https://tfos.co) will be presenting: + | ||
"The Design of Biff" + | ||
We'll take a behind-the-scenes tour of Biff, everyone's favorite 4-letter Clojure web framework. Learn about the design tradeoffs and implementation details that help Biff to put solo developers first. + | ||
Jacob has been a full-time Clojurist since 2019, when he started living the dream as an entrepreneur. In 2023, after getting sick of living the dream, he joined Tyba, a startup in the renewable energy industry (they use Clojure btw). Jacob is also a musician, father of two, and connoisseur of fine dad jokes. + | ||
If you missed this event, you can watch the recording on our YouTube channel: + | ||
https://www.youtube.com/@LondonClojurians + | ||
(The recording will be uploaded a couple of days after the event.) + | ||
Please, consider supporting the London Clojurians with a small donation: + | ||
https://opencollective.com/london-clojurians/ + | ||
Your contributions will enable the sustainability of the London Clojurians community and support our varied set of online and in-person events: + | ||
+ | ||
ClojureBridge London: supports under-represented groups discover Clojure + | ||
re:Clojure: our free to attend annual community conference + | ||
monthly meetup events with speakers from all over the world + | ||
subscription and admin costs such as domain name & StreamYard subscription + | ||
+ | ||
Thank you to our sponsors: + | ||
+ | ||
https://juxt.pro/ + | ||
https://flexiana.com/ + | ||
And many individual sponsors + | ||
+ | ||
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/407938760 + | ||
|