Is the term ‘Front-End’ synonymous with ‘Client-Side’? If so, is this always the case?
As a relatively new (self-taught) web developer, I’ve heard the terms front-end, client-side, back-end, and server-side quite often. To me, front-end and back-end were always synonymous with client-side and server-side, respectively.
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.
Microservices APIs are working in local but not getting called when they are in QA server [closed]
Closed 1 hour ago.
Microservices APIs are working in local but not getting called when they are in QA server [closed]
Closed 1 hour ago.
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.
How to design a backend architecture that pulls media files from storage
This post might seem a little vague but I do intend on clarifying what specifically I’m looking for. I’m attempting to design (from scratch, for learning purposes) a very rudimentary backend service + frontend app that functions similarly to SoundCloud.
How do you design applications with client-based DBs?
Here’s what a typical application that adopted the client-server architecture looks like:
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.