Oklahomer's Blog

May 5, 2021

[Golang] protoactor-go 301: How proto.actor's clustering works to achieve higher availability

›
NOTE : This article is now officially hosted at https://proto.actor/docs/clusterintro/ with better diagrams and additional notes for other ...
Dec 6, 2018

[Golang] protoactor-go 201: Use plugins to add behaviors to an actor

›
The previous article, “ How middleware works to intercept incoming and outgoing messages ”, introduced how middlewares can be used to add be...
Nov 24, 2018

[Golang] protoactor-go 201: How middleware works to intercept incoming and outgoing messages

›
As described in a previous article, Protoactor-go 101: How actors communicate with each other , the core of actor system is message passing....
Nov 23, 2018

[Golang] protoactor-go 101: How actor.Future works to synchronize concurrent task execution

›
Fine-grained actors concentrate on their own tasks and communicate with others to accomplish a bigger task as a whole. That is how a well-de...
Sep 24, 2018

[Golang] protoactor-go 101: How actors communicate with each other

›
Designing actor-based program is all about dividing tasks into smaller pieces. Fine-grained actors concentrate on their tasks, collaborate w...
Jul 22, 2018

[Golang] protoactor-go 101: Introduction to golang's actor model implementation

›
A year has passed since I officially launched go-sarah . While this bot framework had been a great help with my ChatOps, I found myself beco...
Aug 19, 2017

[Golang] Introducing go-sarah: simple yet highly customizable bot framework

›
As mentioned  in the latest blog post , I created a new bot framework: go-sarah . This article introduces its notable features and overall a...
›
Home
View web version
Powered by Blogger.