Posts Categorized:
Uncategorized

Big Data Purging in Oracle

Big Data Purging in Oracle

If you are in charge of an Oracle database that accumulates an incredible amount of data, there will likely come a time when you are faced with implementing a data purging solution as part of a data retention plan. Without one, the database will incur massive but...
How to Create an External Package for Angular

How to Create an External Package for Angular

What Is It Anyway? One of the many benefits and unique features of Angular is its modularity. These modules, known as `NgModules`, are essentially containers for code dedicated to a specific domain or closely related set of features. Modules may include components,...