There's Summit here for everyone
Last month saw Web Directions Developer Summit showed Sydney — and all Australian Developers — what it is to be a world leading conference for the people building the Web.
This month at SydJS we have two of Summit's presenters reprising their sessions that helped make Summit the conference it is.
Whether you're presenting, attending, or watching online, Summit has content to captivate and inspire.
Come along and see Atlassian's very own Matt Colman and Erin Zimmer. They're not to be missed!
Matt will introduce us to Building an AI team when no one knows anything about AI, and Erin will show us how to achieve Dependency Injection with React Context.
In addition to two great presentations, this will be our last SydJS for 2024, so come along and celebrate. RSVP today!
Wednesday, 11 December 2024
6:00 PM — 8:00 PM
Atlassian Headquarters
Level 29, 363 George St · Sydney
There's Summit here for everyone
Wednesday, 11 December 2024
6:00 PM — 8:00 PM
Atlassian Headquarters
Level 29, 363 George St · Sydney
Last month saw Web Directions Developer Summit showed Sydney — and all Australian Developers — what it is to be a world leading conference for the people building the Web.
This month at SydJS we have two of Summit's presenters reprising their sessions that helped make Summit the conference it is.
Whether you're presenting, attending, or watching online, Summit has content to captivate and inspire.
Come along and see Atlassian's very own Matt Colman and Erin Zimmer. They're not to be missed!
Matt will introduce us to Building an AI team when no one knows anything about AI, and Erin will show us how to achieve Dependency Injection with React Context.
In addition to two great presentations, this will be our last SydJS for 2024, so come along and celebrate. RSVP today!
Talks
Building an AI team when no one knows anything about AI
By Matt Colman
@matt_colman
We started a brand new AI team with 14 engineers that have never touched AI before! We started madly learning about AI, LLMs, top-k, temperature, ALL THESE NEW WORDS!
After 6 months, we’ve learned so much, we’re productive and it feels like we’re building something special.
I’ll describe how we quickly became productive, tips to give a large team focus, methodical thinking and some examples how we’re really all just problem solvers.
The audience will get a taste of what it’s like to start prompt engineering for the first time, how backwards it feels and how we can do better.
Dependency Injection with React Context
By Erin Zimmer
Dependency injection is a common software pattern, with clear benefits, including easier testing, and better reusability of code. While there are React dependency-injection libraries available, React doesn't provide a native implementation of this pattern. It does, however, provide useContext, which can be used to gain many of the benefits of dependency injection. Today, we're going to take a look at why you might want to use dependency injection, how you can go about doing it with useContext, and what the pros and cons are of this approach vs using a library.