Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Commit b4ffaaa

Browse files
committed
Add details for January
1 parent de2daea commit b4ffaaa

6 files changed

+53
-1
lines changed

_posts/2019-11-21-talk.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ Join us at Deliveroo for another round of London Scala Talks! This month, we'll
1111

1212
Sometimes called "The JQuery of DataTypes": Lenses and other Optics provide a clean functional interface to the common task of modifying complex data structures. Brushing over any practical use cases, this talk takes a magnifying glass to one particular Optics representation: van Laarhoven Lenses. We'll explore how building a van Laarhoven-based Lens Framework may require some of the lesser known Functors, and see if Lenses can shine a new light on how we think about Abstraction.
1313

14+
## Read more on the blog
15+
16+
You can read more about this on Joe's excellent [blog post](http://www.doscienceto.it/blog/posts/2019-12-19-optics.html).
17+
1418
## Joe Warren
1519

1620
<div markdown="1" class="lsug-bio">
17-
![Picture of Joe Warren. Joe is standing in a tropical forest. He is holding a water bottle and has a parrot perched on his right shoulder.]({{"/assets/img/bio/joe-warren.png" | relative_url }}){:class="lsug-bio-image"}
21+
![Headshot of Joe Warren in a tropical forest smiling with a parrot on his shoulder.]({{"/assets/img/bio/joe-warren.png" | relative_url }}){:class="lsug-bio-image"}
1822

1923
{:.lsug-bio-description}
2024
Joe Warren is a software developer at Deliveroo. He likes functional programming in Scala and Haskell, learning about new types of Functors, and makes his own shirts.

_posts/2020-01-21-talk.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: post
3+
title: "London Scala Talks: Jacob Wang & Lucio Biondi"
4+
date: 2020-01-21 21:08:06 +0100
5+
categories: meetup scala
6+
---
7+
8+
Thank you for joining us at Playtech for our year's first round of London Scala talks! We heard from Jacob Wang on type safety and Lucio Biondi on http4s.
9+
10+
# News bites
11+
12+
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vRMHgO2WmaJQfiOA6A2AFmhP-9BQloBA-Zmyg0QonJmJFSA9kJeDLKXkvteHxmbuIIE1-KAQD2p3J5E/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true">
13+
</iframe>
14+
15+
# Jacob Wang: Practical Type Safety
16+
17+
What is type safety? Why should we care? What techniques are possible to improve type safety in my Scala code? should I use them?
18+
19+
Whether you're a beginner or already familiar with Scala,
20+
this part-philosophical, part-practical will empower you to write better code, and be happier writing them too!
21+
22+
## Slides & recording
23+
24+
![Jacob Wang presents to a diverse group of Scala enthusiasts]({{"/assets/img/talks/2020-01-21-jacob-wang.jpg" | relative_url }})
25+
26+
You can find Jacob's slides [here]({{ "/assets/pdf/practical_type_safety_in_scala_jacob_wang.pdf" | relative_url }}).
27+
28+
Watch this space for a video recording.
29+
30+
## Jacob Wang
31+
32+
<div markdown="1" class="lsug-bio">
33+
![Headshot of Jacob Wang with a parrot on his shoulder]({{"/assets/img/bio/jacob-wang.jpg" | relative_url }}){:class="lsug-bio-image"}
34+
35+
{:.lsug-bio-description}
36+
Jacob is a software developer at Medidata. He is passionate about better ways to solve problems with software, whether that's functional programming, better tools or a cat on his lap.
37+
</div>
38+
39+
# Lucio Biondi: Authentication & role-based authorisation for http4s microservices
40+
41+
While developing REST micro-services, and http4s is a good choice to this end, one of the many challenges every team has to face with sooner or later is how to control access to the resources the system provides. This is of course a sensitive topic from a security standpoint, so public and complete implementations from which to draw inspiration are not easily found on the Web.
42+
43+
44+
## Slides & recording
45+
46+
![Lucio Biondi presents to a diverse group of Scala enthusiasts]({{"/assets/img/talks/2020-01-21-lucio-biondi.jpg" | relative_url }})
47+
48+
Watch this space for slides and a video recording.

assets/img/bio/jacob-wang.jpg

3.03 MB
Loading
3.44 MB
Loading
3.36 MB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)