current location:Home > Technical Articles > Backend Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- What is load balancing and how to do it on client side
- “Load balancing” can be explained as maintaining any workload. For example if you have to serve 1000 breakfast in the morning you can divide the work among 2-3 or more caterers to lower the delivery/preparation time. In the computer world, same logi
- javaTutorial . spring 251 2025-01-10 22:08:41
-
- Using annotations in Java to make a strategy
- I went through a very interesting situation at work and wanted to share the solution here. Imagine you need to process a set of data. And to deal with this set of data you have several different strategies for this. For example
- javaTutorial . spring 407 2025-01-10 12:13:43
-
- Dev/prod parity : Spring Boot Testcontainers
- Introduction Dev/prod parity aims to reduce the gap between development and production environments. This article targets the tools gap, especially in integration testing with Spring Testcontainers, as a way to make development and production a
- javaTutorial . spring 665 2025-01-10 11:03:43
-
- When to use ResponseEntity?
- Let's look at the controller with the endpoint below: @RestController @RequestMapping("v1/hello") public class ExampleController { @GetMapping public ResponseEntity get() { return ResponseEntity.ok("Hello World!"); }
- javaTutorial . spring 810 2025-01-10 08:44:41
-
- How Do You Use Encapsulation with Micronaut Annotations?
- This encapsulated design prevents the direct modification of userId and name, ensuring only authorized operations can alter their values. Micronaut Features in Action Micronaut, a modern JVM-based framework, provides annotations that take encapsula
- javaTutorial . spring 1044 2025-01-10 08:13:41
-
- DEV Community: Best Dev Stacks to Learn in 5
- Technology is developing rapidly in 2025, and developers are constantly looking for the best technology stack to remain invincible in the ever-changing industry. The development landscape of 2025 is filled with new trends, emerging frameworks, and tools that are reshaping the future of software engineering. Whether you're new to programming or a veteran looking to upskill, this guide will provide you with a handy reference for the best development technology stacks in 2025. 1. Full-stack development Why choose full-stack development? Full-stack developers continue to be highly sought after because of their ability to handle both the front-end and back-end of an application, making them a versatile and valuable asset. Companies are always looking for professionals who can handle projects from end to end. Main learning technology stack: MERN technology stack (Mon
- Python Tutorial . spring 992 2025-01-09 18:10:41
-
- Communicating JAVA with GeminiAI
- If you program in Java and have never 'played' with GeminiAI, this article will be a great introductory guide, here I will show in a very simple way how to send requests to Gemini and return JSON, like a Rest API. ?? What am I using? ?
- javaTutorial . spring 509 2025-01-09 06:45:41
-
- Serializing an enum in a Spring Boot web application
- Enum is a good structure to define a set of limited and well defined values inside the domain of our application. They could help to prevent impossible states in our codebase. The scenario Let's use a note taking web application as an exa
- javaTutorial . spring 553 2025-01-09 06:34:43
-
- Building a Local Snvironment with MinIO: AWS SDK for Java Vigration Guide
- Ever faced this warning when starting Spring Boot? warning: The AWS SDK for Java v1.11.x has been marked as maintenance mode... Are you developing applications that use Amazon S3? Setting up a local development environment can be tricky. In this guid
- javaTutorial . spring 563 2025-01-09 06:31:14
-
- Learn The Java Spring Framework Create A Social Network With Spring Boot
- Java Spring Framework is a powerful tool for developers. Spring Boot simplifies building web applications. If you want to create a social network, Spring Boot is the way to go. It offers a robust and flexible framework that makes development easier.
- javaTutorial . spring 1253 2025-01-09 06:21:41
-
- The Ultimate Guide to Finding the Top Java Web Development Agency in India
- The Ultimate Guide to Finding the Top Java Web Development Agency in India Java web development is a popular choice for businesses looking to create dynamic and interactive websites and web applications. Java is a versatile and powerful programming
- javaTutorial . spring 1080 2025-01-08 20:13:20
-
- Streamlining Enterprise Application Development with Java Frameworks
- Building enterprise applications often feels like assembling a complex puzzle. There’s the challenge of ensuring scalability, integrating with existing systems, and maintaining tight security—all while trying to meet demanding deadlines. Java framewo
- javaTutorial . spring 683 2025-01-08 14:08:41
-
- What is hikari pool?
- What is hikari pool? This simple question in a post on BlueSky led me to an explanation that I thought was really cool. I came here to finish it. In the specific context it was being talked about the Hikari Connection Pool. But if Hikari is a Connec
- javaTutorial . spring 1076 2025-01-07 16:08:41
-
- Spring Boot pplication on AWS Lambda - Part Measuring cold and warm starts with GraalVM Native Image and memory settings
- Introduction In the article part 12 of our series we explored how to develop and deploy Lambda function with Custom Runtime containing GraalVM Native Image with GraalVM 22 runtime created from Spring Cloud Function AWS application. In the part
- javaTutorial . spring 376 2025-01-07 07:17:41
-
- Java Can Be Serverless Too: Using GraalVM for Fast Cold Starts
- Introduction A fairly common approach when it comes to working with serverless code is to write it as a Python, Node or Go application given their reputation for very fast cold starts. But what if we are faced with pre-existing Java apps tar
- javaTutorial . spring 663 2025-01-07 06:16:44