Benchmarking and Scaling WebSockets: Handling 60000 concurrent connections with Kemal
I am the author of Kemal. Fast, Effective and Simple Web Framework written in amazing Crystal programming language.
I am the author of Kemal. Fast, Effective and Simple Web Framework written in amazing Crystal programming language.
As we all know that the web is getting bigger and the information is being consumed really fast. Most of the web applications are in need of realtime updates...
Spoiler: This is an opinionated post about programming languages.
I’ve been itching to write this blog post for a while. Now that Rust is 1.0.0-beta the time has come.
Nowadays building an API is a really common task. If you’re a Ruby developer chances are really high that you’re already using Rails for an API.
As you may already know when you a generate a new resource, model or controller there are bunch of other files that are also being generated for you. Rails h...
ActiveSupport is pretty awesome. It has really awesome stuff hidden in it.StringInquirer is one of them.
Consider you have a Hash like this or you got a method which returns as a result.