Explore

  • Courses
  • Conferences
  • Meetups
  • SkillsCasts

Join Us

  • Log In
  • Sign Up
  • Find a Group
  • Venue Hire
  • Contact Us
Ssdfhxgatua3vocwd1rz
We found 183 results. Sort by:
Wui4bxpacuwccmyvmm3l
  • Conference

    Thursday

    21

    MAR

    2019

    Starts: 8:30 AM

    iOSCon 2019 - The conference for iOS and Swift Developers

    Two days in London

    iOSCon celebrates the latest developments and the sharpest minds in iOS. Do you want to find out about all the latest & most topical iOS & Swift technologies and applications and discover the best practices and ideas? Then come and join us at iOSCon in London!

    swiftlang ios ioscon swift mobile apple mobile-tech mobile-apps iphone
  • Course

    Monday

    18

    MAR

    2019

    Starts: 9:00 AM

    Fast Track to iOS Architecture

    Led by Jorge Ortiz Fuentes

    Are you an iOS developer who is passionate about clean architecture and wants to learn how to implement best principles and practices to build complex mobile applications without compromising on integrity and flexibility? Join this three-day workshop to develop your theoretical and practical...

    swift swift4 ios-applications ios clean-architecture architecture mobile-platform mobile
  • SkillsCast

    Watch now!

    05 FEB 2019

    Build a high-quality app with Instabug

    Featuring Ahmed Anwar

    Learn how Instabug can help you iterate faster by reducing debugging time and helping you to gather feedback from users so that you can build an app that users will love.

    mobile crash-reporting bug-reporting beta-testing debugging app-building instabug
  • SkillsCast

    Watch now!

    05 FEB 2019

    Decoding Apple: How to Make Your App Stand-out

    Featuring Stefan Lesser

    With so many apps in the App Store, how can your app stand out? If you want to win Apple as a powerful ally to help you market your app and attract customers, then this talk will teach you how to find and interpret the clues that tell you what Apple is looking for, how to prioritize features and...

    mobile ios
  • SkillsCast

    Watch now!

    08 JAN 2019

    How To Make Your iOS Project Open Source?

    Featuring Soheil Novinfard

    There are times when you have a new or existing iOS project and decide to publish it as open source. The question is what could be a proper procedure to get the most out of your project? What points should you consider before uploading your source-code?

    xcode swift apps open-source mobile ios
  • SkillsCast

    Watch now!

    08 JAN 2019

    Simple To Advanced Image Processing Using Core Image

    Featuring Nir Bruner

    Core Image is a framework by Apple that provides high level image processing capabilities along with excellent performance and great tools for allowing developers any amount of low-level control they need. After introducing Core Image and its capabilities, there will be a demo of how to create a...

    mobile opengl graphics gpu core-image image-processing
  • SkillsCast

    Watch now!

    06 DEC 2018

    Core ML for Everyone

    Featuring Paul Hudson

    At this month's Mobile Matters, we're excited to be joined by Paul Hudson, who'll be explaining how any app can benefit from machine learning. Don't miss it!

    machine-learning app-development ml-powered-apps swift apple core-ml create-ml mobile ios
  • conference
    Yg0osngx44x76dgkuz5o

    iOSCon 2019 - The conference for iOS and Swift Developers

    Next up on 21st March, London

  • SkillsCast

    Watch now!

    14 AUG 2018

    The "Release" Mindset

    Featuring Andy Smart

    A look into how Monzo approaches software changes, deploying our apps, and coordinating App Store releases across 8 different customer facing squads.

    devops fastlane iteration testing release-trains deployment
  • SkillsCast

    Watch now!

    08 MAY 2018

    IBM: Go server-less with Apache OpenWhisk

    Featuring Andrew Lees

    Apache OpenWhisk is the leading open source platform for Functions as a Service, with built-in support for Swift. Get an introduction to serverless computing and learn how to quickly build and deploy FaaS in Swift.

    faas server-less apache-openwhisk mobile ios ibm swift
  • SkillsCast

    Watch now!

    08 MAY 2018

    IBM: Server-side Swift with the Kitura web framework

    Featuring David Dunn

    Kitura is a lightweight, simple to use, web framework built with Swift. I’ll give an introduction to Kitura, including the new Codable routing features introduced in Kitura 2, and demonstrate how simple it is to get started with server-side Swift.

    server-side kitura ibm ios swift
  • SkillsCast

    Watch now!

    08 MAY 2018

    IBM: Build AI into your app with CoreML and Watson

    Featuring Alex Wishart

    Learn how to create and train a custom visual recognition model using IBM Watson and analyse images in your iOS apps, through CoreML.

    machine-learning core-ml ibm-watson ibm app mobile ios
  • SkillsCast

    Watch now!

    22 MAR 2018

    Keynote: Sustainable Releases, a Tale of Teams and Automation

    Featuring Danielle Tomlinson

    In this talk you will learn about building a release process that works for you, your team, and your business. Danielle will share with you her own experiences from building, and releasing client side, SaaS, and enterprise software over the last ~10 years. During the talk you will also get an...

    keynote
  • SkillsCast

    Watch now!

    22 MAR 2018

    Designing and Building With Accessibility in Mind.

    Featuring Hung Truong

    Accessibility is an often ignored part of iOS development, partly because much of it is “baked in” to the OS and “just works” most of the time. However, building custom UI elements and transitions can lead to a breakdown of accessibility expectations. In this talk, Hung will share with you some...

    swift ios accessibility voiceover ioscon
  • SkillsCast

    Watch now!

    22 MAR 2018

    Understanding language on iOS

    Featuring Martin Mitrevski

    The evolution of user interfaces in mobile apps continues with the most natural way of expressing the user’s wishes - their voice. Understanding what the users say is not an easy task.

    wit.ai linguistic-tagger coreml sirikit dialogflow
  • course
    Course promotion default

    Effective Enterprise Agile Transformation

    Next up on 17th June, London

  • SkillsCast

    Watch now!

    22 MAR 2018

    The art of developing more in less time - how to not get caught by long build times?

    Featuring Eliasz Sawicki

    While developing an iOS application at some point you may notice, that it does not go as smooth as it used to. At the beginning everything was much smaller, it was easier to reason about, it did not take that long to build and it was much faster to switch between application and test targets. The...

    developmentexperience modularisation compilationtimes swift
  • SkillsCast

    Watch now!

    22 MAR 2018

    A different take on Data Model

    Featuring Maxim Zaks

    Data is the fuel which powers every App. However you do not give it enough thought. You slap it into CoreData, or define some class structures which mostly stand in the way, when you need to implement new features.

    entity-component-system testable-architecture data-oriented-design
  • SkillsCast

    Watch now!

    22 MAR 2018

    Nuke It From Orbit: How to Deal With Massive View Controllers Once and For All

    Featuring Paul Hudson

    Everyone knows that MVC done badly inevitably leads to massive view controllers, but it doesn't need to be that way. In this talk you'll learn how design patterns from Cocoa Touch and how Swift can help you simplify your code, reduce coupling, and make your maintenance easier.

    mobile design-patterns swift mvc
  • SkillsCast

    Watch now!

    22 MAR 2018

    Keynote: We are thrilled to have Michael Feathers at iOSCon 2018!

    Featuring Michael C. Feathers

    swift ioscon ios
  • SkillsCast

    Watch now!

    22 MAR 2018

    Lightning Talk: How Modern Mobile Technology Helps us to Enhance Business Applications

    Featuring Ian Thain

    You live in an app driven world so mobility is not only a necessity for consumers but also for businesses. In this lightning talk, Ian from SAP will explain how modern mobile technology can help enhance your business applications. You will learn about a couple of use cases and how you can...

    swift ios ioscon
  • SkillsCast

    Watch now!

    22 MAR 2018

    Keynote: Applicatives - The Forgotten Middle Child

    Featuring Daniel Steinberg

    This is not just another talk on Monads and Functors. You’ll begin with examples of higher order functions and focus on map and flatMap in Swift. But there’s something between a functor and a monad that is more powerful than a functor and more flexible than a monad. you’ll look at Applicatives...

    swift flatmap map applicatives keynote ioscon ios
  • meetup
    Meetup promotion default

    Modern Strategic DDD: Designing Sociotechnical Systems

    Next up on 25th February, London

Wui4bxpacuwccmyvmm3l
conference
Yg0osngx44x76dgkuz5o

iOSCon 2019 - The conference for iOS and Swift Developers

Next up on 21st March, London

course
Course promotion default

Effective Enterprise Agile Transformation

Next up on 17th June, London

meetup
Meetup promotion default

Modern Strategic DDD: Designing Sociotechnical Systems

Next up on 25th February, London

  • Page 1 of 10
  • Next »
  • Last
droidcon is a registered trademark by Mobile Seasons GmbH

Sign Up

It's totally free!

Sign up with Twitter Sign up with GitHub

Or create an account with your email address

@
×

Awesome!

Friends don't let friends miss out on great events.
Share it, and make the event even better!

Tweet
×

Log In

Please log into your Skills Matter member account in order to register for events.

Note: If you are not yet a member, you will be prompted to provide your email and handle upon your initial Twitter/GitHub login

Log in with Twitter Log in with GitHub

or


Forgot your password?

Not a member yet?

×