Sarasota, FL

Justin Reusch

Advanced
@reuschj

I have a background in communications, media production and technology. I have skills in development, design, cinematography, visual fx and product marketing.

RotatableStack. A SwiftUI view that embeds in a VStack when in portrait orientation and HStack in landscape orientation. It wraps your content in a GeometryReader to determine if the device is in landscape or portrait rotation (or on larger devices, if it's generally wider or narrower). If portrait, it wraps the content in a VStack, else it wraps in an HStack for landscape.

9

AnalogClock. This is a work-in-progress. The goal is a simple iOS app that draws an analog clock of the current time (as well as displaying a digital readout of the time and date as well). This is a SwiftUI rewrite of an earlier start: https://github.com/reuschj/AnalogClock-Legacy

4

DecimalTime. Converts and holds a decimal time.

2

qrono. This is a work-in-progress. The goal is a simple iOS app that draws an analog clock of the current time (as well as displaying a digital readout of the time and date as well). This is a SwiftUI rewrite of an earlier start: https://github.com/reuschj/AnalogClock-Legacy

2

birdr-foundation-swift. A base repository for model for the Birdr platform demo.

2

TimeAmount. Allows you to store an amount of time with a set unit of time. It also provides built-in conversions to other time units.

2

birdr-mobile-app-iOS. A (partial) demo app for a hypothetical birdr platform. For demo purposes only.

1

StrokedShape. A SwiftUI convenience wrapper to allow you to set both a foreground color and stroke for a shape.

1

birdr-rest-service-vapor. A REST service written in Swift/Vapor to power the birdr platform.

1

AppState. A Swift Structure to hold application state. Modeled after React JS.

1

TimeKeeper. This package has a utility class called TimeKeeper, which is a convenience class to keep track of the current time and date.

1

TerminalColor. A package for creating ANSI escape codes to produce color text for terminal output.

1

Enumeration. A JavaScript class to hold enumerated cases and values

1

AppBackgroundView. This package is an easy way to wrap content within a full-screen (edge-to-edge) background.

1

QueryRangeIterator. This package provides an iterator that finds all ranges of a query within the searched content. The iterator can be collected to an Array, mapped or used manually (by calling the `next()` method until no further result is returned).

1

Percent. Holds a percentage as a value.

1

birdr-framework-layer-apple-platforms. A framwork layer for Apple platform apps (iOS, etc.) on the birdr platform.

1

metric_time_rust.

1

URL. Class to define/hold a URL and break down component parts

1

Resty. A package for making expressive, intuitive REST calls in Swift.

1

birdr-demo-diagrams. Diagrams for a demo of a hypothetical Birdwatching social platform called birdr.

1
21
Apply