top of page
Software Engineer
Search


Re-thinking Network Encapsulation in Swift
Networking is an essential part of mobile applications. It's often integrated early on in the development lifecycle and becomes a large...

Neil Burchfield
Apr 10, 20204 min read
14 views
0 comments


A simple Swift CI Build Manager
For our iOS CI build process, we use Fastlane, a Ruby-based open-source build and release manager for mobile applications. It's a great...

Neil Burchfield
Apr 1, 20202 min read
16 views
0 comments


My experience with React Native
A look into why I gave React Native a go.

Neil Burchfield
Mar 1, 20202 min read
31 views
0 comments


Dealing with Keyboards in React Native
Solving an issue of transitioning between screens with keyboards in React Native

Neil Burchfield
Feb 1, 20201 min read
10 views
0 comments
Kill a task running on a specific port
Whenever I need to terminate a task that was running on a specific network port, I use the following. For example, to kill a process...

Neil Burchfield
Jan 1, 20201 min read
6 views
0 comments


Formatting text in Typescript
Typescript snippets for formatting and validating text for various scenarios

Neil Burchfield
Dec 1, 20191 min read
49 views
0 comments
bottom of page