Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

feedburner.com

mishadoff thoughts

Get the latest updates from mishadoff thoughts directly as they happen.

Follow now 84 followers

Latest posts

Last updated 12 months ago

Architecture Components

about 1 year ago

Thoughts on architecture components and software stability In this article we also...

Hello, world!

over 13 years ago

This is my first post It is always hard to begin something,...

Java Magic. Part 1: java.net.URL

over 13 years ago

Recently, I found on reddit very interesting Java code snippet (slightly modified)...

Clojure Euler

over 13 years ago

Finally decided to post here my solutions to Project Euler implemented in...

Clojure Euler: Problem 001

over 13 years ago

If we list all the natural numbers below 10 that are multiples...

Clojure + Emacs + Leiningen + nREPL

over 13 years ago

This article provides step-by-step instruction how to configure Clojure environment Little history...

Clojure Euler: Problem 002

over 13 years ago

Each new term in the Fibonacci sequence is generated by adding the...

Clojure Euler: Problem 003

over 13 years ago

The prime factors of 13195 are 5, 7, 13 and 29 What...

Clojure Euler: Problem 004

over 13 years ago

A palindromic number reads the same both ways. The largest palindrome made...

Java Magic. Part 2: 0xCAFEBABE

over 13 years ago

Did you know that all java classes start with the same 4...

What is greater: e^pi or pi^e?

over 13 years ago

You can answer almost immediately using calculator, but what if you don’t...

Clojure Design Patterns

over 10 years ago

Quick overview of the classic Design Patterns in Clojure Disclaimer: Most patterns...