Eric Fenderbosch

Eric Fenderbosch Email and Phone Number

Lead Software Development Engineer @ ATG (Auction Technology Group)
Akron, OH, US
Eric Fenderbosch's Location
Akron, Ohio, United States, United States
Eric Fenderbosch's Contact Details

Eric Fenderbosch personal email

n/a

Eric Fenderbosch phone numbers

About Eric Fenderbosch

A successful IT professional with over 15 years of experience, including 15+ years of Java programming and application design. Experienced designing and writing flexible, robust systems that are maintainable and perform well. Quick learner that thrives on solving interesting problems with cutting edge technology.Experienced using:Java 5 - 21KotlinDockerAWS S3, CloudFormation, CloudFront, SSM, Secrets Manager, EC2, ECS, FargateSpring Framework 5 and Spring Boot 2Hibernate and JPAActive MQ, Apache Kafka, AWS Kinesis and AWS SQS messaging systemsApache Camel and MuleSoft ESBsDrools Business Rules Management SystemSQL - Postgres, MySQL, OracleNoSQL - Redis, Cassandra, Solr, ZooKeeper, AWS DynamoDBVersion control - Git, SVN, CVSBuild configuration - Maven, ant, GradleTools - Eclipse IDE, vim, IntelliJOpen source committer to:Apache CassandraSpring Security OAuthJackson Kotlin ModuleKtorm

Eric Fenderbosch's Current Company Details
ATG (Auction Technology Group)

Atg (Auction Technology Group)

View
Lead Software Development Engineer
Akron, OH, US
Eric Fenderbosch Work Experience Details
  • Atg (Auction Technology Group)
    Lead Software Development Engineer
    Atg (Auction Technology Group)
    Akron, Oh, Us
  • Atg (Auction Technology Group)
    Lead Software Development Engineer
    Atg (Auction Technology Group) Apr 2023 - Present
    London, England, Gb
  • Asurint
    Senior Software Engineer
    Asurint Sep 2021 - Apr 2023
    Cleveland, Ohio, Us
    Full stack application developerBackend services written in Kotlin using Spring BootFrontend UIs written in TypeScript using React.jsPerformed platform maintenance, including upgrades of Kotlin, Java, Spring Boot and Gradle
  • Emerald Resource Group
    Senior Software Architect
    Emerald Resource Group Mar 2020 - Sep 2021
    Broadview Heights, Oh, Us
  • Revenue Conduit
    Lead Software Architect
    Revenue Conduit Aug 2016 - Jan 2020
  • Unific
    Lead Software Architect
    Unific Aug 2016 - Jan 2020
    Akron, Ohio, Us
    Unific is powered by AWS, using DynamoDB, Kinesis, SQS, Lambda, Elasticache, ECS/EC2 and other AWS technologies. Our systems have been designed as a streaming, event-driven, asynchronous architecture, which allows scaling to meet variable demand. I've mentored our team on effective use of the AWS Platform.Our iPaaS model allows rapid addition of new integrations, favoring configuration over coding. Common behavior across integrations has been abstracted away and configuration for a new integration can often be added with little additional code.Additionally, I've focused on improving our team's Software Development Life Cycle (SLDC) Maturity Model. We enforce code quality and coverage metrics. We've implemented feature flags so that we can deploy "dark" code and turn it on later without a release. Our systems use a centralized parameter store which allows us to change parameters environment wide without need to redeploy any systems. Our systems are build-once, deploy-many, and can be promoted between environments without intervention from the development team. We continue to focus on increasing our speed of delivery and quality of systems for our clients.Unific is a Commerce Integration Platform as a Service (iPaaS) and Customer Data Platform (CDP) that helps merchants turn data into insights, insights into action and action into growth. As an iPaaS, Unific provides the most reliable, fast-to-sync, easy-to-use, and deep integrations between commerce channels, marketing automation platforms and ERPs, enabling merchants to have access to the data they need, when and where they need it.The Unific Commerce GPS turns data into insights and recommendations, helping merchants understand what their data means and what it’s telling them to do next in order to grow.The evolution of our Commerce CDP will ultimately unify omni-channel commerce data and provide merchants with a holistic view of their customer base.Learn more at https://www.unific.com/
  • Segmint
    Application Architect
    Segmint Jun 2014 - Jul 2016
    Plano, Texas, Us
    Authored Architectural Abstracts for feature enhancements, bug fixes and security audit remediation.Worked with Project Manager, Developers, QA and IT Ops to ensure success of projects.Worked on Apache Storm proof of concept project to process credit card transactions in real time.Began work on next generation architecture using Apache Kafka and Apache Cassandra.
  • Segmint
    Lead Engineer
    Segmint May 2013 - Jun 2014
    Plano, Texas, Us
    Wrote integration between Segmint systems and QuickBooks to automatically create customer invoices.Worked on a small team to replace legacy PHP website with single page Angular application backed by RESTful API powered by Spring Boot micro-services. The API micro-services have proven to be very maintainable and performant.
  • Dimpledough
    Senior Software Engineer
    Dimpledough Jun 2011 - May 2013
    Wrote and maintained components (SOAP/CXF) using MuleSoft ESB.Debugged and maintained Ruby on Rails web application.
  • American Greetings
    Sr. Web Engineer
    American Greetings Sep 2008 - Jun 2011
    Cleveland, Oh, Us
    Performed various responsibilities for webshots.com, a +1M unique visitor per day website, including designing and implementing solutions, diagnosing and fixing bugs, interacting with business personnel to help define requirements for projects, and acting as the build manager, promoting code to QA release branch and performing release to QA environments for testing. This website is highly scalable and uses open source software including: Apache webserver, Resin JEE server, MySQL DB server, Apache ActiveMQ JMS server and memcached.Implemented user peer blocking functionality. This feature allows users to block other users that post unwanted comments on their media. Rows in several different tables need to be read, updated, deleted and inserted in order to fulfill the contract with the user. An asynchronous solution was chosen in order to avoid database table joins and transactions. Apache Camel, an Enterprise Integration Pattern (EIP) implementation, was used to manage the units of work, routing them between independent endpoints, handling workflow, retry logic and the dead letter queue.  The messages are send as JSON over JMS, so that a person can review messages in the DLQ, edit them and replay them as needed to complete the contract with the user.
  • Emerald Resource Group
    Consultant
    Emerald Resource Group Sep 2008 - Jan 2010
    Broadview Heights, Oh, Us
    Consultant, primary focus on Java
  • Fedex Custom Critical
    Software Specialist 1/2
    Fedex Custom Critical Jul 2001 - Sep 2008
    Memphis, Tn, Us
    Developed map driven application for planning team utilizing ESRI GIS ArcObjects and Swing.Wrote service to subscribe to the FAA's Aircraft Situation Display to Industry (ASDI) feed. Application uses sockets to read the feed from the FAA, then uses Apache's XML Beans library to marshal Java objects from the XML payload. The objects are then transformed to an internal schema and published on a JMS topic for consumption by various subscribers.Worked on Adobe Flex3 Rich Internet Application (RIA) proof of concept using MVC architecture.Was a team member on a new Web based dispatch system. This system has significantly increased productivity of dispatch agents and reduced costs.Designed and developed custom decision support system using Drools rules engine. The application runs in Oracle's (previously Weblogic) 64 bit JRockit VM using a 9 GB heap, contains over 700k facts and over 100 rules. Spring Framework 2.5 is used to implement inversion of control (IoC), perform dependency injection, invoke remote EJBs and subscribe to JMS feeds.Participated in agile software development methodology. Practiced pair programming, test driven development (TDD), short development iterations and frequent communication with the business to adapt to changes to scope and feature priorities.Wrote consolidated mileage and routing API for disparate systems, including PC Miler and RAND McNally. Differences between GIS vendors were abstracted away to provide a common Java interface for all mileage and routing requests.Worked on internal order maintenance (OMS) system. Performed rewrite of domain model from EJB2 CMP to session facade with Hibernate DAO.
  • Decarlo, Paternite And Associates, Inc.
    Developer
    Decarlo, Paternite And Associates, Inc. Sep 1995 - Jun 2001
    Performed Glovia (ChESS) ERP system implementation and customization for various mid-sized ($50M - $250M) manufacturing companies.Customized Glovia ERP system using PRO-IV and SuperLayer 4GL languages, including MRP, MPS, AP, AR, GL, PO and SO subsystems.Performed system administration activities for HP-UX 10 and 11 systems, including system sizing, quoting, installation, configuration, administration, patching and backup.Installed, configured and maintained Oracle 8 databases to support Glovia.

Eric Fenderbosch Skills

Java Sql Agile Methodologies Jms Java Enterprise Edition Software Development Hibernate Spring Framework Subversion Spring Mysql Apache Oracle Test Driven Development Apache Ant Postgresql Eclipse Java Message Service Git Weblogic Maven Spring Boot Redis Restful Webservices Json Amazon Web Services Jira Junit Mockito Jpa Apache Kafka Cassandra Restful Architecture Apache Storm Apache Zookeeper Java Concurrency Microservices

Eric Fenderbosch Education Details

  • Case Western Reserve University
    Case Western Reserve University
    Computer Software Engineering

Frequently Asked Questions about Eric Fenderbosch

What company does Eric Fenderbosch work for?

Eric Fenderbosch works for Atg (Auction Technology Group)

What is Eric Fenderbosch's role at the current company?

Eric Fenderbosch's current role is Lead Software Development Engineer.

What is Eric Fenderbosch's email address?

Eric Fenderbosch's email address is er****@****uit.com

What is Eric Fenderbosch's direct phone number?

Eric Fenderbosch's direct phone number is (888) 983*****

What schools did Eric Fenderbosch attend?

Eric Fenderbosch attended Case Western Reserve University.

What skills is Eric Fenderbosch known for?

Eric Fenderbosch has skills like Java, Sql, Agile Methodologies, Jms, Java Enterprise Edition, Software Development, Hibernate, Spring Framework, Subversion, Spring, Mysql, Apache.

Free Chrome Extension

Find emails, phones & company data instantly

Find verified emails from LinkedIn profiles
Get direct phone numbers & mobile contacts
Access company data & employee information
Works directly on LinkedIn - no copy/paste needed
Get Chrome Extension - Free

Aero Online

Your AI prospecting assistant

Download 750 million emails and 100 million phone numbers

Access emails and phone numbers of over 750 million business users. Instantly download verified profiles using 20+ filters, including location, job title, company, function, and industry.