Lovely February
Date
Monday, 3 February 2020
Time
6:00 PM — 9:00 PM
Location
Atlassian HQ
Level 29, 363 George Street Sydney
Lovely February
Date
Monday, 3 February 2020
Time
6:00 PM — 9:00 PM
Location
Atlassian HQ
Level 29, 363 George Street Sydney
Talks
An introduction into Typescript Transformers
By Michael Dougall
@itsdouges
Ever wondered how to write a Typescript Transformer? No? What if I told you it's easier than it sounds?
Typescript Transformers are the equivalent of a Babel Plugin except for the Typescript ecosystem. They're pretty cool - and because of Typescripts powerful type checking you can actually do some pretty neat stuff with them. In this talk I'll be walking through what Typescript Transformers are, a brief introduction into Abstract Syntax Trees, and then we can write out first transformer together, live!
Visual Regression Testing with React
By François Wouts
@fwouts
We're all familiar with Jest snapshots, which help us catch mistakes in the generated HTML of our React components. But what if we could look at screenshots instead?
This talk will look at two approaches to visual regression testing with React: - Storybook with Storycap - The new
react-screenshot-test
library (made by yours truly)Firetable: No more custom admin portals
By Shams Mosowi
@shamsmosowi
Firetable is an open-source project allowing for spreadsheet like experience for Google Firestore
Most businesses need an operational interface to perform various CRUDs on their database. Firestore is a great data platform that gets developers quickly up and running. However, the Firestore console editing capabilities are limited and too technical for business users. This creates a need to build custom solutions (CRM/CMS) for maintaining data and this is need is repeated across businesses. This talk presents a new open-source solution to tackle this problem with a user-friendly, reusable spreadsheet like component on top of your existing Firestore database.