Blogs


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...

10 Useful Ruby One-Liners: Examples and Descriptions
Ruby is a powerful and elegant programming language known for its readability and expressiveness. One-liners, concise lines of code that perform a specific task, are particularly popular among Ruby developers for their simplicity and efficiency. I...

The Challenges of Preparing for a JavaScript Job Interview and the Power of the "JavaScript Interview Bible 2023" - DEV Community
Preparing for a job interview can be an intimidating task, especially when it comes to technical roles like JavaScript development. The ever-evolving nature of JavaScript and the wide range of concepts and frameworks associated with it make interv...



AI and Ruby: an introduction to neural networks - DEV Community
Artificial Intelligence (AI) is a branch of computer science focused on creating "intelligent machines" capable of performing tasks that simulate human intelligence.The history of AI dates back to the 1950s, with the development of early AI progra...