Skip to content

Instantly share code, notes, and snippets.

View esthomw's full-sized avatar
:octocat:
Github ftw

Tomasz Sosiński esthomw

:octocat:
Github ftw
View GitHub Profile
@esthomw
esthomw / SseApp.scala
Created November 24, 2018 23:06 — forked from claudio-scandura/SseApp.scala
Akka-http example of SSE using an Actor as the source of the events Stream.
package com.klarna.risk.linking.variables
import akka.actor.{Actor, ActorSystem, Props}
import akka.http.scaladsl.Http
import akka.http.scaladsl.model.StatusCodes
import akka.http.scaladsl.model.sse.ServerSentEvent
import akka.http.scaladsl.server.Directives._
import akka.http.scaladsl.server.Route
import akka.stream._
import akka.stream.scaladsl.{BroadcastHub, Keep, Source, SourceQueueWithComplete}
@esthomw
esthomw / podman_macos.md
Created February 17, 2022 14:09 — forked from kaaquist/podman_macos.md
Podman with docker-compose on MacOS.

Podman with docker-compose on MacOS.

Podman an alternative to Docker Desktop on MacOS

Getting podman installed and started is super easy.
Just use brew to install it.

> brew install podman

Now since podman uses a VM just like the Docker Client on MacOS we need to initialize that and start it.

@esthomw
esthomw / mac-docker-withot-docker-destop.md
Created September 20, 2023 13:50 — forked from juancsr/mac-docker-withot-docker-destop.md
Use docker in mac without docker-