Codeminer42 Open-Source Retrospective
Last Updated on January 11, 2024 At Codeminer, we value and encourage contributions to open-source projects and this year was no different as we kept …
4 min read
This is the way… the Callable Way
Last Updated on April 11, 2024 Hello, fellow readers! Once again, we are here to talk about some neat Ruby features to make your perfect …
4 min read
Upgrading Rails: Steps to a Smooth Transition
Rails Renewed: Strategies for Safely and Efficiently Upgrading Your Application
Last Updated on January 8, 2026 Upgrading a Ruby on Rails application may sound like a daunting task, but fear not! This guide presents a …
4 min read
Coding with GitHub Copilot
Exploring Its Pros and Pitfalls from Side Projects to Real-World Applications
Last Updated on January 8, 2026 GitHub Copilot is an AI-powered code completion and generation tool that works seamlessly within integrated development environments (IDEs). It …
4 min read
Beyond State
Exploring Mutability, Immutability, and Copying in Programming
Immutability is a fundamental pillar within the functional programming paradigm. This allows us to write robust, simple, and reliable code. An immutable object, once created, …
4 min read
Auto-Saving Forms Done Right 2/2
Implement a good auto-saving form using React Hooks
Last Updated on April 11, 2024 Auto-Saving is a way to ensure that data provided in a form gets persisted without the need to click …
4 min read






