Women Revolutionizing the Tech World: Inspiring the Future
Table of Contents Women in History of Technology The Advantages of Having Women in The Team How You Can Support References In the world of …
Use ESLint and Prettier correctly and never see ugly code again
Stop using eslint-disable and use efficient static analysis in your project
Maintaining clean and consistent code is essential in web development. However, it gets challenging when you are collaborating on a project with multiple developers. That’s …
Setting up ActiveStorage + CloudflareR2 + Quill
Last Updated on May 3, 2024 Hello, fellow readers! Today we will do a little hands-on project to implement a Post Editor. Our goal will …
Wrap and Roll: How to Create and Test an API Wrapper – Part II
Test Wrappers with VCR (and Webmock!)
Hello again! In case you fell here and have no context whatsoever, don’t worry! This is the final part of a two-part blog post, in …
Wrap and Roll: How to Create and Test an API Wrapper – Part I
Wrappers with Faraday and VCR
Last Updated on September 4, 2024 Wrap and Roll – Part I – Faraday In case you ever have interacted with external APIs, you most …
Introducing Solid Queue for Background Jobs
Things are changing on Ruby on Rails 8.0! Solid Queue and Solid Cache will be the new default gems for background jobs and caching for …
How a local problem led me to contribute to open-source
Last Updated on April 11, 2024 There is a moment in the life of very few every programmer when they become fixated on working solely …
You are using React Context WRONG
Or why we should not underestimate what we consider simple
That’s right, you’ve read it correctly, you are probably using React Context API the wrong way… or at least not taking full advantage of what …
RSpec: Basic concepts
Last Updated on September 4, 2024 Testing with RSpec: Part I – Basic concepts Introduction Hello, fellow reader! Let’s explore the fundamental concepts for the …