Menu
Machine Learnin'
Search
  • Menu
  • Swift
  • Flutter
  • iOS
  • Search
Machine Learnin'
  • Swift
  • Flutter
  • iOS
13 Posts by

Author: shalomfriss

  • Posted in
    • Flutter

Using Firebase in Flutter: Part 2 – User Registration and Login

  • Posted byby shalomfriss
  • August 28, 2020
  • 1 minute read
  • 0 Comments

In Part 1 (or if you want to skip, here is the link to part 3) we set up Firebase in our Flutter project. In this part we will use…

  • Posted in
    • Flutter

Using Firebase in Flutter: Part 1 – Setup

  • Posted byby shalomfriss
  • August 28, 2020
  • 2 minute read
  • 0 Comments

Skip to part 2 or part 3 Firebase is a solution owned by google, which provides a ton of out of the box solutions, such as authentication, storage and analytics….

  • Posted in
    • Strings
    • Swift

The string, split join trick in Swift

  • Posted byby shalomfriss
  • August 17, 2020
  • 1 minute read
  • 0 Comments

Sometimes you need to split a string by some delimiter and recompose it with another. Or maybe you need to filter a string. It can be done easily like this:

Posts pagination

  • Previous
  • 1
  • 2