David Brown

Systems Analyst Project Lead at Highrise Consulting

David Brown has been working in the IT industry for over 9 years. David began their career in 2012 as a Service Delivery Manager at Blackboard, Inc. where they planned migration projects to new SaaS environment in AWS Cloud and provisioned new PROD, Staging and Test environments with EC2 instances for their App and Database Servers. David then moved on to Ready Education in 2019, where they served as a Technical Project Manager. In this role, they created project plans and managed project teams for client integrations, performed implementation presentations during the project initiation phase of the SDLC and demo calls for the client during the release phase. David also utilized Gantt charts to show project tracking to clients and Client Success team in Teamwork and utilized red-yellow-green technique to report to management. In 2020, David moved to Insight Global, where they served as a Systems Analyst Project Lead for NIH. David is currently working as a Systems Analyst Project Lead at Highrise Consulting, Inc. since 2021.

/*

* To change this license header, choose License Headers in Project Properties.

* To change this template file, choose Tools | Templates

* and open the template in the editor.

*/

package com.bds.ws.daoimpl;

import com.bds.ws.dao.FichaClienteRefComercialesDAO;

import com.bds.ws.dao.NotificationServiceType;

import com.bds.ws.dto.FichaClienteRefComercialesDTO;

import com.bds.ws.dto.RespuestaDTO;

import com.bds.ws.exception.DAOException;

import com.bds.ws.util.DAOUtil;

import com.bds.ws.util.SessionAttributesNames;

import com.bds.ws.util.Utilidades;

import java.math.BigDecimal;

import java.sql.ResultSet;

import java.util.Date;

import java.util.List;

import javax.ejb.Stateless;

import javax.inject.Named;

import oracle.jdbc.OracleTypes;

import org.apache.log4j.Logger;

import java.util.ArrayList;

/**

* Clase que implementa la interfaz FichaClienteRefComercialesDAO

*

* @author cesar.mujica

*/

@Named("FichaClienteRefComercialesDAO")

@Stateless

@NotificationServiceType(NotificationServiceType.ServiceType.SERVICES)

public class FichaClienteRefComercialesDAOImpl extends DAOUtil implements FichaClienteRefComercialesDAO {

/**

* Log de sistema.

*/

private static final Logger logger = Logger.getLogger(FichaClienteRefComercialesDAOImpl.class.getName());

/**

* Metodo que obtiene las referencias comerciales de un cliente

*

* @param iCodigoCliente codigo

Links

Previous companies

READY Education logo

Timeline

  • Systems Analyst Project Lead

    March, 2021 - present