<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Set the viewport for mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Hi, I'm Scott Schecter, Principal Engineer at Schecter &amp; Co. Here you can find my contact information and resume. How can I help?">
<meta name="author" content="Schecter &amp; Co.">

<title>Scott Schecter - Principal Engineer at Schecter &amp; Co.</title>

<!-- Included CSS -->
<link rel="stylesheet" href="/css/normalize.css" />
<link rel="stylesheet" href="/css/ground.css" />

<script type="text/javascript" src="/js/jquery-1.9.0.min.js"></script>
<script type="text/javascript">
    $(function() {
      $('a[href*=#]:not([href=#])').click(function() {
        if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {

          var target = $(this.hash);
          target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
          if (target.length) {
            $('html,body').animate({
              scrollTop: target.offset().top
            }, 1000);
            return false;
          }
        }
      });
    });
</script>

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-703913-6', 'auto');
  ga('send', 'pageview');

</script>

</head>

<body>

<script>
$(function() {

  // grab the initial top offset of the navigation
  var sticky_navigation_offset_top = $('#sticky_navigation').offset().top;

  // our function that decides weather the navigation bar should have "fixed" css position or not.
  var sticky_navigation = function(){
    var scroll_top = $(window).scrollTop(); // our current vertical position from the top

    // if we've scrolled more than the navigation, change its position to fixed to stick to top, otherwise change it back to relative
    if (scroll_top > sticky_navigation_offset_top) {
      $('#sticky_navigation').css({ 'position': 'fixed', 'top':0, 'left':0 });
      $('#sticky_navigation').addClass('sticky-menu-top');
    } else {
      $('#sticky_navigation').css({ 'position': 'relative' });
      $('#sticky_navigation').removeClass('sticky-menu-top');

    }
  };

  // run our function on load
  sticky_navigation();

  // and run it again every time you scroll
  $(window).scroll(function() {
     sticky_navigation();
  });

  // NOT required:
  // for this demo disable all links that point to "#"
  $('a[href="#"]').click(function(event){
    event.preventDefault();
  });

});
</script>

<div id="top" class="screen-1 text-center">
  <div class="row">
    <div class="large-6 large-centered columns">
      <div class="header-logo">
        <img src="images/logo.png" alt="Scott Schecter" />
      </div>
      <hr />
      <h1>scott schecter</h1>
      <br />
      <div id="sticky_navigation">
        <div class="sticky-logo"><a href="#top"><img src="images/logo.png" alt="Scott Schecter" /></a></div>
        <ul class="inline-list">
          <li><a href="#about" class="icon-link icon-about"><span>about</span></a></li>
          <li><a href="#resume" class="icon-link icon-resume"><span>resume</span></a></li>
          <li><a href="#contact" class="icon-link icon-contact"><span>contact</span></a></li>
          <li><a href="http://schecterandco.com" class="icon-link icon-sc"><span>schecter & co.</span></a></li>
        </ul>
      </div>
      <hr />
      <h5>Oh, you know, <br /> strikes and gutters, ups and downs.</h5>
      <hr />
    </div>
  </div>
</div>

<a name="about"></a>
<div id="about" class="screen-2">
  <div class="row">
    <div class="large-6 large-centered columns">
      <h2 class="text-center">Hello,</h2>
      <hr />
      <p>I’m Scott Schecter, founder and principal engineer at Schecter & Co.</p>
      <p>I have been bringing high quality custom software solutions to market for customers in the governmental and private sectors for over 20 years.</p>
      <p>I prefer open source software that the owner can freely modify and believe proprietary software should be avoided if at all possible. I also believe simplicity is the ultimate sophistication and the wheel in the sky keeps on turning.</p>
      <p>When not working I enjoy practicing bonsai, reading books, listening to music, and general tomfoolery.</p>
      <hr />
      <p class="text-center"><a href="#top" class="icon-link icon-top"><span>top</span></a></p>
    </div>
  </div>
</div>

<a name="resume"></a>
<div id="resume" class="screen-3 resume">
  <div class="row section">
    <div class="medium-9 columns">
      <h2>Scott Schecter</h2>
    </div>
    <div class="medium-3 columns">
      <div class="text-right"><a href="/scott_schecter_resume.pdf"><img src="images/icon_pdf.png" alt="Download Resume" /></a></div>
    </div>
  </div>
  <div class="row section">
    <div class="medium-3 columns">
      <h4>Professional Summary</h4>
    </div>
    <div class="medium-9 columns profile">
      <p class="-no-margin">I am a software engineer with a proven track record of delivering high quality software on time and on budget. I create custom software solutions and modernize legacy software systems to solve my customers’ unique problems quickly and efficiently. I work with my customers and ask them questions about their current situation and future goals to ensure they get the optimal software solution to their problems. I enjoy providing elegant simplistic solutions to complex problems with ambiguous requirements.</p>
    </div>
  </div>

  <div class="row section">
    <div class="large-3 columns">
      <h4>Skills</h4>
    </div>
    <div class="large-9 columns">
      <div class="row">
        <div class="medium-5 columns">
          <ul class="no-bullet">
            <li>Executive strategy</li>
            <li>Engineering leadership</li>
            <li>Force multiplication</li>
            <li>Team communication</li>
            <li>Product development</li>
          </ul>
        </div>
        <div class="medium-7 columns">
          <ul class="no-bullet">
            <li>Project management</li>
            <li>Software development life cycle management</li>
            <li>Auditing and compliance certification</li>
            <li>Infrastructure requirement planning</li>
            <li>Risk mitigation planning</li>
          </ul>
        </div>        
      </div>
    </div>
  </div>

  <div class="row section">
    <div class="medium-3 columns">
      <h4>Work History</h4>
    </div>
    <div class="medium-9 columns experience">
      <div class="section">
        <div class="right">2005 - Present</div>
        <h5 class="-mb-15">Principal Engineer, Schecter & Co.</h5>
        <h6>Portland, OR</h6>
        <p class="-no-margin">Provide consulting, software engineering, and application development services. Design, develop, maintain, and support custom software applications and platforms for my customers. I talk to my customers and listen to their needs and goals and translate those needs into actionable application requirements and engineering specifications with accurate implementation estimates. I ensure the solution delivered will solve the problem presented.</p>
      </div>

      <div class="section -no-border -no-padding -no-margin">
        <div class="right">2017 - 2021</div>
        <h5 class="-mb-15">Chief Technology Officer, NetVendor</h5>
        <h6>Portland, OR</h6>
        <p class="-no-margin">Led the company to successful sale in 2021. Oversaw and administered all technical matters for the organization.  This included platform engineering, product development, operations, management, and support. Led engineering for all platform integrations as well as our custom optical character recognition stack that facilitated automated insurance document processing.  Interfaced with customers directly to determine product requirements and create engineering specifications for the engineering department to execute.</p>
      </div>
    </div>
  </div>

  <div class="row section">
    <div class="medium-3 columns">
      <h4>Education</h4>
    </div>
    <div class="medium-9 columns">
      <div class="right">1997 - 2001</div>
      <h5 class="-mb-15">Murray State University</h5>
      <h6>Murray, KY</h6>
      <p class="-no-margin">Bachelors of Science in Business Area of Information Systems</p>
    </div>
  </div>

  <div class="row">
    <div class="large-12 columns">
      <br />
      <p class="text-center"><a href="#top" class="icon-link icon-top-alt"><span>top</span></a></p>
    </div>
  </div>
</div>

<div id="contact" class="screen-4 text-center">
  <div class="row">
    <div class="large-6 large-centered columns">
      <h2>contact me</h2>
      <hr />
      <ul class="inline-list">
        <li><a href="mailto:scott@schecterandco.com" class="icon-link icon-contact"><span>email</span></a></li>
        <li><a href="http://schecterandco.com" class="icon-link icon-sc"><span>schecter & co.</span></a></li>
        <li><a href="https://www.linkedin.com/in/scottschecter/" class="icon-link icon-linkedin"><span>linkedin</span></a></li>
      </ul>
      <hr />
      <p class="text-center"><a href="#top" class="icon-link icon-top"><span>top</span></a></p>
    </div>
  </div>
</div>


</body>
</html>
