i360 Dev 2022

At the end of August 2022 I was able to attend https://360idev.com/

 

Sunday August 28th

I360 Dev pre conference workshops

 

Entry and greeting

Swag that I was given

Design System vs Style Guide

Never constrain width or height of any view that contains text

  • Device size
  • Device orientation
  • Localization
  • Dynamic type

Xcode 13.4.1

Tutorial project

https://github.com/mpospese/DSTutorial

 

Optional:

  • Figma.app (in case you don’t like the website)
  • https://www.figma.com/downloads/
  • Base Design System (Uber)
  • https://www.figma.com/file/eit8RZXY7SDkYDYJIHGIi3/%E2%9D%96-Base-Gallery-(Community)
  • Your Design System (in case you want to build colors / typography, etc. from that)

https://www.figma.com/downloads/

  • Download Figma Desktop Apps, Mobile Apps, and Font Installers
  • Download the Figma desktop app for macOS or Windows as well as the font installer and device preview apps (40 kB)
  • https://www.figma.com/downloads/
  • Check out https://webaim.org/
  • Identifying and Fixing ios Accessibility issues
  • What does accessibility mean to you?
  • Accessibility is Usability
  • Microsoft Accessibility ToolKit
  • European Accessibility ACT
  • Section 508 & ADA
  • Cognitive
  • Learning Difficulties
  • Anxiety
  • Mental Illness
  • Illiteracy
  • Low education
  • Non-native speaker

Motor

  • Missing digits
  • Restructured movement
  • No movement
  • Lack of fine motor skills
  • Gestures
  • Voice control

Vision

  • Colour Blindness
  • Low vision
  • No vision
  • Zoom
  • Voice over
  • Animation
  • Dark mode
  • Adjustable text sizes

Hearing

  • Deaf
  • Play controls for audio
  • Separate volume controls

How to find them?

Accessibility Accessor in Mac OS

To join the workshop you’ll need a Mac with Xcode installed, and you’ll need to clone this repo:   https://github.com/rwapp/GalacticHolidays

Mon August 29th

Keynote

  • I always let the current job define me
  • A mental Reset
  • Code is Ephemeral
  • Products evolve
  • Technology evolve
  • Jobs are Ephemeral
  • Relationships are Forever
  • How do we foster
    • Be kind
    • Be aware
  • Adjusting Priorities
  • Even when world is shattered I can still do this.
  • A blueprint for caring less
  • Leave work at work
  • “Have fewer useless opinions”
  • Embracing rediscovery

Using metric kit to measure app performance and stability

  • MetricKit is a new framework in iOS 13 for collecting and processing battery and performance metrics
  • A way to pull out key metrics on going live
  • SwifitUI performance for demanding app
  • Keep view body simple
  • Owned data is @stateobject
  • Passed data is @observedObject

Advanced Code-able

  • App.quicktype.io
  • “Data drives your app. You have to think about it.”
  • Common patterns
  • AnyCodingkey/multiple containers
  • Drilling down with nested containters
  • Top-level wrappers, custom or dictionaries
  • Engineering Beautiful and Accessible Text
  • y-mattertype
  • github.com/yml-org/ymatterType
  • Making Text Accessible
  • Accessibility Labels
  • WCAG 2.0 Contract Checking

August 30th

The Darkside of Diversity & Inclusion

  • Why diversity?
  • Can you measure?
  • How to measure improvements?
  • What is the problem?
  • Culture Fit
  • Unconscious bias
  • Tribal mentality
  • Actual Racism/Ableism/Bigotry
  • You can cultivate inclusion if you don’t feel safe.
  • Learn Respectful Discourse
  • “When I argue I wanted to be right” when I argue I represent other people
  • “It doesn’t matter to be right, when others are suffereing”
  • What can we do?
  • Advocate for others
  • Be outspoken
  • Swift Plugin

A Discourse in Humane Development

  • Short term memory
  • Extensive Capactiy
  • Active working memory
  • Cognitive

Intro The Composable Architecture

One Tuesday January 11th. I attend the virtual  Omaha Swift/Google meetups. There is a 30 minute presentation on iOS and Android content.

6:00-6:30 PM iOS – Intro The Composable Architecture
https://github.com/pointfreeco/swift-composable-architecture


6:30-7:00 PM Android – Evolution of UI Layer Events
https://developer.android.com/jetpack/guide/ui-layer/events

I also recommend others to check out Mobile Meetups or any other at www.meetup.com

2019 360iDev Conference Day 4

2019 360iDev Conference Day 4

State of the Conference

“No one hates positive re-enforcement”

I thought I knew but I didn’t

“Success is a lousy teacher”

Book: “The cluetrain manifesto

“Help other become who they are” People over profit

Financial transparency: The coolest thing I have ever seen at a conference.

  • Indie conference
  • Don’t’ do Breakfast
  • Lunch outside, it’s nice outside

  • Speaker Travel, speaker hotel room
  • $103, 063 to put on conference
  • Attendees
  • Sponsorships
  • Talked about how much money the conference made
  • The playlist is by attendees
  • Thanks to the Sponsors
  • Thanks to the speakers
  • Attendees are the ones that come, they should have a say in where the conference is held.
  • Volunteers (room monitors)
  • All in Ticket (not everyone wants it, but it is there)
  • Previous Years Banners (conference yearbook)

Using LLDB, Instruments, and Xcode to understand a codebase

Slides

Straying From the Happy Path: Taking Control of Errors in Swift

If you want to handle more error, then you have to make it easy.

BYOB: Build Your Own (Swift) Backend. Server-Side Swift beyond CloudKit

Piles of Pictures: Process with Turi Create

Slides

2019 360iDev Conference Day 3

How to stay excited in a world that is falling apart

  • Looking Back
    • Where we have changed people
    • We are amazing people
  • It looked so easy to create a youtube channel
    • Don’t fear Failure
  • Being a successful programmer
  • Life too is an iterative process
  • Enjoy their laughter
    • Does it make a difference?Should stop arguing and focus on results
    • It’s nice to be right. It’s better to be effective.
    • What people get wrong about business?
      • Problem
      • Business
      • Profit
    • Look for the helpers, then help then

The opportunity to

  • Empathize with others
  • Learn how the world really works
  • Find weakness we can address
  • Do better the next time
  • Laugh at ourselves

Changing your luck

  • Finding the opportunities in the bad
  • Remembering to look back at accomplishments
  • Seeing what is there instead is not there
  • At least trying to achieve your dreams
  • Seeing the up and downs as parts of the whole

Recommendations

What is the best thing about the world ending?

  • Don’t waste time on things that don’t matter
    • What really matters is to you!

WebSockets: Adding Real-Time Data to Your App with SwiftNIO and Network Framework

Http Protocols

  • Stateless
  • TCP
  • MIME
  • Secure

HTTP/1.1 vs HTTP/2

HTTP/2

Upgrade Negotiation Request Headers

  • HTTP will ignore and send 1.1 response
  • http/2 will send a 101 Switching Protocols

HTTP-Hacks

  • Polling
    • Request on Timer
    • Client makes request
  • Long Polling
    • Blocking request and awaits for data
  • SSE
    • Server pushes back over time

WebSockets

  • Bi-directional message oriented
  • UTF-Binary Message
  • Subprotocols
  • WebSocket Protocol vs HTML 5

RFC 6455

WebSocket Upgrade Negotiation Headers

  • Version
  • Key
  • Accept
  • Protocol
  • Extensions

SwiftNIO

Why would we use NIO

  • Custom protocols
  • Effieiency / Scale

Server Side Swift

Ios12 and 13

  • Network Framework
  • URLSession Support

Codable Deep Dive

 

slides

If You Liked It Then You Should Have Put A String On It

https://github.com/rachelhyman/emoji

Intro to Serverless Computing with Swift

Where can we implement serverless in our app?

Why use serverless?

  • Scalability
  • Pay per use
  • Decreased time to market
  • Event driven scenarios
  • Offload CPU intensive tasks to the cloud
  • Integration with cloud services

FASS (functions as a Service)

  • IBM
  • AWS Lamda
  • Azure Functions
  • Google

www.serverless.com

No Biz Like Show Biz: Video Recording Your App for Marketing and Instruction

http://bit.ly/ShowBiz360

  • Tagline: What’s your story?
  • Bloom’s Taxonomy
  • 5 minute app
  • Script – The Hero’s Journey
  • Script – You are the Obi Wan
  • Script Structure
    • Intro – crisis
    • Narrative – journey
    • End – award
  • Script Styles: Text Only
  • Script Styles: Documentary
  • Edit & Rehearse
  • Production
  • Live Action
  • Screenshot
    • Screen Capture
    • Microphone
  • Slide Deck
  • Microphones
    • Single Durational Mic off of Amazon
  • Screen Capture Software
    • QuickTime
  • WorkFlow
  • Demo System
  • Teleprompter
  • Tablet
  • Set your Stage
  • Distraction Screen: Start at blank home screen
  • Record
  • Aim for one take
  • Find producers
  • Saving and naming
  • Post-Production
  • Imovie
  • Mix to Mono
  • Publishing
  • App Previews with no talking only sound

StoreKit And The IAP Lifecycle

Creation to Realization

NAMI: help app developers make money and not sell data

https://nami.docsend.com/view/dcsw9r8

Venturing Into the world of RxSwift unit testing.

https://github.com/elenipapanik/SignInApp

RxSwift is similar to other RX frameworks

2019 360iDev Conference Day 2

The conference kicked off at 9:30 a.m. on the 2nd floor of the Grand Hyatt.

The conference uses a 3rd party app http://www.essemble.us/ for scheduling of the conference.  I found it very useful to know session information, times and location.

Building Meaningful Software

I have the ability to learn and have the imitative

  • Make a GitHub account
  • Joined a game development lab
  • We Read Too
    • Women of Color Book
  • A app is not going to save the world?
  • Technology is a tool. It is not a solution.
  • How can you create meaningful tools that have positive impact?

Think outside yourself

If you’re building something, test it with folks who experience life differently from yourself.

Think about times where you or someone you know has struggled to find or access something important.

Pevo : is a national app for domestic violence.

Lyra : is a speech app for kids with autistim

  • Extend your knowledge beyond yourself
  • Mentor Others
  • Volunteer with Organizations
  • Spend an hour chatting with someone

Takeaway

I am here today because people saw the potential in me and gave me a chance. If you are in a position to do so then do it.

Think Different

Autism is a neurologic condition. It is an inability to cope with sensory input. Everyone hearted the support dog.

Do we have financial incentives to behave bad?

We social allow bad behavior. Which rules do we all to break?

How to work with Autistic people

  • Making decisions is expensive
  • Changing or maintaining a day
  • Don’t Selectivity enforce rules
  • Eliminate Sensory Distractions
  • Make user Stories as detailed as possible
  • Communicate through Writing
  • Blunt/Honest != Personally Negative

Swifty TensorFlow

https://www.tensorflow.org/swift

Slides

Why Machine Learning is important. You take data, put label’s on features to generate models then you do predictive

  • Features
  • Labels
  • Models
  • DATA
  • Kaggle.com
  • Supervised Learning
  • Training Rate is choosing the correct learning rate
  • Layered Neural Network
  • Machine Learning Terms
  • Loss Function
  • Validation Data vs Test Data
  • Dropout Rate
  • Batch Normalization

Tips and Tricks for Working with a New Codebase

Slides

What a makes a new codebase different?

  • Terminology
  • Conventions
  • Files
  • Architectural patterns
  • You did not write it

The Laws of Magic

Kick your 3rd party networking library to the curb

https://tim.engineering/360idev-talk-kick

Managing Multiple Projects Without Losing Your Mind (Probably)

Slides

App Store Optimization for the Rest of Us

slides

https://appfigures.com/resources

https://appfigures.com/resources/keyword-optimization-app-store-connect

https://appfigures.com/resources/get-your-ios-app-featured-on-the-app-store

Competition on placement of App Store

How to find apps on app store

  • Featured App
  • Find Category until they find the app
  • Searching

Optimization of App Store

  • Set of techniques of find the best keywords get your app in front of right people
  • Way to indicate to apple what your app is all about in a way their search algorithm
  • Set of best practices for make sure people understand what your app does
  • Experimental mindset

What optimization isn’t

  • Spam the app store or trick algorithm
  • Don’t have time or money to spend

Four components of App Store Opitimization

  • Research
    • What is this app going to give me?
    • Features, benefits, tasks
    • The apps that show up that are similar or are competitors
    • Are those keywords used
    • Popularity 1 low 100 high
    • Use app intelligence tool
  • Research Mistakes
    • Using keywords that are irrelevant
  • Keywords
    • Turn words into something that matters
  • Keyword of importance
    • Keyword List
      • Use variation of full test search
      • Split into single words
      • Separate with, remove all spaces
      • Removal all stop words
      • Don’t include your app, company or category
      • Use all 100 characters
    • App’s Name
      • Include the most important keywords
      • Order is important. If it isn’t a brand, push to last
      • Most important words are in title
    • App’s Subtitle
      • Have a subtitle
      • Use all 30 characters
      • combine with keyword list
  • Visuals
    • Convey what your app does quickly
    • Everyone checks out the app’s screenshot
    • Video’s show how easy
    • Icon
    • Screenshots
      • Sell it quickly
      • Color engage the eye
      • Add contrast to App’s UI
      • Short simple captions to describe what the app can do
      • Humanize the app by showing action, in the context of a real person
    • Mistakes with screenshots
      • App’s UI
      • Sorting screenshots by order of use not benefits
      • Too much text
      • Capture boring UI
    • Video Good For
      • App preview is an opportunity to showcase
      • Tie what you show to important keywords
      • Excite the person watching
      • Promote the biggest benefits and app offers with captions, voice over
      • You get 3 videos
      • Sound
      • Customizing the post shot
    • ICONS
      • Use your logo and brand colors
      • Use bright colors
      • Avoid text
      • Don’t pack to much detail
  • Monitoring
    • Keep track of performance
    • Look at keyword rank

PDFKit

https://github.com/mitchcohen/360iDev2019-PDFKit?files=1

Build immersive experiences with ARKit and CoreLocation

https://github.com/intere/360iDevARNavigation

slides

2019 360iDev Conference Day 1

I left Omaha airport to in Denver on Saturday night. I took the rail car from the Denver airport to downtown Union Station.

I then walked to the Grand Hyatt Denver Hotel. Which was about 20 minutes.

Pre-Conference Lab

Generic Swift. It isn’t Supposed to Hurt

Taught by Rob Napier

http://robnapier.net/start-with-a-protocol

https://github.com/rnapier/generics

This was a live coding workshop using playgrounds. Opening statement

“Write the most concrete implementation before a protocol.”

Notes:

  • Real Life Protocol
  • Codeable gives me certain power
  • Protocols don’t conform to itself like a class when inheriting.
  • Type signature can be a parameter in func
  • Retroactive Modeling
  • When I use a class it is because I need a reference type not to do inheritance.
  • Classes have a meaning.
  • Any value type should have a equateable.
  • SwiftUI uses data in background.
  • You can turn any result into a throwing method.
  • If you put a static method on a protocol then it is inherited by other protocols.
  • Reference semantics
  • Typing a name of a Protocol represents protocol.
  • Single value containers
  • Typealias
  • phantom type.
  • TypeEraser get ride of type information

Everything you know is about to change

Combine

https://github.com/jacobbullock/LootLogger

 SwiftUI

  • Declarative
  • Automatic
  • Compositional
  • Consistent
  • One framework for all devices. The views will need to change
  • No matter InterfaceBuilder or AutoLayout
  • Better ways to build programmatic views.
  • SwiftUI will handle the Declarative View.
  • Composition over Inheritance
  • The views are collapsing down. A view returns only one.
  • Font’s and colors return a view
  • Property Wrappers
  • All property values to be wrapped by various types.
  • @State: is a property Wrapper. When state updates, the property redraws.
  • A new view is a VStack
  • Containers
  • HStack
  • Trailing Closure Syntax
  • @ViewBuilder is a property wrapper.’
  • Ten View Limitation is a complier errors when more than 10.
  • Migrating from UIKit to SwiftUI

GIT

I did not attend this workshop, but found the slides fascinating.

https://aijaz.net/360git.pdf

Git merge is becoming Git switch & Git restore

https://flaviocopes.com/git-bisect/

NoBiz Like Show Biz.