Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Photo by Maxim Hopman on Unsplash If you maintain a JVM1 or Android project, chances are you've...
As modularization becomes increasingly common in Android projects, it increases the number of...
Cover photo by Sandie Clarke on Unsplash The Dependency Analysis Plugin v2.0.0 has just been...
Ever wondered what happens when you click "Run" in Android Studio? How does your raw code magically...
Imagine a beautiful cake topped with a fresh, juicy strawberry. The strawberry adds the perfect touch...
Photo by Marco Bicca on Unsplash. I really hope there's a light at the end of this sewer. Sorry, my...
Photo by Karsten Winegeart on Unsplash Let's get something out of the way right at the start: I hate...
As build engineers, one of our biggest concerns is running out of memory during our Gradle builds....
In this article, I introduce the latest iteration of Telltale, a framework designed to automate...
Very often, we should store secrets that we need to build android application. One of the most common...
Basic Commands 1. gradle tasks List all available tasks. gradle tasks 2. gradle...
As an Android developer, I've always been deep into coding and app design, but kind of skimmed over...
Automating Database Migrations in Java with Flyway Database migrations are a crucial...
Photo by Karsten Würth on Unsplash Welcome to the spiritual successor to Gradle plugins and...
Hello everyone! I'm excited to share the latest progress on my Minecraft modpack. Here's a breakdown...
Bootiful Spring Boot 3.4: Spring Framework (4...
Edited 2025-10-15: Fix the Maven pom.xml sample. JeKa is a modern Java build tool focused on...
In this post, we analyze the impact of different memory heap configurations on the performance of a...
TL;DR When upgrading to JUnit 5.12.0 or later, be sure to...
Ever since I started learning Kotlin I have been intrigued by what is going on behind the scenes in...
In our previous blogs, we explored how to integrate code formatting with ktfmt and static analysis...
Sumário 1. Introdução 2. Tecnologias e Ferramentas 3. Instalando o JDK e o Gradle 3.1....
When working with Java applications that utilize Java Architecture for XML Binding (JAXB), you might...
Today, I want to share with you how you can store the key for signing your android application. It is...
JDK 23 G1/Parallel/Serial GC changes (5...
Introduction Maven and Gradle are two of the most popular build automation tools used in Java-based...
The title of this article is not more confusing than suddenly upgrading your IntelliJ IDEA version...
Introduction to Build & Package Manager Tools: What are built and package manager...
Use ./gradlew instead of gradlew to tell IDEA that gradle is in the current path
This is common issue among react native developer . Reasons of this Node Package mismatch (95% of...