Kirill Cherkashin, originally from Moscow, now lives in NYC working for Firebase. He enjoys teaching and organising meetups. He has been teaching Web for the past few years, and is the organiser for AngularNYC, ReactNYC and soon VueNYC! He loves Angular and teaches it at Google and all over the world. In spare time, He enjoys dancing tango, reading books and good conversations.
Talks I've Given
-
JAVASCRIPT <3 BINARY DATA
Featuring Kirill Cherkashin
In this talk, you will explore a deep dive into the tools JavaScript has to offer for working with binary data, see how the popular binary formats are structured and how Serialization Frameworks like Thift/protobuf use binary for speed and efficiency.
javascript data binary -
AngularZone Meetup #5 - Angular Structural Directives by Kirill Cherkashin
Featuring Kirill Cherkashin
Yay! The sun is shining and summer is in full swing! Before you can find your flip flops, AngularZone has a live coding session with Kirill Cherkashin on Structural Directives!
angular javascript nglf ngfor ngswitch -
Breaking JavaScript into Pieces - Intermediate
Featuring Kirill Cherkashin
Syntax Tree is an underlying structure of a programming language. These structures can be used for understanding, transforming, formatting, linting or minifying code. In this talk you will learn about lexing, parsing, and working with syntax trees. You will also learn how to apply this knowledge...
javascript fullstack fullstackcon parsing