BrooklinJazz
I'm a nerdy web developer who loves building web apps as much as I love playing dungeons and dragons.
DockYardVancouver, BC
Pinned Repositories
debugging_elixir
An example repository used for my article on debugging elixir and phoenix
elixir_conf_2024_workshop
LiveView Native Workshop for Elixir Conf 2024
elixir_newbie_website_v2
hidden_cell
A hidden Elixir Cell using Livebook and Kino
kino_live_view
Dynamically inject LiveViews into your Phoenix application from within Livebook
kino_tailwind_playground
A tailwind playground that can run in Livebook
lvn_workshop
A beginner friendly workshop following the SwiftUI Tutorial: https://developer.apple.com/tutorials/swiftui/creating-and-combining-views#introduction
talks
A collection of my talks and associated resources
teacher_notebook_cohort_2
Teacher Livebook for DockYard Academy Cohort 2
curriculum
BrooklinJazz's Repositories
BrooklinJazz/kino_tailwind_playground
A tailwind playground that can run in Livebook
BrooklinJazz/talks
A collection of my talks and associated resources
BrooklinJazz/kino_live_view
Dynamically inject LiveViews into your Phoenix application from within Livebook
BrooklinJazz/lvn_workshop
A beginner friendly workshop following the SwiftUI Tutorial: https://developer.apple.com/tutorials/swiftui/creating-and-combining-views#introduction
BrooklinJazz/elixir_conf_2024_workshop
LiveView Native Workshop for Elixir Conf 2024
BrooklinJazz/elixir_newbie_website_v2
BrooklinJazz/teacher_notebook_cohort_2
Teacher Livebook for DockYard Academy Cohort 2
BrooklinJazz/mix4_native
A LiveViewNative connect 4 app
BrooklinJazz/talent_show
A hiring site built by and for DockYard Academy Graduates
BrooklinJazz/curriculum-2.0.0
BrooklinJazz/kino_umbrella
A temp repo working with kino_live_view_native as an umbrella project
BrooklinJazz/accessible-react
A practice repo for creating A11Y components with built in accessability handling and improved customizability compared to generic HTML elements
BrooklinJazz/blog_scratchpad
A place for draft blogs to be published elsewhere
BrooklinJazz/case-heex-interpolation-example
Phoenix Example of interpolating a case statement in a HEEX template
BrooklinJazz/cohort-1
BrooklinJazz/cohort_1_blog_draft
draft repo for DYA blog app
BrooklinJazz/curriculum_cohort_2_example
BrooklinJazz/ex_openai
Auto-generated Elixir SDK for OpenAI APIs with full typespecs, docs and streaming support
BrooklinJazz/french_ex
a french quiz command line app using Elixir. Built for personal use.
BrooklinJazz/function_components
A demo repository for function component examples in LiveView Native
BrooklinJazz/gilded_rose_elixir
The Guilded Rose refactoring kata in Elixir.
BrooklinJazz/live_view_native
A platform for building native applications with Phoenix LiveView
BrooklinJazz/live_view_native_guides
An interactive tutorial for LiveView Native using Livebook.
BrooklinJazz/livebook_utils
A collection of livebook utility modules and mix tasks used for managing Livebook projects.
BrooklinJazz/logistic_regression_failing_example
a failing linear regression example for sean
BrooklinJazz/nif_example
A basic nif example repo for reviewing a DY article
BrooklinJazz/notepad
A collection of random notepad livebooks used in live instruction.
BrooklinJazz/one_click_campaign
A one click TTRPG campaign generator using ChatGPT
BrooklinJazz/patch_example
A quick example made to illustrate how patch works with handle_params and the live_component update callback
BrooklinJazz/render_components
A demo project for live view native render_components