-
WWDC 2022 – Keynotes
Every year I take an “Education-Vacation” to coincide with WWDC. I was lucky enough back in 2018 and 2019 to actually go to WWDC in person. Over the last few years it has all been virtual. At times WWDC has blown my mind like the dragon in my favorite WWDC shirt. As I get ready…
-
Upcoming ELM User Group Presentation
I’m really excited to announce I will presenting at the upcoming IBM Engineering Lifecycle Management User Group Virtual Conference. During the session will be taking customers and partners thru the OSLC based API discovery process, including creating the ETM Test Plan. I will be taking questions and showing demos, so sign up! See you then!
-
Day 2 – 100 Days of Swift
Wow! I’ve been using swift for a bunch of years, and have never come across enum associations. Imaging getting to that on day two of a course. What you see above is the association added to the running, talking and singing values of the enum Activity. This way you can “associate” additional information to a…
-
Swift
Today I am going to try and start the 100 days of swift program that Paul Hudson provides. I’ve been using Swift for years, and taken a ton of individual classes, read books, and even published a few apps on the App Store. However, I find I still find some things just don’t work like…
-
Generating a Test Plan via API Discovery
In my prior posts I took you through the discovery flow to identify the resource shape of creating a new Project Area. The only problem was, there is no public API for creating a Project Area, either via OSLC or published ELM APIs. To that end, you may have been a bit frustrated that all…