How to Create a SQL Server Stored Procedure
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...
Project Management for Software Development
Tutorials and tools for managing, estimating, planning and tracking software development projects: PMP, Agile, Scrum, Lean, Kanban
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...
Remote work might now be considered the norm, but many software development teams have been doing it since “before it was cool”! That’s not to say everyone does it well, though…
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...
This presentation provides insights and an innovative application of Dave Snowden’s Estuarine Mapping at the team level. This method, often used for complex projects and bigger socio-economical systems, can also benefit everyone working with software...
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...
Software architects often have to navigate a complex environment, wrestling with legacy systems, battling organizational politics, explaining technical choices to management, dealing with software development team dynamics and – above all – chasing the perfect...
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...
Have you ever done something where you felt like you were in a higher state of awareness, your focus sharp like a knife, and time seemed to stand still? Imagine you could harness that same...
Last Comments