Skip to content

Commit f7aa4c4

Browse files
authored
Fix README typo and add 2022-07 new members post (#378)
1 parent ae98142 commit f7aa4c4

2 files changed

Lines changed: 65 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you just want to add a blog post or fix a typo in the content, here's how to
99

1010
### Creating a blog post
1111

12-
1. Create a new file in the `posts` directory or copy an existing post. Its name should have the format `YYYY-MM-DD-short_title.md`.
12+
1. Create a new file in the [`_posts`](./_posts/) directory or copy an existing post. Its name should have the format `YYYY-MM-DD-short_title.md`.
1313
2. Set the `title` (short title of the post, appears as the HTML `<title>`) and `author` (your GitHub user name) in the front matter. MathJax is available via `mathjax: true` inside the front matter.
1414
3. If this is your first blog post, please indicate if you want your name and a profile picture to appear on the post. If not, you can remove the `author` field from the front matter. Add your details in `_data/authors.yml`.
1515
4. Write your content using Markdown. For code highlighting, use the usual GitHub syntax:
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
layout: post
3+
title: Welcoming New Steering Committee Members
4+
5+
meta:
6+
nav: blog
7+
author: typelevel
8+
---
9+
10+
Since our [last post][last-post], the [Typelevel Steering Committee][committee] has happily welcomed six new members to our group: Zach McCoy, Sam Pillsworth, Jasna Rodulfa-Blemberg, Andrew Valencik, Vasil Vasilev, and Mark Waks (aka Justin du Coeur). In their own words:
11+
12+
[Zach McCoy][zach] (he/him)
13+
14+
I've been programming in Scala professionally for 10 years. I currently work at [Jack Henry][jack-henry] where I get to work in Scala and deal with observability in systems. I'm based in Iowa where I work remotely. I can usually be found reading or playing Magic: The Gathering.
15+
16+
[Sam Pillsworth][sam] (she/her)
17+
18+
I’ve been writing code in industry for about 7 years, and the programming before that doesn’t count because it was in Fortran. Currently I'm a senior data developer writing Scala to power search in the [Shopify][shopify] [Help Center][shopify-helpcenter]. I’m based out of Toronto, Ontario, Canada. In my free time I read a lot of books, play with my dog Janeway, and futz with my emacs config.
19+
20+
[Jasna Rodulfa-Blemberg][jasna] (she/they)
21+
22+
I've been programming in Scala for the past 5 years, and more broadly in the JVM for most of my 9-year career. I currently work for [Etsy][etsy], where I help scale and maintain their search platform using Scala. I work remotely from the Washington, DC, USA area with my partner and the wild rabbits in my yard.
23+
24+
I love cooking, gaming, reading, writing, and staying fit. More recently, I've begun reviving my Japanese language skills from college.
25+
26+
[Andrew Valencik][andrew] (he/him)
27+
28+
I've been writing Scala for 6ish years, on and off. Currently I manage a data science team and a developer team at [Shopify][shopify] working on search systems in the support area. I live in Ottawa, Ontario, Canada.
29+
30+
I like cooking when I have all day to do it, being outside, and rotating through hobbies.
31+
32+
[Vasil Vasilev][vasil] (he/him)
33+
34+
I've been doing Scala for about 5 years now and for about 3 years in the open-source community. I'm a software developer at [JetBrains][jetbrains], working on the Scala Plugin team out of Munich, Germany.
35+
36+
I like to split my free time between cycling, gaming and reading, as well as Scala open-source contributions, especially Cats Effect.
37+
38+
[Mark Waks, aka Justin du Coeur][justin] (he/him)
39+
40+
I've been programming for about 40 years in a wide variety of languages, the past 10 full-time in Scala. My current dayjob is at [Troops][troops] (now part of Slack/Salesforce), working remotely from Somerville, MA; in my spare time, I run [Querki][querki], a sort of wiki/database hybrid written entirely in Scala.
41+
42+
I'm a pretty generalized geek, active in SCA, LARP, SF/F fandom, board games, comics, etc. I'm in charge of the Boston Scala Meetup, and on the board of the NE Scala conference (both currently dormant due to covid).
43+
44+
--------
45+
46+
These new members are excited to continue Typelevel's efforts to foster an inclusive, welcoming, and safe environment around functional programming in Scala. You can find the members throughout the [Typelevel GitHub space][github] and on our [Discord server][discord] with the `@steering` role.
47+
48+
[andrew]: https://github.com/valencik
49+
[committee]: https://github.com/typelevel/governance/blob/main/STEERING-COMMITTEE.md
50+
[discord]: https://sca.la/typeleveldiscord
51+
[etsy]: https://etsy.com
52+
[github]: https://github.com/typelevel
53+
[jack-henry]: https://www.jackhenry.com/pages/default.aspx
54+
[jasna]: https://github.com/JasnaMRB
55+
[jetbrains]: https://jetbrains.co
56+
[justin]: https://github.com/jducoeur
57+
[last-post]: https://typelevel.org/blog/2022/04/01/call-for-steering-committee-members.html
58+
[querki]: https://querki.net/
59+
[sam]: https://github.com/samspills
60+
[shopify]: https://www.shopify.com
61+
[shopify-helpcenter]: https://help.shopify.com/en
62+
[troops]: https://www.troops.ai/
63+
[vasil]: https://github.com/vasilmkd
64+
[zach]: https://github.com/zmccoy

0 commit comments

Comments
 (0)