mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
New refreshed blog for 2024 using Zola
This commit is contained in:
parent
a23dd16b89
commit
46c2405d9e
125 changed files with 1356 additions and 1337 deletions
11
content/talks/_index.md
Normal file
11
content/talks/_index.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
title = "Talks"
|
||||
sort_by = "weight"
|
||||
template = "cards.html"
|
||||
insert_anchor_links = "left"
|
||||
|
||||
[extra]
|
||||
show_reading_time = false
|
||||
quick_navigation_buttons = true
|
||||
+++
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
+++
|
||||
title = "Acting Lessons for Scala Engineers With Akka and Zio"
|
||||
description = "Salar Rahmanian's talk at Scale By the Bay conference 2020 on Akka Actors and ZIO Actors"
|
||||
date = 2021-04-10T10:20:09-07:00
|
||||
weight = 3
|
||||
|
||||
[taxonomies]
|
||||
tags = ["actor model", "concurrency", "distributed systems", "scala", "functional programming", "conference", "talks"]
|
||||
categories = ["Talks"]
|
||||
|
||||
[extra]
|
||||
local_image = "talks/acting-lessons-for-scala-engineers-with-akka-and-zio/sbtb2020.webp"
|
||||
social_media_card = "sbtb2020.jpg"
|
||||
toc = true
|
||||
keywords = ["concurrent", "concurrency", "actor model", "actor", "actors", "threads", "petri net", "coroutines", "distributed", "akka", "erlang", "elixir", "akka.net", "microsoft orleans", "orleans", "zio", "zio-actors", "zio actors","swift language actors", "functional programming", "fp", "tech talk", "talk", "conference", "scale by the bay", "scala by the bay", "by the bay", "functional.tv", "sf scala"]
|
||||
+++
|
||||
|
||||

|
||||
|
||||
In November 2020 I had the great privilege to do a [Talk at Scale By The Bay Conference](https://scalebythebay2020.sched.com/event/e54O/acting-lessons-for-scala-engineers-with-akka-and-zio).
|
||||
|
||||
### Recording of my talk
|
||||
|
||||
{{ youtube(id="AQXBlbkf9wc") }}
|
||||
|
||||
### Slides
|
||||
|
||||
Slides for my talk can be found [here](https://github.com/softinio/talks/blob/master/SBTB2020/acting-lessons-for-scala-engineers-with-akka-and-zio.pdf).
|
||||
|
||||
### I also wrote three blogs posts as a companion to my talk
|
||||
|
||||
[Introduction to the Actor Model](https://www.softinio.com/post/introduction-to-the-actor-model/)
|
||||
|
||||
[Introduction to Akka Typed Using Scala](https://www.softinio.com/post/introduction-to-akka-typed-using-scala/)
|
||||
|
||||
[Introduction to Zio Actors](https://www.softinio.com/post/introduction-to-zio-actors/)
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
Binary file not shown.
After Width: | Height: | Size: 247 KiB |
29
content/talks/elevating-python-development-with-nix/index.md
Normal file
29
content/talks/elevating-python-development-with-nix/index.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
+++
|
||||
title = "Elevating Python Development with Nix Package Manager"
|
||||
description = "Salar Rahmanian's talk at PyBay 2023"
|
||||
date = 2023-10-14
|
||||
weight = 2
|
||||
|
||||
[taxonomies]
|
||||
tags = ["Nix", "NixOS", "Python", "functional programming", "conference", "talks"]
|
||||
categories = ["Talks"]
|
||||
|
||||
[extra]
|
||||
local_image = "talks/elevating-python-development-with-nix/Elevating_Python_Development_with_Nix_Package_Manager.png"
|
||||
social_media_card = "Elevating_Python_Development_with_Nix_Package_Manager.png"
|
||||
toc = true
|
||||
keywords = ["Nix", "NixOS", "Python", "devenv", "flakes", "functional programming", "fp", "tech talk", "talk", "conference", "PyBay", "SF Python", "sfpython"]
|
||||
+++
|
||||
|
||||

|
||||
|
||||
In October 2023 I had the great privilege to do a talk at PyBay 2023 in San Francisco, California.
|
||||
|
||||
### Recording of my talk
|
||||
|
||||
{{ youtube(id="AJs_izrEBOA") }}
|
||||
|
||||
### Slides
|
||||
|
||||
Slides for my talk can be found [here](https://github.com/softinio/talks/blob/master/PyBay2023/pybay2023_slides.pdf).
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
+++
|
||||
title = "Next-Level Diagnostics for Async & Concurrent Errors with ZIO"
|
||||
description = "Salar Rahmanian's talk with John A De Goes at Scale By The Bay 2019"
|
||||
date = 2019-11-13
|
||||
weight = 4
|
||||
|
||||
[taxonomies]
|
||||
tags = ["concurrency", "distributed systems", "scala", "functional programming", "conference", "talks", "ZIO"]
|
||||
categories = ["Talks"]
|
||||
|
||||
[extra]
|
||||
local_image = "talks/next-level-diagnostics-for-async-and-concurrent-errors-with-zio/sbtb2019.png"
|
||||
social_media_card = "sbtb2019.png"
|
||||
toc = true
|
||||
keywords = ["concurrent", "concurrency", "coroutines", "distributed", "zio", "functional programming", "fp", "tech talk", "talk", "conference", "scale by the bay", "scala by the bay", "by the bay", "functional.tv", "sf scala"]
|
||||
+++
|
||||
|
||||

|
||||
|
||||
In November 2019 I had the great privilege to do a [Talk at Scale By The Bay Conference](https://scalebythebay2019.sched.com/event/RoSt/next-level-diagnostics-for-async-concurrent-errors-with-zio) with John A De Goes.
|
||||
|
||||
### Recording of my talk
|
||||
|
||||
{{ youtube(id="MdYKEwuWR4U") }}
|
||||
|
||||
### Slides
|
||||
|
||||
Slides for my talk can be found [here](slides.pdf).
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 769 KiB |
Binary file not shown.
37
content/talks/streamline-your-development-workflow/index.md
Normal file
37
content/talks/streamline-your-development-workflow/index.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
+++
|
||||
title = "Streamline Your Development Workflow: Harnessing the Power of NixOS and Nix Package"
|
||||
description = "Salar Rahmanian's talk at Scale By The Bay 2023"
|
||||
date = 2023-10-14
|
||||
weight = 1
|
||||
|
||||
[taxonomies]
|
||||
tags = ["Nix", "NixOS", "Python", "functional programming", "conference", "talks"]
|
||||
categories = ["Talks"]
|
||||
|
||||
[extra]
|
||||
local_image = "talks/streamline-your-development-workflow/sbtb2023.png"
|
||||
social_media_card = "sbtb2023.png"
|
||||
toc = true
|
||||
keywords = ["Nix", "NixOS", "Python", "devenv", "flakes", "functional programming", "fp", "tech talk", "talk", "conference", "scale by the bay", "scala by the bay", "by the bay", "functional.tv", "sf scala"]
|
||||
+++
|
||||
|
||||

|
||||
|
||||
In November 2023 I had the great privilege to do a talk at [Scale By The Bay 2023](https://www.scale.bythebay.io/post/salar-rahmanian-streamline-your-development-workflow-harnessing-the-power-of-nixos-and-nix-package) in San Francisco, California.
|
||||
|
||||
### Recording of my talk
|
||||
|
||||
{{ youtube(id="Qv3Y23RjJa0") }}
|
||||
|
||||
### Pre-Conference Introduction to talk
|
||||
|
||||
{{ youtube(id="LVadoYGDvI8") }}
|
||||
|
||||
### Post Conference Interview
|
||||
|
||||
{{ youtube(id="B9wpkWdE368") }}
|
||||
|
||||
### Slides
|
||||
|
||||
Slides for my talk can be found [here](https://github.com/softinio/talks/blob/master/SBTB2023/sbtb2023_slides.pdf).
|
||||
|
BIN
content/talks/streamline-your-development-workflow/sbtb2023.png
Normal file
BIN
content/talks/streamline-your-development-workflow/sbtb2023.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 839 KiB |
Loading…
Add table
Add a link
Reference in a new issue