Using Mapbox to plan a city: a use case
Last Updated on July 4, 2023 We all know how maps are important. They are always there. Maps, since thousands of years ago, have been …
Test mocking in practice with Sinon
Last Updated on May 26, 2023 Imagine that you coded a new controller that provides a new endpoint for your REST API to create some …
Codeminer42 2022 – An Opensource Review
Last Updated on May 26, 2023 At Codeminer, we value contributing to open source projects and believe that these contributions are important for the growth …
Codeminer42’s top 5 posts in 2022
Last Updated on May 26, 2023 Happy holidays! 2022 was a remarkable year in the tech community. We had many new frameworks, tools, products, and …
Everything you need to know about Concurrent React (with a little bit of Suspense)
And why it’s a game changer
Last Updated on July 4, 2023 Table of Contents Intro The Problem Synchronous Rendering The Solution Concurrent List Filtering Concurrent Rendering ~ Branching Workflow Concurrent …
Configuring Language Server Protocol in Neovim
Last Updated on May 29, 2023 I’ve seen a lot of people with trouble trying to configure their LSP and autocompletion settings in neovim, so …
From Civil Engineering to Software Development
My journey as a 30-year-old woman
Last Updated on May 29, 2023 As a teenager, I wanted to be an Architect. The years passed, and I ended up getting into Civil …
Neovim Tips and How to Start
Last Updated on May 29, 2023 At the beginning of this year, I made my code editor transition from VSCode to Neovim, but there were …
Dependency Injection in JS/TS – Part 2
Last Updated on July 4, 2023 Photo by Floarian Klauer on Unplash Table of Contents Intro Integration Testing Asynchronous Container Creation Caveats Bootstrap Container Decorators …
Rails’ Dirty Modules: Checking models states
Tracking your object’s state
Last Updated on April 11, 2024 Wonderful Monday(?) *All characters appearing in this article are fictitious 9:00 AM Me「It’s Monday already. I really don’t feel …