Block, Procs and Lambda in Ruby
Elevate Your Ruby Skills: Understanding Blocks, Procs, and Lambdas

Search for a command to run...
Elevate Your Ruby Skills: Understanding Blocks, Procs, and Lambdas

In my quest to learn the Ruby programming language as a Javascript engineer the unless conditional keyword was a new one for me. At the end of this post, it is expected that the user should be able to understand the unless conditional Ruby keyword an...
Previously, we discussed how to replace your redux code by integrating React Query into your codebase and delegating data fetching and server state management. But in the everyday world, there might be errors from the API that limits what React query...

Over the years, people have asked me to help them debug their redux/redux tool kit code. Oftentimes, these debug sessions always lead me to recommend React query because of its efficiency and effectiveness. This often results in them not only adoptin...
