How To Add Swap memory on Ubuntu
What is Swap memory? Swap is the space partitioned from disk used to store temporary system files, in that case
Continue readingWhat is Swap memory? Swap is the space partitioned from disk used to store temporary system files, in that case
Continue readingWhat is a stored procedure? A stored procedure is a collection of SQL statements that are pre-compiled and stored in
Continue readingThere are two in-built functions in moodle/totara that return the result as a single field. For each result set row,
Continue readingWe use ER Model for logical representation, which means If we want to see the Conceptual view of the data,
Continue readingIn our daily programming, we see three types of software design principles i.e DRY, KISS, and YAGNI. DRY PRINCIPLE –
Continue readingWhat is Data? Data is a collection of raw facts and statistics such as images, numbers, observations, and descriptions in
Continue readingConvert Date and time according to the User’s browser time We need to convert datetime from one timezone to another
Continue readingThe jQuery.css function is used to GET or SET the CSS properties of DOM elements. The lesson that follows will
Continue readingIn Javascript design pattern term is used for a reusable solution for commonly occurring problems in Javascript. The constructor design
Continue readingIntroduction Django serializers provide a way to convert complex data, such as querysets and model instances, into different formats, like
Continue reading