-
Notifications
You must be signed in to change notification settings - Fork 0
App (Scheduled Job)
If you have enough theoretical background, then you can utilize this component to generate necessary analytics from large data volumes if needed and other techniques to save disk storage and separate data-read from data-write with minimal possible cost. Just use it in another time like 00.00 where there is no live traffic (distribute CPU load over the data storage server)
from the end users on the system to do the data-read and data-write on the data storage, OR send emails to end users, preparing reports asynchronously or other use cases [just use your bloody hell brain π§ sweet heart π]
Hint:
-
Replication is NOT ALLOWED with this component. Just 1 replica fits the business need besides it is effective and efficient π, so we conclude from that this component type is not subject to horizontal-scaling
-
Saving disk storage π° like manual discarding of paper archives after 10 years or so, according to Business need and rules after getting the necessary analytics from them, so you will avoid wasting land space π₯³ by installing more servers and brining a country's infrastructure down π£π₯πβ’οΈβ£οΈ by consuming a bloody hell electricity [just use your bloody hell brain π§ sweet heart π]
Mail server: Considered as another system outside your system's boundary. Think of it as another black box who has interface for integration
Examples:
-
Divide emails into batches, then iterate over each batch. On each iteration launch a batch request to the mail server. Check their APIs docs first or even contact them to maximize the effectiveness and efficiency. Sleep the main thread for 5 secs
Hint: Thread.sleep(5000)
between each batch request(lighten the load over the mail server)
to avoid something like DDOS attack on the mail server because it'll bring the mail server down -
Reporting and Analytics
- Accept report request via frontend channels =>
- Mark the report status as
in progress
=> - Prepare it asynchronously at another time, Mark the report status as
completed
as the report status is changed => - Then the user can read the raw data using frontend channels =>
- Then format the report according to a suitable user experience [determined via the UI/UX Designer]
Usage: 1 component per business function. Just follow SRP. Keep it always clean and follow KISS.
- Overview
- University Role
- Architectural Components
- Legal and Ethical Development Specialization
- System Administration
- Software Deployment
- Git Repositories | Access Control
- Testing notes - Tester [QA]
- Daily Standups
- Onboarding process upon hiring newcomers
- Tickets Flow AKA Industrial Software Manufacturing Process
- Sprint
- Legal and Ethical Aspects of Contracts
- Maintenance Deals: new contracts after delivery to avoid wasting the money of the clients and burning out the human resources
- Human Resources Planning to the Software-Development-Unit
- Possible future moves of Human resources
- Notes to Managerial Positions
- Notes for Self Study During the University Phase
- Screening Interviews
- Search keywords for recruiters
- Email-Writing
- Job advertising template for recruiters
- Ethics of writing useful software
- How to do a complaint against someone in a safe way