Skip to content

Commit f054a7e

Browse files
committed
scala.io prep
1 parent 7e52abe commit f054a7e

File tree

2 files changed

+41
-4
lines changed

2 files changed

+41
-4
lines changed

2024-11-scala-io/slides.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,10 +862,26 @@ <h2>Higher-Kinded <br/> Data</h2>
862862

863863
<span class="breadcrumb-data">Decisions4s » Context</span>
864864

865+
#### But what the heck is
866+
## Buisness4s?
867+
868+
++++
869+
870+
<span class="breadcrumb-data">Decisions4s » Context</span>
871+
865872
### Can we let the business edit the rules?
866873

867874
We can but we shouldn't
868875

876+
++++
877+
878+
<span class="breadcrumb-data">Decisions4s » Context</span>
879+
880+
### Can we do more?
881+
882+
Yes, but should we?
883+
884+
<span style="font-size: 0.6em;color: gray">Json serialization and SQL execution should be possible</span>
869885

870886
++++
871887

@@ -879,6 +895,14 @@ <h2>Higher-Kinded <br/> Data</h2>
879895

880896
<span class="breadcrumb-data">Decisions4s » Context</span>
881897

898+
### But it's only 0.0.1!
899+
900+
Because it was brewing for a long time.
901+
902+
++++
903+
904+
<span class="breadcrumb-data">Decisions4s » Context</span>
905+
882906
### Can I use it from scala 2?
883907

884908
Yes, kind of.

index.html

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,20 @@
3434
<table class="ui very basic table" style="font-size: 1.5em; line-height: 1.2em">
3535
<tbody>
3636
<tr>
37-
<td colspan="4"><strong>Decisions4s: Complicated Conditionals, Higher-Kinded Data and Scala 3</strong></td>
37+
<td colspan="4"><strong>Decisions4s: Complicated Conditionals, Higher-Kinded Data and Scala 3</strong>
38+
</td>
3839
</tr>
3940
<tr class="talk-conf">
4041
<td></td>
4142
<td><a href="https://artofscala.com/">Art of Scala 2024</a></td>
4243
<td><a href="2024-10-art-of-scala">slides</a></td>
44+
<td><a href="https://www.youtube.com/watch?v=J4ZXsR25M7k">video</a></td>
45+
</tr>
46+
<tr class="talk-conf">
4347
<td></td>
48+
<td><a href="https://scala.io/">Scala.io 2024</a></td>
49+
<td><a href="2024-11-scala-io">slides</a></td>
50+
<td><a href=""></a></td>
4451
</tr>
4552
<tr>
4653
<td colspan="4"><strong>Communication for developers</strong></td>
@@ -55,19 +62,25 @@
5562
<td></td>
5663
<td><a href="https://voxxeddays.com/zurich/">Voxxed Days Zurich 2024</a></td>
5764
<td><a href="2024-03-voxxed-days-zurich">slides</a></td>
58-
<td><a href="https://www.youtube.com/watch?v=bVRbxVCHrPE&list=PLRsbF2sD7JVrJJWeSPM7WjYNO42O-aF_o&index=21">video</a></td>
65+
<td>
66+
<a href="https://www.youtube.com/watch?v=bVRbxVCHrPE&list=PLRsbF2sD7JVrJJWeSPM7WjYNO42O-aF_o&index=21">video</a>
67+
</td>
5968
</tr>
6069
<tr class="talk-conf">
6170
<td></td>
6271
<td><a href="https://2024.geecon.org/">Geecon 2024</a></td>
6372
<td><a href="2024-03-voxxed-days-zurich">slides</a></td>
64-
<td><a href="https://www.youtube.com/watch?v=i3T9_ntm1S4&list=PLxZQe6I1pYpet-lLqg22YWMiANXGhJxCN&index=67">video</a></td>
73+
<td>
74+
<a href="https://www.youtube.com/watch?v=i3T9_ntm1S4&list=PLxZQe6I1pYpet-lLqg22YWMiANXGhJxCN&index=67">video</a>
75+
</td>
6576
</tr>
6677
<tr class="talk-conf">
6778
<td></td>
6879
<td><a href="https://devdays.lt/">Dev Days Europe 2024</a></td>
6980
<td><a href="2024-03-voxxed-days-zurich">slides</a></td>
70-
<td><a href="https://www.youtube.com/watch?v=NLYLHZQ-Qj8&list=PLqYhGsQ9iSEpFD1hBBle_VkpJ-S-FC4Lc&index=53">video</a></td>
81+
<td>
82+
<a href="https://www.youtube.com/watch?v=NLYLHZQ-Qj8&list=PLqYhGsQ9iSEpFD1hBBle_VkpJ-S-FC4Lc&index=53">video</a>
83+
</td>
7184
</tr>
7285
<tr>
7386
<td colspan="4"><strong>Love, hate and workflows</strong></td>

0 commit comments

Comments
 (0)