Miner’s Advice #2: Dare to Experiment
Working in software development means being in a constant state of learning, if not by choice, by necessity; our industry moves exceedingly fast, and there’s …
CodeTips#9: Readable .html.erb files on VSCode
What they won’t tell you about .html.erb… Mystery solved after years
Last Updated on September 4, 2024 If you’re a front-end developer like me, you’ve probably encountered the challenges of coding with Ruby and .html.erb files. It can …
How React 19 (Almost) Made the Internet Slower
It’s no news that React is still the most popular and most used UI framework and powers some big names of the web like Netflix, …
CodeTips#8: SQL Transactions
A Dive into Basic Concepts with Real-World Examples
Last Updated on September 4, 2024 We live in an era when we are increasingly automating our day-to-day processes. We no longer go to bank …
Creating Anonymous sign-in flow with Firebase
Have you noticed that, these days, most services and apps we use require an account before starting the experience of actually using the app/service? It …
Integrating Ruby with Rust with FFI
Transferring numbers, strings and JSON data between Ruby and Rust
Ruby is a great programming language for productivity, but sometimes you need to develop something that is performant or has a low memory footprint. Rust …
Profiting with Elixir, Erlang and C
Getting distributed systems to ‘Rinha de Backend’
On March 10th, the second edition of the “Rinha de Backend” (“Backend Fight”), a very fun hackathon, finished. I participated in this edition, and I …
Codeminer42 at RailsConf 2024
Last week in Detroit, from May 7th to 9th, the 2024 edition of the RailsConf took place, the world’s largest gathering of Ruby on Rails …
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 …