PinnedIsolationIn the database, lots of concurrent transactions occur same time and use the same resource which can cause some reading issues. To…Sep 9, 2023Sep 9, 2023
Understanding the N+1 Problem in Hibernate: A Performance Trap!As developers, we often deal with relational databases and ORM frameworks like Hibernate. One common performance issue we might encounter…Sep 23Sep 23
Understanding String Comparison in Java: == vs .equals()String comparison in Java can sometimes be confusing, especially when it comes to using == and .equals(). Let’s quickly break it down with…Sep 16Sep 16
Hibernate Caching: 1st Level vs. 2nd LevelThe 1st level cache (L1 cache) and 2nd level cache (L2 cache) are both mechanisms used in ORM frameworks like Hibernate to optimize…Sep 16Sep 16
Cookie Manipulation In Spring BootIn this blog, we’ll explore how to use cookies in a Spring Boot application. So, what is a cookie? A cookie is a small piece of…Feb 13Feb 13
Pandas Vs VaexWhen I was working with large volumes of data like gigabytes of data it was challenging to manipulate the data on fly the RAM using Pandas…Nov 19, 2023Nov 19, 2023
Stateful vs StatelessStateful: In a stateful request, the server remembers the context or state of previous interactions with the same client, and this context…Nov 4, 2023Nov 4, 2023
NATURAL LANGUAGE PROCESSING WITH PYTHONNatural Language Processing (NLP) এর কথা শোনা মাত্রই প্রথমে যে চিন্তাটি আমাদের মাথায় আসে তা হল :Jan 22, 2021Jan 22, 2021