Blogs
Read The Python Interview Handbook 2023 on Leanpub! by Nezir Zahirovic [PDF/iPad/Kindle]
If you're looking for a comprehensive guide to prepare for Python interviews, The Python Interview Handbook 2023 is the perfect resource for you. This book is a must-read for anyone who wants to excel in Python interviews, and it covers more than ...
Read The JavaScript Interview Bible 2023 on Leanpub! … by Nezir Zahirovic [PDF/iPad/Kindle]
"The JavaScript Interview BIBLE" includes code samples, JavaScript trick questions, and sections on algorithms, microservices, deprecations, syntax, concurrency, memory management, testing, popular frameworks, and even JavaScript.
Read The Ruby On Rails Interview Bible 2023 on Leanpub! @leanpub Nezir Zahirovic [PDF/iPad/Kindle]
To all those who struggle at interviews, This book is dedicated to you. We understand how stressful and overwhelming the interview process can be, and we want you to know that you are not alone. We believe in you, and we want to equip you with the...
Rails 7, React, TypeScript, ESBuild and View Components - Ryan Bigg
Here’s a short guide to setting up an existing Rails 7 application with React, TypeScript, ESBuild. One approach here would be to use the react-rails gem, but I would like to show you the individual steps to setting it up here instead.
The Strength of Unity: Dismantling Discrimination in the Ruby on Rails Community - DEV Community
In today's interconnected world, the Ruby on Rails community stands as a shining example of the power of diversity and acceptance. However, instances of discrimination, such as the job advertisement I saw today, underscore the importance of reaffi...
Unlocking the Power of Lambdas in Ruby | Scout APM Blog
Lambdas are a powerful feature of the Ruby language. They allow you to wrap logic and data into a portable package. In this post, we’ll cover how and when to use lambdas. You'll also learn about the difference between lambdas and Procs, and the pe...
Learn Hotwire by building the simplest possible Hotwire and Ruby on Rails app — a beginners guide. | MONN blog
Hotwire is a (relatively) new part of Ruby on Rails that allows your Rails frontend to update live and in realtime — in many cases, totally replacing a frontend framework like React or Vue.Hotwire is built on Action Cable, another part of Rails fo...