spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
practicalli-john 2020-02-14T14:04:08.175300Z

New article on raising issues and pull requests for Spacemacs, from with Spacemacs. Includes a video walk through of creating a pull request for the Clojure layer. https://practicalli.github.io/blog/posts/raising-spacemacs-issues-and-pull-requests/

Bhougland 2020-02-14T17:36:03.176200Z

@jr0cket you guides on spacemaces are a huge help to a newbie like me. Thank you!

practicalli-john 2020-02-15T10:18:46.177600Z

We used core.asyc to pump out millions of requests to the enterprise message bus we had to use, Tibco. core.async worked very well even though our uses of Tibco was a bit flawed. Martian looks an interesting abstraction, thanks.

practicalli-john 2020-02-14T18:23:00.176300Z

Should be a lot more videos coming soon, now I have all the broadcasting and recording sorted out. I take requests for guides and videos (although can't promise a time frame).

Bhougland 2020-02-14T20:21:12.176500Z

I love to see an article like this for clojure:

Bhougland 2020-02-14T20:22:05.177Z

I saw some of the API videos you had on your site but haven't watched them all yet

practicalli-john 2020-02-14T21:01:59.177200Z

I believe that http-kit has been tested to support 600k request out of the box. I would like to do some load testing content, but it might be a while. Usually the constraints are I/O, like file system or number of database connections. Running on the Java Virtual Machine is very scalable. I was involved in building a Clojure system that did 30 million transactions a day and the CPU load was 0.03% across 3 servers.