Open in app
Home
Notifications
Lists
Stories

Write
Till Engineering
Till Engineering

Home

May 18, 2021

BUILDING A REMOTE CULTURE — Transitioning to remote work for our India Team

Last year was a huge learning curve for many organizations. No place of work — big or small could have ever anticipated the change from working in the glass covered — air conditioned environment to a desk at your own home. …

Remote Working

4 min read


Apr 3, 2021

Typescript Cookbook

This blog talks about some tips and techniques while writing typescript code. Function Declarations: Example 1: Arguments with type: function greet(person: string, date: Date) { console.log(`Hello ${person}, today is ${date.toDateString()}!`); } Example 2: Return type: function randomNumber(): number { return 26; } // says that randomNumber will return a number Example 3: Argument with an Object type:

Typescript

3 min read


Apr 3, 2021

Why you should understand Event Bubbling and Capturing Phase in Html?

Reference: https://dev.to/shimphillip/handing-javascript-events-efficiently-with-bubble-and-capture-4ha5#:~:text=By%20default%2C%20events%20bubble%20in,Event%20Propagation%20or%20Event%20Delegation. https://javascript.info/bubbling-and-capturing#:~:text=HTML%20%E2%86%92%20BODY%20%E2%86%92%20FORM,phase%2C%20the%20second%20listener). https://www.tutorialrepublic.com/javascript-tutorial/javascript-event-propagation.php#:~:text=Event%20propagation%20is%20a%20mechanism,what%20happens%20to%20it%20afterward…

Event Propagation

3 min read

Why you should understand Event Bubbling and Capturing Phase in Html?
Why you should understand Event Bubbling and Capturing Phase in Html?
Till Engineering

Till Engineering

Following
  • Arun Rajeevan

    Arun Rajeevan

  • Nirmal Jasmatiya

    Nirmal Jasmatiya

  • Markus Hanslik

    Markus Hanslik

  • Sachin Kamble

    Sachin Kamble

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable