Business rule automation implementation – using Drools for dynamic approval process where rules assess the order amount and determine the right approval.
Understanding Drools Components
Discover how Drools, Business Central, and KIE Server work together to design, manage, and execute business rules effectively.
Installing Drools
Step-by-step guide to installing Drools with Docker. Learn how to set up Business Central and KIE Server, deploy rules, and verify your installation.
Sistem Operasi – 18 – Queueing Theory, Disk Scheduling, and File Systems.
Disc scheduling is an important process in operating systems that determines the order in which disk access requests are serviced. The objective of disc scheduling is to minimize the time it takes to access data on the disk and to minimize the time it takes to complete a disk access request.
Sistem Operasi – 17 – Performance, Storage Devices.
Advances in computer technology have mostly concentrated on processing power and not much on the I/O and storage component. This is why the CPU and GPU have advanced in leaps and bounds while system storage like the hard disk drive has only advanced moderately.
Sistem Operasi – 16 – Memory 4: Demand Paging Policy
Demand paging policy determine which pages should only be brought into memory if the executing process demands them. This article learn how this process happen and available algorithm to implement.
Sistem Operasi – 15 – Memory 3: Demand Paging
Demand paging is a method of virtual memory management. In a system that uses demand paging, the operating system copies a disk page into physical memory only if an attempt is made to access it and that page is not already in memory (i.e., if a page fault occurs).
Sistem Operasi – 14 – Memory 2: Caching
Cache adalah komponen perangkat keras atau perangkat lunak yang menyimpan data sehingga permintaan di masa mendatang untuk data tersebut dapat dilayani lebih cepat.
Sistem Operasi – 13 – Memory 1: Address Translation and Virtual Memory
Sebuah metode memory management yang menyediakan ilusi kepada program akan adanya dedicated memory, dan memory yang sangat besar (virtually unlimited)
CRUD API with java spring and MongoDB
In this Spring Boot tutorial, you will learn how to create a spring boot API connected with Mongo DB using spring data MongDB.
