First steps through the Flutter framework
If you are somewhat familiar with mobile development, you have probably heard about Flutter, an open-source framework developed and maintained by Google for building natively …
Codeminer42’s Engineering Blog
If you are somewhat familiar with mobile development, you have probably heard about Flutter, an open-source framework developed and maintained by Google for building natively …
From tutorials to enterprise-level software, knowing how to set up a local database instance is a mandatory skill. You’ve probably had to go through tons …
In React applications, there are many ways for testing routing behavior in our components. You might find solutions on the internet, but they probably will …
When working on web apps, at some point, you will need to overwrite styles from components to which you have no access to the CSS …
INTRODUCTION INTRODUCTION I believe the comic strip above sums it well: You write clean code mainly to understand yourself in the future. Not only that, …
Like many engineers, I landed into coding kind of by accident. I was programming alone and unsupervised for a decade and my work was mostly …
There are different stages in application development. Some of these stages are nicer than others, and some are necessary, like deployment. The deployment stage might …
Hello, fellow readers! Before we can jump right in, we have an announcement! There is a new series of posts here in the blog: CodeTips! …
Recently, I had the opportunity to work with Tailwind CSS. At first, I was not really happy about it. I knew I had to start …
Image from unsplash Intro Even though nowadays I mostly work with Javascript/Typescript, I’ve spent a long time programming with C++ and as you’ve probably heard …