Freddie Baird

President / COO at QuantumDigital

Freddie Baird has worked in the corporate world since 1998, when they began their career at QuantumDigital, Inc. as President/COO. Freddie later took on the role of Executive Vice President/COO at the same company. In 2022, they moved to WildKind Packaging, where they currently serve as President/COO.

package com.example.demo.service;

import com.example.demo.model.User;

import java.util.List;

public interface UserService {

User save(User user);

List<User> findAll();

User findById(Long id);

void deleteById(Long id);

}

Links

Timeline

  • President / COO

    October, 2017 - present

  • Executive Vice President/COO

    December, 1998