Relative Content

Tag Archive for backend

created the server through express and idk what is this issue

i created this servet through express and did my setup like file structure and all, use mongo Atlas for database, intall nodemon and all depencies and when i try to check is my server is working fine or not then i got this error in the image

How to use ElysiaJS in a Clean Architecture approach

I’m working on a server application and trying to make it as clean as possible, considering the patterns and principles of Clean Architecture. However, I’m not sure how to proceed with the controllers.

How to format request and response

I am new to backend REST API development. I am creating the CRUD APIs for books using spring boot.
I have a model class lets say ‘user’. It will have many fields, like id, name, email, status, created_at, etc.

Encapsulating a central soap service in a microservice?

I am currently developing an application (rest-backend and SPA) that requires information from people (personal data, department, superior… ). Our company has a central directory for this purpose. This provides the data via soap.

How to become a proficient backend engineer with a solid foundation

I have learned the basics of programming using C++ including OOP, OOD, and DSA. I have also solved various problem-solving questions on LeetCode. I aim to become a well-rounded backend engineer with a strong grasp of fundamentals, enabling me to switch between technologies easily. However, I’m completely unsure about what I should learn next.