Swift Access Levels, WebSockets vs XMPP, Debugging Constraints – Oh My…

Swift Class/Member Access Levels I learned about class/member access levels (open, public, internal, private, fileprivate) in Swift and the “final” keyword. https://useyourloaf.com/blog/swift-3-access-controls/ WebSockets vs XMPP Learned the difference between WebSockets and XMPP, and the Jingle protocol WebSockets are lower level pipes like Berkeley sockets. Server “push” is poorly supported in WebSockets.  XMPP gives us a … Read more Swift Access Levels, WebSockets vs XMPP, Debugging Constraints – Oh My…

Welcome To WHILT – What Have I Learned Today?

This category is an area where I’ll blog small summary posts of what I learned on a given day. I’ll just call it “WHILT?” – short for “What Have I Learned Today?” Nothing long but just a quick read with many links to sources where I gathered useful information. What will YOU learn today? Enjoy! … Read more Welcome To WHILT – What Have I Learned Today?