Open in app

Sign In

Write

Sign In

Bilal Fazlani
Bilal Fazlani

99 Followers

Home

About

Published in

Weekly Webtips

·Pinned

Protect yourself from git identity theft

with signed & verified git commits — Git supports signing commits with a private key and GitHub (& many other git servers) supports verifying those commits with a public key. Signed and verified commits are marked as “Verified” by GitHub. This provides a level of verification for the commit. Why sign the commits? When creating a new commit, I can simply…

Git

4 min read

Protect yourself from git identity theft
Protect yourself from git identity theft
Git

4 min read


Jun 30

Interesting patterns to consume ZIO Streams

In this post, we will see some of ZStream consumptions patterns by composing multiple ZSinks together in different ways run

Zio

5 min read

Interesting patterns to consume ZIO Streams
Interesting patterns to consume ZIO Streams
Zio

5 min read


Jun 30

ZIO-Streams 101

ZIO-Streams is a library for purely functional, asynchronous, concurrent stream processing in Scala. It is built on top of ZIO. Additionally, it implements the Reactive Streams specification. This means that ZIO-Streams can be used with other libraries that implement the same specification. This is an introductory post to ZIO-Streams. …

Zio

4 min read

ZIO-Streams 101
ZIO-Streams 101
Zio

4 min read


Published in

The Startup

·May 31, 2020

Actors using Scala & Akka — Part 2 : AskPattern and SpawnProtocol

A quick guide to get started with akka actors with scala for beginners — This is second post in a series of “Actors using Scala & Akka”. In Part 1, we saw how to Create new scala project and run it Create new actor system Create new behaviour to handle messages and modify state Spawn a new system actor using given behaviour Send messages…

Akka

10 min read

Actors using Scala & Akka — Part 2 : AskPattern and SpawnProtocol
Actors using Scala & Akka — Part 2 : AskPattern and SpawnProtocol
Akka

10 min read


May 8, 2020

Actors using Scala & Akka — Part 1 : Introduction

A quick guide to get started with akka actors with scala for beginners — Since I am stuck at home due to Covid-19 pandemic. With nothing else to do, I thought the best use of time would be to continue my blog series about actors. In the last article, we saw what are actors, their properties and how these properties can be useful for…

Actor Model

8 min read

Actors using Scala & Akka — Part 1 : Introduction
Actors using Scala & Akka — Part 1 : Introduction
Actor Model

8 min read


Published in

The Startup

·May 8, 2020

Concurrency with Actors

Introduction The actor model of computing was introduced by Carl Hewitt in 1973. This model makes it easy to tackle the problem of concurrency and state management. The model treats an “actor” as a primitive unit of computing.

Actor Model

5 min read

Concurrency with Actors
Concurrency with Actors
Actor Model

5 min read


Feb 19, 2019

.NET core local tools are here!

Let’s explore — One of the features of .NET core 3 is “local tools”. While global tools have been a part for .net core since version 2.1, .net core 3 brings local tools. Local tools are exactly like global tools except they are tied to a specific directory unlike global tools which are…

Microsoft

3 min read

.NET core local tools are here!
.NET core local tools are here!
Microsoft

3 min read


Mar 22, 2018

Creating real-time web applications using react and signalR — Part 1

Creating API — Web today has come a long way from being static web pages. Web experience today feels much more interactive, immersive with rich graphics and animations. However, real-time web applications are still not mainstream yet. …

JavaScript

2 min read

Creating real-time web applications using react and signalR — Part 1
Creating real-time web applications using react and signalR — Part 1
JavaScript

2 min read


Mar 18, 2018

Don’t love your code

Have you ever met a developer who never believes that his/her code is “not the best”. Makes it difficult to work with, isn’t it. Ever thought why does s/he feels that way though? It’s simple. Because s/he loves his/her code. And what happens when you love your code? You can’t…

Software Development

3 min read

Don’t love your code
Don’t love your code
Software Development

3 min read


Mar 10, 2018

Create CRUD api without writing code

I am obsessed with reusability of code. As a result of that, I am always refactoring code. What do you do when you find a piece of code that you think could be reused? Well, I publish it online on repositories like nuget. Think about it. …

API

2 min read

API

2 min read

Bilal Fazlani

Bilal Fazlani

99 Followers

Scala | ZIO | Akka | Functional Programming | Metaprogramming | Distributed Systems

Following
  • Petr Zapletal

    Petr Zapletal

  • Learn

    Learn

  • (λx.x)eranga

    (λx.x)eranga

  • Dean Wampler

    Dean Wampler

  • Bobbyr

    Bobbyr

See all (118)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams