Choosing the Best Framework for Python – Flask vs Django
Codete Blog » Backend Development
by
1y ago
Flask vs Django: both are ridiculously popular, both have strong communities, and both - if poorly chosen - can break your project into a million pieces. See what should you know before picking one over the other and choose the best framework for your app ..read more
Visit website
JPA: N+1 SELECT Problem [Spring & JPA Pitfalls Series]
Codete Blog » Backend Development
by
1y ago
N+1 SELECT problem is probably the most known and common problem for all Object-Relational Mapping tools which support lazy loading. It’s on the developer’s side to be aware of it and to know how to prevent it in the right way, because hidden N+1 SELECT vulnerability may cause noticeable performance issues ..read more
Visit website
JPA: Pagination Pitfalls & OutOfMemoryError [Spring & JPA Pitfalls Series]
Codete Blog » Backend Development
by
1y ago
What can go wrong with repository.findAll()? Is there anything special about using pagination within a transaction? Can JPA’s first-level cache visibly influence the behavior of my code? Find answers to those issues in the next article from the JPA & Spring pitfalls series ..read more
Visit website
JPA: 8 Common Pitfalls [Spring & JPA Pitfalls Series]
Codete Blog » Backend Development
by
1y ago
In this article, I’ll shortly outline the eight most common programmer mistakes and JPA pitfalls. If you find any topic interesting, I firmly recommend reading more about it, so you would be aware of all the common pitfalls and solutions for them ..read more
Visit website
Spring: Mixing Transaction Propagation Modes [Spring & JPA Pitfalls Series]
Codete Blog » Backend Development
by
1y ago
Spring transaction propagation modes are a part of the JPA & Spring pitfalls series. In this article, we will go through a few practical cases with code samples to show how tricky it may be to mix @Transactional propagation modes in Spring (especially REQUIRES_NEW) without being cautious enough ..read more
Visit website
Spring Transactional Pitfalls [Spring & JPA Pitfalls Series]
Codete Blog » Backend Development
by
1y ago
In this article, I’ll try to outline some of the most common misunderstandings related to @Transactional. I’m assuming that you are familiar with Spring, JPA and Spring Data. Hopefully, after this read, this annotation won’t be magical to you any longer ..read more
Visit website
From Java 8 to Java 11 – Quick Guide
Codete Blog » Backend Development
by
1y ago
We are all familiar with Java 8 and its ingenious features, but over 4 years have passed since the day of the Java 8 release, and Java has made a few more big steps forward, with which not all of us had a chance to familiarize ..read more
Visit website
Here's Why Java Is a Platform-Independent Language
Codete Blog » Backend Development
by
1y ago
While it may be clear why Java is often labeled as secure, simple, dynamic, portable, and reliable as well as class-based and object-oriented – the answer why Java is platform independent may not be that obvious. Let's zoom in on the issue ..read more
Visit website
Top Web Backend Frameworks in 2021
Codete Blog » Backend Development
by
1y ago
A good strategy is essential for growing your career. If you're looking to expand your skills in backend development, you should definitely check out the latest trends in backend technologies. Here are the most popular web backend frameworks set for fame in 2021 ..read more
Visit website
Why use Node.js in 2021? Pros & Cons
Codete Blog » Backend Development
by
1y ago
Neither a framework nor a library, designed to be used in both front-end and back-end applications, Node.js supports JavaScript code-writers and testers. In this article, we take a closer look on its pros, cons, and use cases ..read more
Visit website

Follow Codete Blog » Backend Development on FeedSpot

Continue with Google
Continue with Apple
OR