PinnedJava Trends in 2023Java has been around for over 25 years, and it is still one of the most popular programming languages in the world. In 2023, Java is…Jun 9, 2023Jun 9, 2023
GraalVM vs OpenJDK GC Performance ComparisonIn this article, we are going to compare the performance of Garbage Collection(GC) of OpenJDK and GraalVM. GraalVM is a popular open source…Oct 28, 2023Oct 28, 2023
BroadCasting in NumPyBroadcasting is a powerful feature of NumPy that allows for element-wise operations on arrays of different shapes and sizes. Broadcasting…Sep 21, 2023Sep 21, 2023
Solve Linear Algebra Problems with NumPyLinear algebra is an important branch of mathematics that deals with the study of linear equations and their representations in terms of…Sep 20, 2023Sep 20, 2023
How to capture and analyze Thread dumps in Android?Discover the power of thread dumps in Android development. Learn what thread dumps are, how to capture them using commands like ‘dumpsys…Sep 11, 20231Sep 11, 20231
Parallel SortEveryone knows about what sorting is. There are so many computer algorithms that have emerged to support sorting. Some of the well-known…Sep 8, 2023Sep 8, 2023
Parallelism in ConcurrentHashMapConcurrentHashMap is used extensively in multi-threaded applications. The examples of multi-threaded applications are online gaming…Sep 8, 2023Sep 8, 2023
Cosine SimilarityWhat is Cosine Similarity? Cosine similarity is a measure of similarity between two non-zero vectors of an inner product space that…Jun 28, 2023Jun 28, 2023
Generative AI in ActionThis is an example of how generative AI can help to improve your productivityJun 11, 2023Jun 11, 2023