Identify.Code.Solve





About Me

My whole life, I have identified problems and tried to solve them. I feel a great sense of accomplishment from making things better or fixing things that are broken.

I have always had an interest in software and am passionate about working with customers to offer creative ways to solve their problems or provide a product that will increase efficiency in some capacity.

Eleven Fifty Academy provides a vehicle to prepare me for a career in the software industry. The .NET ALP course has provided many aspects including: Languages (HTML, CSS and C#), Repositories, Frameworks (.NET, ASP and Xamarin), writing DRY code that isn't resource expensive and utilizing patterns to make coding more modular and global.

Portfolio Projects

Resume

Code Examples

HTML

HTML Code used to display education logos and add hyperlink


                          
    <div class="col-sm-4">
        <div class="thumbnail">
            <div class="img4">
                <a href="https://elevenfifty.org/" target="_blank">
                    <span>
                    </span>
                </a>
            </div>
                                
            <div class="caption">
                <h3 class="text-center">Education</h3>
                <h4 class="text1" position="text-left">
                    <ul>
                        <li>ElevenFifty Academy, .NET ALP Program</li>
                        <li>Purdue University, BS, CIMT</li>
                        <li>ITT Technical Institute, EET</li>
                    </ul>
                </h4>
            </div>
        </div>
    </div>                    



                        

CSS

CSS code to add a hyperlink to the ElevenFifty Picture

                            
.about .img4 {
  background-image: url("../images/schools.png");
  height: 25em;
  background-size: cover;
  width: 100%;
  background-position: 20% 40%;
  border: 1px solid black;
}

.about .img4 a {
  display: block;
  height: 25em;
  width: 100%;
  outline: none;
  border: 1px solid black;
}

.about .img4 a span{
  display: none;
}
                            
                        

C#

Code showing a for and foreach loop iterating an array


    //Array of days with for loop

string[] days = new string[7] { "Monday", "Tuesday", "Wednesday", "Thursday", 
"Friday", "Saturday", "Sunday" };

Console.WriteLine("The days of the week are:");

for (int i = 0; i <= 6; i++)
{
 Console.WriteLine(days[i]);
}


//Array of days with foreach loop

string[] days = new string[7] { "Monday", "Tuesday", "Wednesday", "Thursday",
"Friday", "Saturday", "Sunday" };

Console.WriteLine("The days of the week are:");

foreach (string day in days) 
{
    Console.WriteLine(day);
}
                        

Experience


Education

  • ElevenFifty Academy
    • .NET ALP Program
    • C#, HTML, CSS
  • Purdue University-BS
    • Computer Integrated Manufacturing
    ITT Technical Institute
    • Electrial Engineering Technology

Lehman Clock Repair

  • Started a clock repair business while a Stay-at-Home Dad
  • Serviced and repaired grandfather clocks, cuckoo clocks, mantel and wall clocks
  • Managed invoicing, accounts receivable, installation and relocation
  • Developed scheduling system for future preventive maintenance to increase sales pipeline

Inside Sales Engineer - Omaha

  • Top producer in the department after one year
  • Provided detailed engineered quotes of entire product line to contractors
  • Equipment included bucket elevators, conveyors and bulkweighers for bulk material handling
  • Streamlined quote procedure to eliminate manual logging, paper printout and filing



Outside Sales Engineer - Elkhart/Indianapolis

  • Project Management and Outside Sales of integrated conveyor systems
  • Customers included McCormick and Company, ALCOA CSI, Central Soya
  • Projects included conveyors, engineered mechanical equipment, electrical controls and engineering studies

Volunteering

  • Coached kids' soccer
  • Chaperone on kids' school field trips
  • Printing Chairman for church golf fundraiser
  • Dad's Club member in church, Muffins with Moms events, etc.
  • Fraternity - Office holder every semester

Interests

  • Golf
  • Running
  • Purdue Football/Basketball

Click to see my resume in .pdf format

Click to download my resume in Microsoft Word format



Contact


Get Connected