Software Development Project Management Articles
If you are a software development project manager, you know that communication and trust in the project team are as important for the success as the technical challenges. This excerpt from a blog of Keavy...
January 28, 2026
A SQL Server stored procedure, sometimes referred to as a stored proc or procedure, allows you to write one or more TSQL statements and store them within your database so that they can be called...
December 12, 2025
In this article from chapter 4 of Specification by Example, author Gojko Adzic explains how to work together with business users to come up with the right stories and that the key idea to achieve...
November 12, 2025
Rest In Peace (R.I.P. from Latin requiescat in pace) is a sentence that typically appears on Christian tombstones. Software development projects usually have the same destiny. Once they are finished, often the best thing that...
October 29, 2025
MongoDB is one of the most popular open source NoSQL database available. This database avoids the traditional table-based relational SQL database structure to favor of JSON-like documents with dynamic schemas. Jenny Richards explains in this...
September 24, 2025
In SQL Server, the Referential Integrity is governed by the fact that there is a defined primary key that will only ever allow unique values. That primary key is used to establish relationships with other...
September 11, 2025
There are many configurations for developers to work together, but one of the common things that you will share with your colleagues is the toilet. Visiting the lavatories is also something that you will most...
July 21, 2025
In a typical website, some element of static reference data exists in the system. This static reference data might never change or might change infrequently. Rather than continually querying for the same data from the...
July 15, 2025
Last Comments