Tapadocs

Tags
  • iOS Bite: DateComponentsFormatter

    May 10, 2024 in ios-bites

    You have a number of seconds representing an amount of time. Not a timestamp, but a duration.

    How would you turn 478 seconds into 00:07:58? Or 47478 seconds into 13:11:18?

  • RethinkDB: using concatMap to get distinct field values

    May 3, 2024 in rethinkdb

    Using conactMap to get a sequence of values and then getting the distinct values from that sequence.
  • RethinkDB: filtering by date (when the date is a string)

    May 3, 2024 in rethinkdb

    When the date in a record is a string representation gt and lt can be used to filter a date/time range.
  • Inject HTML into a Google Doc

    May 2, 2024 in google

    How to use Google Apps Script to inject HTML into a Google Doc as rich text.
  • Android using React Native on Ubuntu

    July 27, 2021 in android

    Notes on getting a React Native app running in an emulator on Ubuntu
  • Heroku CLI on Docker

    July 20, 2021 in docker

    Notes on an experiment to run the Heroku CLI on Docker.
  • Email Preheaders

    July 12, 2021 in email

    That little bit of preview text in your email client… that’s a preheader.
  • Restricting access to Locations

    December 19, 2017 in nginx

    An example of how to lock down an nginx location by IP address and/or with HTTP Basic Authentication.
  • Server Documentation

    December 18, 2017 in docs

    A run through of a documentation process for server projects using markdown, Open API specifications, and Swagger UI.
  • API Initiated Builds

    April 25, 2017 in wercker

    How to use Wercker to only run builds when initiated by API, and not by git pushes.
  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • »»

Tapadoo – App Creation from Beginning to End