排序
Is it okay if my app is not microservices-based?
Is it okay if my app is not microservices-based?,I have a bad habit of throwing myself into analysis paralysis over issues that I shouldn't be thinking so hard about. I also tend t...
Building 3rd party JARs in Spring (Maven project)
Building 3rd party JARs in Spring (Maven project),I had an external .jar that cannot be imported from public repositories using pom.xml, it's XPTO.jar. I was able to run the projec...
Java 8 – Lambda Expression Rule
Java 8 - Lambda Expression Rule, Java 8 - Lambda Expression (3 Part Series) 1 Java 8 - Lambda Expression 101 2 Java 8 - Lambda Expression Rule 3 Java 8 - Functional Interface There...
Java 8 – Lambda Expression 101
Java 8 - Lambda Expression 101, Java 8 - Lambda Expression (3 Part Series) 1 Java 8 - Lambda Expression 101 2 Java 8 - Lambda Expression Rule 3 Java 8 - Functional Interface One of...
counters != countersWorking; SOLVED
counters != countersWorking; SOLVED,Hey everyone as for the title I am having trouble with my counters not working. They are itemCounts and discountCounts. They are arrays that hol...
2 ways to Two Sum
2 ways to Two Sum,Question: Given an array A and a target T, check if there exists a pair in A which sum to T. If you're starting out on you're interview prep journey, this is usua...
Spring Boot: Auto Configuration and Projects
Spring Boot: Auto Configuration and Projects, What is the Spring Boot? Spring Boot is basically an extension of the Spring framework which eliminated the boilerplate configurations...
Add Filters to Excel in Java
Add Filters to Excel in Java,When the data in Excel worksheet is very large, you can add 'text filter', 'number filter', 'color filter' or 'date filter' in a selected area to filte...
Checking If An Undirected Graph Is Bipartite
Checking If An Undirected Graph Is Bipartite, CS Level Up Series (30 Part Series) 1 CS Level Up Series Introduction 2 Dynamic Arrays ... 26 more parts... 3 Linked Lists 4 Stacks 5 ...
Microservices Architecture Tutorial: all you need to get started
Microservices Architecture Tutorial: all you need to get started,Microservice architecture is one of the most discussed software architecture trends at the moment, and it has forev...
Spring Webflux – Reactive Java Applications – Part 1
Spring Webflux - Reactive Java Applications - Part 1,In recent times reactive programming has been expanding more and more, it is already being addressed by several languages, but ...