Day: November 18, 2022
15 posts
In One Minute : Maven
Apache Maven is a build automation tool used primarily for Java projects. Based on the concept of a…
Tailwind CSS tutorial #15: Font Family
In the article, we will go into detail on how to use font-family. Font Family Format flex-{sans|serif|mono} Alignment…
Using Rossum.ai to superpower OCR with machine learning
Intro At FINN, we strongly believe in the principle of do it, do it, automate it. If you…
📦 Everything you need to know: package managers
Welcome everyone! This article is the first one of the Everything you need to know, a Software Engineering…
Create a Simple Maven Plugin
Summary In this post I’ll demonstrate how quickly a simple Maven plugin can be created. Reason Normally in…
Building a website directory with Next.js, Tailwind CSS, and Prisma
I am seeking a good stack I can switch to for my new projects. So, I decided to…
Flutter Failed To Compile Application With Flutter 1.22.3
Are you unable to compile the Flutter application with Flutter 1.22.3? If yes, then here, this guide can…
What is Rest Api – A beginner’s guide
For many beginners in tech, REST is a foreign concept, sometimes, it’s another buzzword in the layers of…
How to Mock an API in ONE minute
Front-end developers usually meet this problem. The API is designed, but it’s not been implemented yet. I need…
7-ES6++: Object Destruction
Object Destruction Working with objects is essential in JavaScript. We use objects to store data, to pass data…