In this tutorial, we’ll look at exploring project structure with IntelliJ IDEA’s Dependency Matrix. When working with large, complex software projects, we need to understand the dependencies between components in your projects. IntelliJ IDEA has a feature called Dependency Structure …
-
Creating an OpenAPI Generator from Scratch: From YAML to JetBrains HTTP Client
In this article, I’ll be implementing an openapi generator from scratch so you can too! We’ll be creating a very simple generator for the Jetbrains HTTP Client.
-
Working with GitLab Merge Requests in IntelliJ IDEA
In this tutorial, we will take a look at working with GitLab Merge Requests inside IntelliJ IDEA.
-
Contributing to Open Source Software: Creating a Pull Request
Let’s take a look at contributing to Open Source Software, specifically how to create an open source pull request (PR).
-
Reactive Programming Made Easy
This article discusses essential features and tools in IntelliJ IDEA for Reactor developers. These include live templates, a dedicated debug mode, and a couple of inspections. We’ve got all of the project Reactor adepts and enthusiasts out there covered! Whether …
-
Foojay Podcast #26: The Future of Source Control and CI/CD
We have seen evolutions from CVS to Subversion to Git. Is this the endpoint? Did we find the holy grail? What evolutions are waiting for us?
-
Manifold vs. Lombok: Enhancing Java with Property Support
Two decades ago we worked on properties in Java. Lombok filled in that gap. Manifold aims to solve this same problem. Is it ready?
-
Announcing the Digma Beta: First Runtime Linter for Java Code
We are looking for senior Java developers to participate in the beta program of a new free runtime linter that provides Continuous code Feedback.
-
Write Once, Run Embedded in any IDE
Having written many Java GUI applications, I thought it would be cool to run them embedded in IntelliJ IDEA, Eclipse and NetBeans. I didn’t want to write 3 plugins per application so I came up with this solution.
-
Analyzing Dependencies in IntelliJ IDEA
Use IntelliJ IDEA to analyze dependencies in your project. Use the Dependency Analyzer to find specific dependencies, show conflicts and more, or use the Dependency Diagram in IntelliJ IDEA Ultimate.
-
Replacing Postman with the JetBrains HTTP Client
How to use the JetBrains HTTP Client to replace Postman, test third party APIs, share requests and run them in CI all of that within minutes!