“Scott consulted with us on GazoPa Project at Hitachi America, Ltd. He is extremely creative and solution oriented and continuously exploring new techniques to create web and mobile applications. He is not only a great architect but also a wonderful artist. I would hire him again and strongly recommend him.”
About
Professional / Personal goals:
1. Teach More
2. Mentor More
3. Learn…
Contributions
-
What are the best strategies for ensuring compatibility between programming tools?
gRPC is a perfect example. You have a common interface for services with concrete request and response message definitions. The interface is composed using abstract interface definition language (IDL). gRPC stands for generic remote procedure calls. As a primitive they abstract away the traditional client->server http based transport +json req/response pattern that is standard everywhere and replace that with http/2 transport and binary serializable protocol buffers. gRPC + protocol buffers (protobuf) enables client and server freedom of expression (Java and Go can play nice with Swift). The only priority is to send and receive binary structured data and compile down for the client or server. GRPC is both interface and wrapper!
Activity
-
I attended today's Unity Catalog OSS Contributors Meetup and had the chance to hear some interesting insights from Robert Pack. He shared valuable…
I attended today's Unity Catalog OSS Contributors Meetup and had the chance to hear some interesting insights from Robert Pack. He shared valuable…
Liked by Scott Haines
-
In this episode of Data Brew by Databricks, Michele Catasta, President of Replit, explores how AI-driven agents are transforming software development…
In this episode of Data Brew by Databricks, Michele Catasta, President of Replit, explores how AI-driven agents are transforming software development…
Liked by Scott Haines
-
Yesterday, I was honored to receive a special gift from my little boy — a handcrafted painting of 'My Dada Suited up in the Iron Man Mark 1' . This…
Yesterday, I was honored to receive a special gift from my little boy — a handcrafted painting of 'My Dada Suited up in the Iron Man Mark 1' . This…
Liked by Scott Haines
Experience
Education
Licenses & Certifications
Volunteer Experience
-
Teacher (PHP class)
Hacker Dojo
- 1 year 7 months
Science and Technology
The Hacker Dojo was looking for Volunteer's to teach programming to Bay Area professionals, and I wanted to find an outlet to share what I had learned in the field and help people get excited about code.
Object-Oriented PHP 5
From January to April of 2010, I taught Object-Oriented PHP 5 to a group of 10 students. We met once a week, and I would lecture for 2 hours, and we would work on in-class assignments for an hour / answer questions. Homework would be assigned as an outside lab…The Hacker Dojo was looking for Volunteer's to teach programming to Bay Area professionals, and I wanted to find an outlet to share what I had learned in the field and help people get excited about code.
Object-Oriented PHP 5
From January to April of 2010, I taught Object-Oriented PHP 5 to a group of 10 students. We met once a week, and I would lecture for 2 hours, and we would work on in-class assignments for an hour / answer questions. Homework would be assigned as an outside lab to help in-grain the ideas presented in class.
By the end of the 6 weeks, the students had learned the MVC design pattern (Model-View-Controller), learned to build a web framework using the MVC pattern, and create dynamic PHP website that included Authentication (sha1 encryption, mysql), as well as working with PHP session.
(class google group: http://groups.google.com/group/hacker-dojo-php/topics) -
Teacher Ruby (Ruby with Rails 3.0)
Hacker Dojo
- 4 years 9 months
Science and Technology
Starting in November 2010, I lead my second class at the Hacker Dojo. The objective of this class was to teach Ruby novices the Ruby programming language, and then the Rails 3 framework. Since without a firm grasp of the underlying language a framework holds you back.
In the class, we started with two weekend ruby language primer days (5 hours a session), and we covered the basics of the actual Ruby Language, for the primer I wrote a short book called a Ruby Primer…Starting in November 2010, I lead my second class at the Hacker Dojo. The objective of this class was to teach Ruby novices the Ruby programming language, and then the Rails 3 framework. Since without a firm grasp of the underlying language a framework holds you back.
In the class, we started with two weekend ruby language primer days (5 hours a session), and we covered the basics of the actual Ruby Language, for the primer I wrote a short book called a Ruby Primer (https://github.com/newfront/hacker-dojo-rails3-code-base/tree/master/a_ruby_primer), then we followed with 4 classes all about using Rails 3.0 to build simple websites that became more difficult each week, and finally ended off with a faux twitter example.
Meetup Group: http://www.meetup.com/HandsOnProgrammingEvents/events/15172524/
Google Group: http://groups.google.com/group/dojo-ruby-on-rails/topics -
Speaker
Databricks
- Present 6 years 11 months
Science and Technology
Presented at Spark Summit West 2018, and speak at meetups, and talks year round
-
Speaker
Open Data Science Conference (ODSC)
- Present 6 years 6 months
Science and Technology
Workshop on Spark Streaming and Spark SQL at the ODSC West conference
Publications
-
Delta Lake : The Definitive Guide
O’Reilly Media
Discover how Delta Lake simplifies the process of building data lakehouses and data pipelines at scale. With this practical guide, data engineers, data scientists, and data analysts will explore key data reliability challenges and learn to apply modern data engineering and management techniques. You'll also understand how ACID transactions bring reliability to data lakehouses at scale.
Authors Denny Lee, Prashanth Babu, Tristen Wentling, and Scott Haines explain how to harness the power…Discover how Delta Lake simplifies the process of building data lakehouses and data pipelines at scale. With this practical guide, data engineers, data scientists, and data analysts will explore key data reliability challenges and learn to apply modern data engineering and management techniques. You'll also understand how ACID transactions bring reliability to data lakehouses at scale.
Authors Denny Lee, Prashanth Babu, Tristen Wentling, and Scott Haines explain how to harness the power of Delta Lake to increase your data productivity at scale. You'll learn how to run batch and streaming jobs concurrently on your data lake and accelerate the usability of your data by building effective and high-quality end-to-end pipelines, from data ingestion to analytics.
This book helps you:
Understand key data reliability challenges
Examine data management and engineering techniques using the modern data stack
Realize data reliability improvements using Delta Lake
Concurrently run streaming and batch jobs against your data lake
Execute update, delete, and merge commands
Use time travel to rollback and examine previous versions of your data
Build a streaming data quality pipeline following the medallion construct
About the authors:
Denny Lee is a Delta Lake maintainer and Apache Spark and MLflow contributor.
Prashanth Babu is a Delta practitioner who works at Databricks.
Tristen Wentling is a Delta practitioner who works at Databricks.
Scott Haines is an Apache Spark and Delta Lake contributor who works at Nike.Other authorsSee publication -
Modern Data Engineering with Apache Spark: A Hands-On Guide For Building Mission-Critical Streaming Applications
Apress
Leverage Apache Spark within a modern data engineering ecosystem. This hands-on guide will teach you how to write fully functional applications, follow industry best practices, and learn the rationale behind these decisions. With Apache Spark as the foundation, you will follow a step-by-step journey beginning with the basics of data ingestion, processing, and transformation, and ending up with an entire local data platform running Apache Spark, Apache Zeppelin, Apache Kafka, Redis, MySQL, Minio…
Leverage Apache Spark within a modern data engineering ecosystem. This hands-on guide will teach you how to write fully functional applications, follow industry best practices, and learn the rationale behind these decisions. With Apache Spark as the foundation, you will follow a step-by-step journey beginning with the basics of data ingestion, processing, and transformation, and ending up with an entire local data platform running Apache Spark, Apache Zeppelin, Apache Kafka, Redis, MySQL, Minio (S3), and Apache Airflow. Apache Spark applications solve a wide range of data problems from traditional data loading and processing to rich SQL-based analysis as well as complex machine learning workloads and even near real-time processing of streaming data. Spark fits well as a central foundation for any data engineering workload. This book will teach you to write interactive Spark applications using Apache Zeppelin notebooks, write and compile reusable applications and modules, and fully test both batch and streaming. You will also learn to containerize your applications using Docker and run and deploy your Spark applications using a variety of tools such as Apache Airflow, Docker and Kubernetes. Reading this book will empower you to take advantage of Apache Spark to optimize your data pipelines and teach you to craft modular and testable Spark applications. You will create and deploy mission-critical streaming spark applications in a low-stress environment that paves the way for your own path to production.
-
97 Things Every Data Engineer Should Know
OReilly
Page 117-118: Pipe Dreams
Page 119-120: Preventing the Data Lake Abyss
This book is a collection of thoughts and words of wisdom from many talented engineers and thought leaders in the modern data space.
-
The Rise of Operational Analytics
OReilly
Analyst report on the new field of NewSQL and the rise of continuous analytics systems for near real-time decision making.
-
Evolutionary Communication
CIOReview
A short history of conversational systems, virtual assistants and where the conversational platforms will take us in the very near future.
Recommendations received
6 people have recommended Scott
Join now to viewMore activity by Scott
-
A huge turn up at the Databricks SF hosting OpenHands Meetup showcasing how AI agents help with software developments.
A huge turn up at the Databricks SF hosting OpenHands Meetup showcasing how AI agents help with software developments.
Liked by Scott Haines
-
"At the beginning of this article, I had a wish—and it came true. Bauplan handles tasks that would typically require an entire infrastructure team."…
"At the beginning of this article, I had a wish—and it came true. Bauplan handles tasks that would typically require an entire infrastructure team."…
Liked by Scott Haines
-
Really cool result from the Databricks research team: https://lnkd.in/gqfiT3W9 You can tune LLMs for a task *without data labels*, using test-time…
Really cool result from the Databricks research team: https://lnkd.in/gqfiT3W9 You can tune LLMs for a task *without data labels*, using test-time…
Liked by Scott Haines
-
When two worlds collide/Merge🤣 Guess what !! Databricks is supporting both Apache Iceberg and Delta Lake 🎉🎉 My goal for the next two weeks is…
When two worlds collide/Merge🤣 Guess what !! Databricks is supporting both Apache Iceberg and Delta Lake 🎉🎉 My goal for the next two weeks is…
Liked by Scott Haines
-
𝘛𝘓;𝘋𝘙: 𝘍𝘪𝘷𝘦𝘰𝘯𝘦𝘧𝘰𝘶𝘳'𝘴 𝘔𝘊𝘗 𝘮𝘢𝘬𝘦𝘴 𝘑𝘢𝘬𝘦 𝘉𝘶𝘵𝘭𝘦𝘳 𝘧𝘳𝘰𝘮 𝘍45 𝘢 𝘭𝘪𝘨𝘩𝘵𝘯𝘪𝘯𝘨 𝘧𝘢𝘴𝘵 𝘥𝘢𝘵𝘢 𝘦𝘯𝘨𝘪𝘯𝘦𝘦𝘳…
𝘛𝘓;𝘋𝘙: 𝘍𝘪𝘷𝘦𝘰𝘯𝘦𝘧𝘰𝘶𝘳'𝘴 𝘔𝘊𝘗 𝘮𝘢𝘬𝘦𝘴 𝘑𝘢𝘬𝘦 𝘉𝘶𝘵𝘭𝘦𝘳 𝘧𝘳𝘰𝘮 𝘍45 𝘢 𝘭𝘪𝘨𝘩𝘵𝘯𝘪𝘯𝘨 𝘧𝘢𝘴𝘵 𝘥𝘢𝘵𝘢 𝘦𝘯𝘨𝘪𝘯𝘦𝘦𝘳…
Liked by Scott Haines
-
I have adopted the one true MCP. I will not be taking questions at this time, program.
I have adopted the one true MCP. I will not be taking questions at this time, program.
Liked by Scott Haines
Other similar profiles
Explore collaborative articles
We’re unlocking community knowledge in a new way. Experts add insights directly into each article, started with the help of AI.
Explore MoreOthers named Scott Haines in United States
-
Scott Haines
Senior Vice President Development & Plant Management at Pillar Properties & Merrill Gardens
-
Scott Haines
Chief Information Officer | Christian | Husband | Dad | Chronic migraine sufferer | Bad dad joke teller | Aspiring writer
-
Scott Haines
-
Scott Haines
106 others named Scott Haines in United States are on LinkedIn
See others named Scott Haines