Posted inBasics Creating the Auth Module Posted by admin August 13, 2021 Before we can secure the users module by implementing the permission and validation middleware, we’ll need to…
Posted inBasics Creating the User Module Posted by admin August 13, 2021 We will be using Mongoose, an ODM (object data modeling) library for MongoDB, to create the…
Posted inBasics COCOMO Model Posted by admin August 12, 2021 Organic, Semidetached and Embedded software projects Boehm postulated that any software development project can be…
Posted inBasics White-Box Testing Posted by admin August 12, 2021 One white-box testing strategy is said to be stronger than another strategy, if all types…
Posted inBasics Black-Box Testing Posted by admin August 12, 2021 Testing in the large vs. testing in the small Software products are normally tested first…
Posted inBasics Code Review Posted by admin August 12, 2021 Coding Good software development organizations normally require their programmers to adhere to some well-defined and…
Posted inBasics X-Window Posted by admin August 12, 2021 The X-window functions are low-level functions written in C language which can be called from…
Posted inBasics Component-Based GUI Development Posted by admin August 12, 2021 Window A window is a rectangular area on the screen. A window can be considered to…
Posted inBasics Types of User Interfaces Posted by admin August 12, 2021 User interfaces can be classified into the following three categories: • Command language-based interfaces • Menu-based interfaces…
Posted inBasics Basic Concepts in User Interface Design Posted by admin August 12, 2021 Characteristics of a user interface It is very important to identify the characteristics desired of…