What Should You Know Before Starting to Use Kotlin Multiplatform Mobile?
Photo by Kelly Sikkema on Unsplash Last year, JetBrains announced the alpha version of Kotlin Multiplatform Mobile (aka KMM). With KMM you can create multiplatform …
Codeminer42’s Engineering Blog
Photo by Kelly Sikkema on Unsplash Last year, JetBrains announced the alpha version of Kotlin Multiplatform Mobile (aka KMM). With KMM you can create multiplatform …
JSON has become a ubiquitous data transfer format for web APIs. Whether you’re working on a third-party integration, or endpoints to serve data for rich …
This article is recommended for you if you’re looking for ways to improve your software testing techniques. If you’re more experienced, feel free to comment …
Testing our apps has become mandatory these days. For an app to be considered reliable it must have 95% or so of test coverage. Having …
This post is based on a brown bag I gave at Codeminer. In Web Development, we often think about design, performance, tools, and libraries when …
Hello everyone! This is my first tech article and I will give you a quick introduction to the Next.js React Framework. Responding to the (click …
I have been using Vim since I started using Linux, many years ago, but it was just recently that I decided to use it as …
Recently, while getting into the GitHub woods to make some contributions to the Open Source community, I noticed myself staring at the hanami/hanami repository with …
Before we start, we need to know what exactly IoT is. Let’s use the definition from Oracle’s website: The Internet of Things (IoT) describes the …
As we all know, it is quite easy to create database tables with Ruby On Rails. However, some cases require personalizations to reproduce real world …