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 …
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 …
Upgrading Rails: Steps to a Smooth Transition
Rails Renewed: Strategies for Safely and Efficiently Upgrading Your Application
Last Updated on September 4, 2024 Upgrading a Ruby on Rails application may sound like a daunting task, but fear not! This guide presents a …
Coding with GitHub Copilot
Exploring Its Pros and Pitfalls from Side Projects to Real-World Applications
Last Updated on April 11, 2024 GitHub Copilot is an AI-powered code completion and generation tool that works seamlessly within integrated development environments (IDEs). It …
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, …
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 …
Auto-Saving Forms Done Right 1/2
Design an auto-saving form with a good UX regardless of your framework
Last Updated on April 11, 2024 Auto-Saving is a way to ensure that data provided by a user is persisted without needing them to click …
SEO Basics: Searching… Seek and Deploy
Kids, I’m gonna tell you an incredible story. The story of how I met your website.
Last Updated on April 11, 2024 Oh, hi! I didn’t see you were already there! Today, I will be your wingman to help you and …
Beginner’s Guide to React Native Development
Code your first app with a from concept to code guide
Last Updated on April 11, 2024 Are you searching for a technology to develop mobile applications but don’t know where to start? Your search ends …
Exploring the Lean4 Language
Last Updated on April 11, 2024 As a tech enthusiast, I’ve always been interested in new concepts that new programming languages can provide us. My …