Rubber Ducking
"Place a rubber duck on your monitor and describe your problems to it."
Sunday, May 6, 2018
The Various Kinds of IO - Blocking, Non-blocking, Multiplexed and Async.
›
I’ve found it was particularly hard to demystify the various kinds of IO that are now offered to software programmers. There is a lot of con...
4 comments:
Monday, April 16, 2018
Overview of ClojureScript Features
›
ClojureScript is the Clojure compiler for JavaScript. With it, you can use a dialect of Clojure, called ClojureScript, which is 99% identi...
2 comments:
Saturday, March 3, 2018
My observations from evangelizing Clojure at work for the last year.
›
Learning Clojure is like going from driving a car on the right side of the road, to driving a car on the left side of the road. If you can...
5 comments:
Monday, January 30, 2017
When to use Elixir over Clojure?
›
Elixir and Clojure are very similar languages, almost akin to C# and Java, and you won't have much difficulty going from one to the oth...
Friday, August 26, 2016
Common Naming Road-Blocks
›
As I program, I always encounter naming issues. What should I call this, and that? Sometimes, I spend more time thinking of a name then imp...
Sunday, June 12, 2016
Inversion of Control [IoC] Vs. Dependency Injection [DI]
›
Inversion of Control [IoC] and Dependency Injection [DI]. They're both related, because DI is a pattern that applies the IoC principal,...
Saturday, June 11, 2016
Artificial Intelligence - Thoughts in Philosophy
›
Recently I've been reading more and more of prominent scientists and engineers that warns against the dangers of artificial intelligenc...
‹
Home
View web version