Phillip P. has worked in various roles in the technology industry since 2012. Phillip began their career as the Marketing Director at DryPickup.com in 2012. Phillip then moved on to become an iOS Developer/Android Developer at Phinguin LLC in 2017. In 2018, they became the Chief Technology Officer at Frenik Marketing Group and a Software Consultant at firestak. In 2017, they also took on the role of Lead Software Engineer at Spotfile LLC, where they were responsible for leading the mobile development lifecycle and implementing iOS frameworks. Most recently, in 2020, they became the Director of Technology at Takedown INC, where they led development to launch a 3D customizable garment app and strategized cost efficient solutions to integrate AWS. In 2021, they took on the role of Associate Director of Technology at VMLY&R.
package com.example.mvvmarchitecture.data.remote
import com.example.mvvmarchitecture.data.model.User
import retrofit2.http.GET
interface ApiService {
@GET("/users")
suspend fun getUsers(): List<User>
}
Sign up to view 0 direct reports
Get started
This person is not in any teams