Do you use meaningful PBI titles? | Luke Cook | SSW Rules
When a developer or Product Owner is looking through the backlog, it’s important that – at a glance – they can read the titles of PBIs and have a decent understanding of them.
Read MoreWhen a developer or Product Owner is looking through the backlog, it’s important that – at a glance – they can read the titles of PBIs and have a decent understanding of them.
Read MoreClimate change impacts us all. While your choice of programing language might seem like much of a contributor to a carbon footprint.
On a scale, this does add up and not only can cost the environment but the hip pocket as well.
Read MoreIt’s important for anyone involved to know the basic video editing terms to keep feedback clear and concise.
Read MorePlease don’t say just ‘Hello’ in chat. It’s as if you called someone on the phone and said “Hi!” and then put them on hold!
Read MoreIn this video, Jernej Kavka talks with a senior compiler engineer at Microsoft Chris Sienkiewicz about building and configuring source generators.
Read MoreMost organizations store lots of passwords. There is often a need to share these passwords with other staff and these passwords all need to be unique, long and complex.
Read MoreHave you ever seen a developer’s version of hell? We have, and in this video, Brook Jeyness shows us what all developers fear most about updating packages. As well as what we can do to avoid sending developers through the 9 realms of “DevOps’ inferno”.
Read MoreSource Generators let C# developers inspect user code as it is being compiled. The generator can create new C# source files on the fly that are added to the user’s compilation. In this way, you have code that runs during compilation. It inspects your program to produce additional source files that are compiled together with the rest of your code.
Read MoreWhen asking for changes to be made to any file like a web page, Word document, PowerPoint slide, or code, always include the original version of the content (“X”) together with the changes you require (“Y”).
Read MoreIf you need to build a binary app (rather than a web app) that will run on multiple platforms (e.g. iOS, Android, macOS, Windows).
Read More