https://github.com/maxpatiiuk/esri-dev-summit-presentations
Repository for Esri developer summit presentations
https://github.com/maxpatiiuk/esri-dev-summit-presentations
esri-developer-summit
Last synced: about 1 year ago
JSON representation
Repository for Esri developer summit presentations
- Host: GitHub
- URL: https://github.com/maxpatiiuk/esri-dev-summit-presentations
- Owner: maxpatiiuk
- License: other
- Created: 2023-10-20T16:42:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T16:18:39.000Z (over 1 year ago)
- Last Synced: 2025-03-10T17:29:58.110Z (over 1 year ago)
- Topics: esri-developer-summit
- Language: TypeScript
- Homepage:
- Size: 10.7 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Esri DevSummit Presentations
## 2025
### [ArcGIS Maps SDK for JavaScript: App Development with Components part 2: Using Frameworks](./2025/using-components-2)
[](./2025/using-components-2)
[Slides and Demos](./2025/using-components-2)
Join us for the second session in our three-part series on building applications
with the ArcGIS Maps SDK for JavaScript. This session will begin with exploring
motivations for using frontend frameworks, and then will cover techniques for
integrating the SDK's web components with frameworks and tools such as React and
Vite. We will touch on current frontend methodologies for topics such as
dependency management, asset management, semantic versioning, and conveniences
offered by frameworks that streamline web mapping application development
compared to plain JavaScript.
Presenters: [Omar Kawach](https://github.com/omarkawach) &
[Max Patiiuk](https://github.com/maxpatiiuk) &
[Nicholas Romano](https://github.com/nick-romano)
### [ArcGIS Maps SDK for JavaScript: Fast Development and Build Tooling](./2025/build-tooling)
[](./2025/build-tooling)
[Slides and Demos](./2025/build-tooling)
Learn how Esri's development teams are leveraging modern tools like Vite to
build fast, dynamic Web GIS applications. With features such as lazy loading,
client-side routing, hot module replacement, and lightning-fast builds, Vite
streamlines the entire development workflow from bundling to deployment. Paired
with Vitest for testing, these tools help ensure that your apps are both
high-performing and production-ready.
Presenters: [Max Payson](https://github.com/mpayson) &
[Max Patiiuk](https://github.com/maxpatiiuk)
### [Gaming with ArcGIS Maps SDK for JavaScript - geo-io](./2025/geo-io)
[](./2025/geo-io)
[Slides and Demo](./2025/geo-io)
Dive into how ArcGIS Maps SDK for JavaScript can be (mis)used for creating a
video game. Presenting to you: geo-io - like Agar.io, but more mappy! Powerful
geo-rendering capabilities of the Maps SDK allow for creative applications in
unintended areas, showing it's versatility.
Presenter: [Max Patiiuk](https://github.com/maxpatiiuk)
## 2024
### [Building web apps with Calcite Design System and React](./2024/calcite-react)
[](./2024/calcite-react/)
[Slides and Notes](./2024/calcite-react/)
Looking to enrich your spatially-enabled React Apps? Join us to discover the
power of integrating Calcite Components and React to craft a superior user
experience. We'll dive into the ArcGIS Maps SDK for JavaScript’s ES modules,
showing you how to seamlessly incorporate web mapping into your applications.
Whether you're new to Calcite or seeking to deepen your skills, this session
will offer you actionable insights to take your projects to the next level.
Presenters: [Ryan Libed](https://github.com/rslibed) &
[Max Patiiuk](https://github.com/maxpatiiuk)
### [ArcGIS Maps SDK for JavaScript: Tips and Tricks for Developing and Debugging Apps](./2024/debugging-tips-and-tricks/)
[](./2024/debugging-tips-and-tricks/)
[Slides and Notes](./2024/debugging-tips-and-tricks/)
Learn how to quickly and easily find and fix problems in your web mapping
applications. You will learn how to setup your dev environment to use plug-ins
like linters and beautifiers to write cleaner code. We'll show you how to use
the power of browser-based debugging tools to debug, style, and optimize your
apps. We will also cover how to resolve common issues you may run into when
working with the ArcGIS Maps SDK for JavaScript.
Presenters: [Max Patiiuk](https://github.com/maxpatiiuk) &
[Noah Sager](https://github.com/NoashX)
### [Gaming with ArcGIS Maps SDK for JavaScript - 3D Tetris Game](./2024/tetris-react)
[Trailer](https://youtu.be/LlDgH-NZ3KE) ∙
[Play online](https://maxpatiiuk.github.io/tetris-react/) ∙
[Source code](https://github.com/maxpatiiuk/tetris-react)
Dive into how ArcGIS Maps SDK for JavaScript can be (mis)used for creating a 3D
Tetris Game. Powerful geo-rendering capabilities of the Maps SDK allow for
creative applications in unintended areas, showing it's versatility.
Presenter: [Max Patiiuk](https://github.com/maxpatiiuk)
[](./2024/tetris-react)