-
Similarties and differences between agile software development and Scrum
In the last decades, the adoption of ASD has been extremely rapid in the software industry worldwide Agile software development…
Read More » -
Agile Team practices
Agile teams have different practices -Self-management, -Face-to-face communication, -Reflexivity, -Product turnaround, -Simplicity, and -Customer interaction. *self-management refers to the ability…
Read More » -
Agile sprints
In order to achieve quick product turnaround, agile teams typically plan their work in “sprints” (i.e. brief, predetermined time periods)…
Read More » -
Manifesto for agile software development
Agile Manifesto is Manifesto for agile software development. Agile manifesto has the following principles: 1-Our highest priority is to satisfy…
Read More » -
SQL Triggers update
In this case, the triggers update is triggered when you update a specific value in your table. Initial input table:…
Read More » -
What is trigger in SQL
A trigger is an advanced SQL concept. Triggers are user-defined SQL command that is invoked automatically in response to an…
Read More » -
Remote work
How to choose a Monitor for remote work
Having a monitor for remote work to use together with your work laptop is essential. It helps a lot if…
Read More » -
SQL delete statement with example
SQL delete statement allows deleting some values from an existing table. Input data Employees Table: Assignment: delete employees with age…
Read More » -
SQL update statement with example
SQL update statement allows updating a value in an existing table. Input Table Assignment: Update salary for employees with age…
Read More » -
SQL Insert statement with example
The insert statement uses the data returned from the subquery to insert into another table. Example SQL Insert statement: Input…
Read More »
