Latest Trending
The Global Fintech Revolution in 2023 (PART 2 of 2)
2023 has proven to be a watershed moment. As we navigate through this year, the industry is witnessing unprecedented growth, diversification, and global adoption.
The Global Fintech Revolution in 2023 (PART 1 of 2)
2023 has seen trends in financial services domain, especially on digital payments, artificial intelligence and machine learning, as well as open banking platforms. This article is focusing on some discussions of fintech revolution in 2023. This is the part one of the fintech trending series.
Skyrocket Your Business: Cloud Trends in 2024 You Can't Miss
As we march forward into 2024, it's clear that the acceleration of technological advancements is reshaping our world. From artificial intelligence and machine learning to significant power upgrades and strategic industry collaborations, the pace of change is unmatched. This evolution is particularl
The Global Fintech Revolution in 2023 (PART 1 of 2)
2023 has seen trends in financial services domain, especially on digital payments, artificial intelligence and machine learning, as well as open banking platforms. This article is focusing on some discussions of fintech revolution in 2023. This is the part one of the fintech trending series.
Technology
Software Version: What do they really means?
According to Wikipedia, the software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software. As software professionals, we all consider ourselves known pretty well what software versioning is about. But do we?
No More Memory Leaks: The Pro Strategies
Memory leaks are well-known challenges in the software engineering industry, affecting both seasoned professionals and leading-edge enterprise solutions. If you ask some industry veterans, they probably have some war stories to share about battling memory leaks. In this article, we'll break down the common ways memory leaks sneak into Java applications and provide you with the strategies to prevent them, safeguarding your application's performance.
Foreign-memory access API: Performance off the heap
The Foreign-Memory Access API, introduced in Java 14+, significantly improves how developers work with memory outside the Java heap, offering a better alternative to the complex and error-prone Java Native Interface (JNI).
Introduction to the new Vector API
The Vector API in Java, first introduced as an incubator module in Java 16, through Java 21, represents a pivotal enhancement aimed at optimizing the performance of computation-intensive operations through the utilization of SIMD instructions.
Java 14: Enhanced Switch Expressions
In Java 12 or later, we all should leverage the Enhanced Switch Statements, a feature that simplifies the traditional switch syntax, allowing developers to write more concise, readable, and maintainable code.
Java 17: Introducing the Sealed Classes
This article introduces the sealed classes in Java 17, discussing its syntax, benefits, and with some real-world applications.