musaffa's comments

musaffa | 5 years ago | on: When Should You Not Use Rails?

I use Ruby to create API servers these days. For a couple of APIs, I used Rails API. Now I use a combination of dry-rb, rom-rb, roda and other pure ruby libraries to create APIs. There's a growing movement within the community to move Ruby off Rails.

Before the API thing, I also developed websites with fullstack Rails. The experience with fullstack Rails and Rails API have helped me a lot to understand the requirement of a backend framework. I'm forever endebted to Rails for this.

musaffa | 7 years ago | on: Improving DuckDuckGo

I'm waiting for DDG to integrate dates in the search results. Date is crucial to understand how new or old the content is. This is one of the reasons why I'm not using it.

musaffa | 9 years ago | on: NeoVim 0.2.0 released

I use Neovim on daily basis. It works really well. It requires tremendous efforts and love to transform a huge archaic code base into a much modern one. Thanks, Neovim team!

musaffa | 9 years ago | on: Ruby 2.4.0 Released

Python 2 to Python 3 was a disaster. Matz has made it clear in his speeches that he wont do the same mistake in Ruby. Performance and better memory management will hopefully come in the upcoming 2.5, 2.6 and 3.0 releases. What I want from all those changes is that all my current projects should just work.
page 1