Theme Colors
Template Style
image

About Me

I am results-oriented leader who values people and simple solutions to complex problems: a technologist and problem solver for over 20 years; passionate learner, teacher, and mentor. But above all dedicated husband and father.

I began my career working as a C++ developer for the Salomon Brothers collateral allocation trading desk out of Temple Terrace, FL. I then moved to New York City where I worked for several Wall Street fixed income trading firms including Smith Barney, DLJ, JP Morgan, and Merrill Lynch.

After discovering my next career phase in C# and .NET, I moved to Dallas, Texas in 2006 working at a large hedge fund. I later became the head of software development there. After a short time in Charlotte, NC at Wells Fargo Securities, I moved back to Dallas. Since then I have worked in Tax Technology for big four accounting firms including PwC and Deloitte as a senior technology leader. Most recently I have been working as a hands-on CTO at a small AI services startup here in Dallas called Eam.ai.

Education & Experience

Electrical Engineering degree from Swarthmore College. Enrolled in the OMSCS program at Georgia Tech beginning Fall 2022. Hands-on technology leader, architect, and coach.

Leading the technology effort for an AI consulting start-up firm as a hands-on CTO, designing, coding, and setting up our Azure cloud infrastructure for an MVP that uses LLM Large Language Models and OpenAI technology for a proprietary platform.

Working with several LLMs or Large Language Models across OpenAI and Azure AI Studio, we are leveraging AI as thought partners to expand the diversity of thought. It is what Ray Dalio, founder of Bridgewater Associates coined "Triangulation."

image

01.

Chief Technology Officer at Eam.ai

2023 - Present

02.

Senior Director at RSM

2021 - 2022

As a technology leader in our CATT (Center for Advanced Tax Technology) Tax practice, I am overseeing the architecture and design of our partnership tax, family office services, and other tax services offered by RSM. With the launch of PartnerSight, we are positioned to dominate the tax technology digital landscape.

When I first heard there was a volunteer opportunity available that would help me meet my newest colleagues at RSM but also give me the opportunity to help families in need, I jumped at the chance. My first year at RSM Dallas I had the opportunity to participate at a Volunteer Event at the Perot Museum with a great organization here in Dallas called Family Gateway. I thoroughly enjoyed an educational and fun day with the kids and families at the Perot Museum of Nature and Science in Dallas.

image

Tax technology leader in our Parternship Solutions Group (PSG) tax practice. I built a global, first of its kind Automatic and Exchange of Information system to gather investor account information and prepare FATCA and CRS compliance reports for our clients. This was my first time implementing an SAP HANA Big Data Solution. I remember another great mentor at Deloitte Partner Andrea Smith, when I told her I never used SAP HANA, she said: that's okay, Helder, I know you can do it.

During the summer of 2019, while visiting our India office in Hyderabad, I had the unique opportunity to address the graduating class of engineers and computer scientists at a local university. I was impresessed by the almost equal distribution of male and female candidates, unlike my days studying engineering. It is something I took back to Deloitte and encouraged the hiring and career building of our female tax and technology professionals.

image

03.

Senior Manager at Deloitte

2017 - 2021
image

04.

Director at PwC

2014 - 2017

Director of tax technology at PwC Dallas. I led a global team of full-time US developers, off-shore resources, and vendors to deliver a global Country by Country or CBCR reporting system. It was 60 resources across the globe coordinated to deploy 3 new integrated tax products. We delivered on time and under budget to three different data centers around the globe.

While at PwC, a great mentor of mine, our tax practice leader and Partner Andrew Nardo said to me: Helder, I want you to personally know everyone in our practice. And I took that to heart. I made a point of talking and connecting with everyone in our tax practice no matter what level or tenure they were, all 150+ of them. It is something I have taken with me since.

01.

Georgia Institute of Technology: OMSCS

2022 - 2024
image

Currently pursuing a Master's degree online with Georgia Tech, considering a concentration in either Cyber Security or Data Analytics. The program is the Online Master of Science Computer Science (OMS CS)

I never expected to go back to school this late in my career, but my experience with Udacity and Stanford's online Data Science Program has piqued my curiosity in academia, but most importantly I would like to teach at the undergraduate level someday.

image

Senior Thesis project included construction and assembly, including sweating copper pipes, plumbing, wiring, and “C++“ automation of the Swarthmore College solar lab atop Hicks Hall Engineering building. The program included controlling valves and reading thermistor sensors to gather data and carry out experiments.

Professor Arthur McGarity was my faculty advisor and started my passion for programming, at the time “C++“ was a relatively new language and modern graphical user interfaces were also not yet common. Professor Frederick L. Orthlieb or “FLO“ as he was affectionately known, really taught me how to swing a hammer and sweat copper pipe. He was a great teacher and wonderful mentor, someone who positively influenced my career and my life.

02.

ENGR 90 Senior Design Project: Solar Lab Automation

1990 - 1991

03.

National Science Foundation Grant

Summer 1990
image

Under an NSF grant, I worked on the System-4000 Upgrade of the Swarthmore College Materials lab. Professor Faruq M. A. Siddiqui, Professor Frederick L. Orthlieb, and myself were later published in the ASEE Annual Conference Proceedings, 1992.

This was a wonderful summer for me. Although I can remember having to go back to my dorm and showering just to cool down because re-roofing work was being done atop the Hicks Engineering building that summer, it was a rewarding and prolific experience and I am very grateful for that grant and time spent.

Studied the physics and logical design of computers including microprocessors, CPU design, RISC and CISC, caching, virtual memory, assembly and machine language, and multiprocessors. Lab work also included analysis via simulation and microprocessor design using CAD tools.

What I enjoyed most about this class was not just learning “C“ to code a microprocessor simulator but that our instructor was a visiting professor from the industry, someone who had hands-on work experience building microprocessor chips.

04.

ENGR 23 Computer Architecture

Fall 1990
image

My professional video

Who I am, my passions, what drives me, and my background in technology

Skills

A collection of major skillsets and talents that I can offer to your teams and to your organization.

Patterns

Outside of the always helpful Gang of Four book, Enterprise Design Patterns by Martin Fowler and the SOLID principles introduced by Robert Martin have been a guiding principle.

Architecture

Broker

Design Pattern
  • Decoupled components
  • Separate transport and implementation
  • Unit test through Broker interface
  • Client: interface with the Broker
  • Servers: services available via Broker
  • Broker: Client requests via Servers
Read More

Code

DTO

Distribution Pattern
  • DTO: Data Transfer Object
  • Secure REST calls
  • Avoids RPC method signatures
  • Batch up calls
  • Encapsulating serialization over the wire improves overall performance
  • Use Automapper to facilitate object to object mapping
Read More

Code

Producer Consumer

Concurrency Pattern
  • Optimize asynch processing
  • Asynch processing is fast
  • Ensure messages are not dropped
  • Avoids queue starvation
  • Use Cancellation Tokens
  • Facilitate with Concurrent Collections
Read More

Team

How I work with your organization to deliver enterprise class digital products.

Blog

I blogged my experience in working through the Udacity Data Scientist Nanodegree online program.

ml
image

As part of the udacity.com Data Scientist nanodegree, this is the final project of the program, otherwise known as our Capstone Project. It involves building a stock price predictor using machine learning that takes daily trading data over a certain date range as input, and outputs projected closing price estimates for given stock and query dates. Showcasing type ahead search and ML.

image Helder Melendez
22 Jan 2022
rec
image

Recommendation Engines are the algorithms used to make suggestions or recommend things to you based on past purchases or usage, or based on what other users are downloading. Apps like Netflix have algorithms in place to suggest movies you might also enjoy based on what you have been streaming or what is most popular.

image Helder Melendez
22 Dec 2021
nlp
image

Following a disaster, there are millions of tweets, news alerts, or social media and online messages that are generated. During this critical time, organizations are overwhelmed with data and they need to filter out what is pertinent information from what is just noise. Using NLP and ML this project delivers a web portal to process given messages.

image Helder Melendez
19 Nov 2021

Testimonial

Recommendations I have received over the years from my colleagues.

Contact

Let's work together. You can also reach me on social media using the links on the left navagation bar or schedule some time with me oncalendly.com/hmelende

  • CALL
    +1 214-356-5283
  • EMAIL
    hmelende@me.com
  • ADDRESS
    Dallas, Texas, USA.
Your email sent Successfully, Thank you.
Error occurred while sending email. Please try again later.