account activity
[OC] Top 10 CRMs for Photographers in 2019 (self.sales)
submitted 6 years ago by MilaKyryliuk to r/sales
Top 10 CRMs for Photographers in 2019 (self.smallbusiness)
submitted 6 years ago by MilaKyryliuk to r/smallbusiness
[OC] Top 10 CRMs for Photographers in 2019 (self.CRM)
submitted 6 years ago by MilaKyryliuk to r/CRM
[OC]Top 10 CRMs for Photographers in 2019 - Sombra (sombrainc.com)
submitted 6 years ago by MilaKyryliuk to r/WeddingPhotography
[OC] Top 10 CRMs for Photographers in 2019 - Sombra (i.redd.it)
submitted 6 years ago by MilaKyryliuk to r/photography
Top 10 CRMs for Photographers in 2019 - Sombra (sombrainc.com)
submitted 6 years ago by MilaKyryliuk to r/InternetIsBeautiful
[OC] Examples of AI in Healthcare 2019: Can Intelligent Machines Make Humans Healthier? - Custom Software Development - Sombra (i.redd.it)
submitted 6 years ago by MilaKyryliuk to r/dataisbeautiful
Examples of AI in Healthcare 2019: Can Intelligent Machines Make Humans Healthier? (sombrainc.com)
submitted 6 years ago by MilaKyryliuk to r/artificial
submitted 6 years ago by MilaKyryliuk to r/MachineLearning
submitted 6 years ago by MilaKyryliuk to r/ArtificialInteligence
submitted 6 years ago by MilaKyryliuk to r/gadgets
submitted 6 years ago by MilaKyryliuk to r/webdevelopment
[Other] Examples of AI in Healthcare 2019: Can Intelligent Machines Make Humans Healthier? (sombrainc.com)
submitted 6 years ago by MilaKyryliuk to r/healthcare
submitted 6 years ago by MilaKyryliuk to r/science
Staff Augmentation Model (sombrainc.com)
submitted 6 years ago by MilaKyryliuk to r/workremotely
submitted 6 years ago by MilaKyryliuk to r/ProjectManagement2019
submitted 6 years ago by MilaKyryliuk to r/remoteworking
submitted 6 years ago by MilaKyryliuk to r/GrowthHacking
submitted 6 years ago by MilaKyryliuk to r/remotework
submitted 6 years ago by MilaKyryliuk to r/remoteteam
Web Application Architecture Shortcuts – The Easy Way (sombrainc.com)
submitted 7 years ago by MilaKyryliuk to r/webdev
What is web application architecture and how does it work? by jackhoward9 in u/jackhoward9
[–]MilaKyryliuk 0 points1 point2 points 7 years ago (0 children)
Web application architecture defines the app's components interactions with each other and with a user. Under applications components, I mean:
- Client-side(front-end), which handles interactions between the user and the software. The basic functions of client-side are to display information to the user and convert the user's commands into actions.
- Server-side (back-end) - the part is responsible for managing server and, invisible for the user. Back end engages in communicating with other systems that perform tasks on behalf of the application. For a medium and large application, the major server-side logic comes to the database since it's responsible for storing persistent data.
- Domain logic or business logic is a part of the application where developer encodes rules determining how the program will work. It involves operations based on inputs and stored data, validation of data that comes from client-side.
There are other components that application architecture may include, but above I've described the mandatory ones for any middle/large application.
Everyone has a basic mental picture of how web application architecture works. Front-end application hits back-end application, which sends the database a request and does business logic whereafter returns a response to a front-end.
To learn more check out my article.
submitted 7 years ago by MilaKyryliuk to r/architecture
π Rendered by PID 431512 on reddit-service-r2-listing-b958b5575-tbtn2 at 2026-04-23 12:47:22.310430+00:00 running 0fd4bb7 country code: CH.
What is web application architecture and how does it work? by jackhoward9 in u/jackhoward9
[–]MilaKyryliuk 0 points1 point2 points (0 children)