url guesser

Hello there, my name is Oleg Abrazhaev. I have a pretty interesting biography and a career as a Software Engineer for a couple of years. And as many Software Engineers, I haven’t touched functional programming at all, until some time. And when I did, I realized several things.

  • OOP and imperative way of writing code is so dominant, that a lot of developers even do not know, that other approaches exist and that there are other ways to write code.
  • We use techniques and approaches from a functional programming all the time while writing our OOP code implementations, but we do it unconsciously.

Continue reading

For the last 3 months, I started to work with a completely new paradigm for me – functional programming. And with the new programming language – Scala, which is not so new for me, because I know Java and Scala runs on JVM. But the way of writing code in Scala is completely new. I decided to put a bit of my thought about going into the functional direction into this post.

Continue reading

Fibonacci Spiral

Once upon a time in the evening in one programmer chat, some programmers felt boring. And I don’t remember why, but we started to compare programming languages performance using the Fibonacci algorithm in its recursive implementation. Many times passed since it happened. Only artifacts such as source code left on my hard drive and that’s why I decided to create this post.

Continue reading