Rick Binkley

Director Of Operations at Segers Aero Corporation

Rick Binkley has had a varied and successful career. From 2001 to 2009, they worked as a Helicopter Crew Chief for the United States Marine Corps, where they were a fully qualified Crew Chief, WTI, NATOPS Evaluator, and NAVOSH Certified Ground Safety Manager. In 2009, they joined Segers Aero Corporation as Director of Operations, Sales Manager, and Director of Sales. In their role as Sales Manager, they were responsible for managing Commercial and Military/Gov accounts in North America and various countries around the world. Rick's duties included developing short and long term contracts and agreements, sales forecasts, profit analysis, market analysis, and tech support. Rick also served as Production Lead at Segers Aero Corporation.

package com.example.demo;

import org.springframework.boot.SpringApplication;

import org.springframework.boot.autoconfigure.SpringBootApplication;

import org.springframework.context.annotation.Bean;

import org.springframework.web.client.RestTemplate;

@SpringBootApplication

public class DemoApplication {

public static void main(String[] args) {

SpringApplication.run(DemoApplication.class, args);

}

@Bean

public RestTemplate restTemplate() {

return new RestTemplate();

}

}

Links

Timeline

  • Director Of Operations

    November, 2017 - present

  • Director of Sales

    October, 2016

  • Sales Manager

    November, 2012

  • Production Lead

    January, 2009