-
## Talks
### Cracking a JavaScript Interview - Beginner Series (Part II)
You're already a JavaScript developer but do you really feel comfortable with things like scope, closures, this, call, apply,…
-
Since the current object accessors can be updated by the event loop to advance their state, they are not safe to share across threads. This thread-confinement is a huge obstacle to using them in frame…
-
I'm TJ Usiyan, iOS instructor at The Iron Yard and frequent speaker on the topics of Swift, iOS, functional programming, math, music, and how all or some of those things can be juxtaposed into somethi…
-
I am currently working with .NET MAUI, specifically utilizing the HybridWebView component for a project. Through my experience, I've identified an area that could significantly enhance its functionali…
-
Hello!
Our project is replacing regular spring with Spring Reactive (Mono, Flux, etc.). The yubico library does not support reactive contracts in the CredentialRepository. Is it possible to release …
-
[R2DBC](https://r2dbc.io) is an initiative to establish a common SPI for relational database drivers embracing reactive programming properties: Event-oriented, non-blocking, and ideally stream-oriente…
-
I'm Alejandro Serrano, a PhD student in the area of functional programming, currently working in [Utrecht University](http://www.cs.uu.nl/staff/mena.html). I use Haskell for my daily job, but I also l…
-
> This issue is to gather requirements for the refactoring of the CLI codebase
## Functional
Adding more and more features to the CLI means that the flow becomes less and less clear, and harder to…
-
Lisps are a very unique language. It is one of the only languages that is homoiconic, and this feature, combined with its S-Expressions and macro abilities let you do some pretty neat things with it.
…
-
We are beginning a migration to a new approach to Magick. This includes a full rewrite of our core agent library, with a design consideration for developer usage and consumption. We are wrapping thi…