Clark Torgerson

Clark Torgerson has over 13 years of professional experience in the technology industry. Clark began their career in 2006 as a Senior Systems Administrator for masterswitchIT. In 2010, they joined Ability Network as a Senior Production Linux Admin and Team Lead. In 2013, Clark moved to RedBrick Health as Director of Platform Systems and Cloud Systems Engineer. In 2016, they were appointed as the Director of Production Engineering for SmartThings. In 2017, they became the Sr. Manager of IST Linux Systems Engineering for SpaceX. In 2018, Clark held three roles simultaneously as Principal and Co-founder of ScoreSide, Principal and Founder of 20x20 Solutions, LLC, and CTO of Masterswitch IT, LLC.

package com.example.demo.service;

import java.util.List;

import org.springframework.beans.factory.annotation.Autowired;

import org.springframework.stereotype.Service;

import com.example.demo.dao.OrderDao;

import com.example.demo.model.Order;

@Service

public class OrderServiceImpl implements OrderService {

@Autowired

OrderDao orderDao;

@Override

public List<Order> getOrders() {

return orderDao.getOrders();

}

}

Links

Previous companies

SpaceX logo

Org chart

Sign up to view 7 direct reports

Get started