From 0fc9ba0a9780c1f18160a2396be05c0447dbb635 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 29 Nov 2020 13:42:12 -0800 Subject: [PATCH] Update blog with new about page and add newsletter --- config.toml | 2 +- content/about.md | 12 ++- .../introduction-to-akka-typed-using-scala.md | 4 +- content/post/introduction-to-zio-actors.md | 2 +- data/menu.yaml | 2 + layouts/partials/sidebar.html | 75 +++++++++++++++++++ 6 files changed, 91 insertions(+), 6 deletions(-) create mode 100644 layouts/partials/sidebar.html diff --git a/config.toml b/config.toml index db05525..e183a83 100644 --- a/config.toml +++ b/config.toml @@ -26,7 +26,7 @@ paginate = 10 author = "Salar Rahmanian" twitter = "@SalarRahmanian" largeTwitterCard = false -introDescription = "Software Engineer based in San Francisco Bay Area with interests in Scala, Java, Haskell & NixOS" +introDescription = "Software Engineer based in San Francisco Bay Area." ga_analytics = "UA-47014432-1" numberOfTagsShown = 14 fallBackOgImage = "salar.jpg" diff --git a/content/about.md b/content/about.md index 9b54a9e..0360b32 100644 --- a/content/about.md +++ b/content/about.md @@ -5,9 +5,17 @@ description = "About Salar Rahmanian" keywords = ["Salar", "Rahmanian", "Salar Rahmanian"] +++ -I , [Salar Rahmanian](https://www.softinio.com), am a software engineer based in San Francisco Bay area, California. +I, [Salar Rahmanian](https://www.softinio.com), am a software engineer based in San Francisco Bay Area, California. -I have been developing software since the age of eleven. My current passion is functional programming and distributed systems hence I like to spend my time with technologies like Scala, ZIO, AKKA and Kafka. +I have been developing software since the age of eleven. My current passion is functional programming, big data and distributed systems. + +I am particularly enthusiastic about the Scala Programming language and NixOS and technologies such as Kafka, Spark and Akka. + +I try to make open source contributions when I can. I have contributed to the [ZIO](https://zio.dev) ecosystem, most notably leading and creating the [ZIO-Actors](https://zio.github.io/zio-actors/) and [ZIO-zmx](https://zio.github.io/zio-zmx/) projects. + +I am also organizer for a few meetup groups and arrange technical talk events. To find out more about them and join our community visit [SF Bay Area Techies](https://wwww.sfbayareatechies.com). + +[Subscribe to my newsletter](https://softinio.substack.com/) ![Salar Rahmanian's Family](/img/SalarRahmanianFamily.jpg) diff --git a/content/post/introduction-to-akka-typed-using-scala.md b/content/post/introduction-to-akka-typed-using-scala.md index f595915..d0a5930 100644 --- a/content/post/introduction-to-akka-typed-using-scala.md +++ b/content/post/introduction-to-akka-typed-using-scala.md @@ -2,7 +2,7 @@ title = "Introduction to Akka Typed Using Scala" date = 2020-10-24T20:32:41-07:00 description = "An Introduction to AKKA Typed using Scala with an example" -featured = true +featured = false draft = false toc = true featureImage = "/img/akka_logo.svg" @@ -11,7 +11,7 @@ shareImage = "" codeMaxLines = 30 codeLineNumbers = false figurePositionShow = false -keywords = ["concurrent", "concurrency", "actor model", "actor", "actors", "threads", "petri net", "coroutines", "distributed", "akka", "erlang", "elixir", "akka.net", "microsoft orleans", "orleans", "zio", "zio-actors", "swift language actors"] +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"] tags = ["actor model", "concurrency", "distributed systems", "scala", "akka"] categories = ["concurrency", "distributed systems", "scala"] +++ diff --git a/content/post/introduction-to-zio-actors.md b/content/post/introduction-to-zio-actors.md index 47ab882..99d4ef3 100644 --- a/content/post/introduction-to-zio-actors.md +++ b/content/post/introduction-to-zio-actors.md @@ -11,7 +11,7 @@ shareImage = "" codeMaxLines = 30 codeLineNumbers = false figurePositionShow = false -keywords = ["concurrent", "concurrency", "actor model", "actor", "actors", "threads", "petri net", "coroutines", "distributed", "akka", "erlang", "elixir", "akka.net", "microsoft orleans", "orleans", "zio", "zio-actors", "swift language actors", "functional programming", "fp"] +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"] tags = ["actor model", "concurrency", "distributed systems", "scala", "zio", "zio-actors", "functional programming"] categories = ["concurrency", "distributed systems", "scala", "functional programming"] +++ diff --git a/data/menu.yaml b/data/menu.yaml index b3148de..12b4161 100644 --- a/data/menu.yaml +++ b/data/menu.yaml @@ -2,5 +2,7 @@ link: about - name: Resumé link: resume +- name: Newsletter + link: https://softinio.substack.com - name: Events link: https://www.sfbayareatechies.com diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html new file mode 100644 index 0000000..8645a32 --- /dev/null +++ b/layouts/partials/sidebar.html @@ -0,0 +1,75 @@ +{{ $s := .Site.Params }} +