Talk s

BeautifulCode team and culture promotes learning, continuous self-improvement and open contributions via talks, blog posts and meetups.

  • Learning
  • Contributing
  • Openness
Tech Talks Session

Tech Talks

Introduction to Flutter

This talk is a high level introduction to flutter and covers core principles in flutter

Bhanu Prakash

WebAssembly Demystified

WebAssembly is a new type of code that runs on your browser. There is a lot of hype surrounding WebAssembly and how it’s going to change the way we code for the web. But how exactly does it work? That’s what I will be covering in this talk.

Chirath R

Lexical Scope in JavaScript

In this talk, we will be going through how JavaScript Lexical scope works? And how JS code executed by the JS Engine?

Kishore Vadde

Understanding Javascript Iterator, Generators and Async/Await

This talk covers the following topics. 1. Javascript Engine and code execution with an example. 2. What is a Generator Javascript? 3. Asynchronous Generators in Javascript with an example. 4. Async/Await in Javascript with an example.

Abhilash Reddy Kotte

Demystify Javascript Promise

This talk covers the following topics. 1. Javascript Engine and code execution with an example. 2. What is Asynchronous Javascript? 3. Asynchronous Javascript without(before) Promises. 4. Asynchronous Javascript with Promises

Abhilash Reddy Kotte