Category: Technology



Say goodbye to the days of TPS reports, and come learn how to automate the tedious tasks in your work day. Thanks to the extensibility of Google Sheets (and a special JavaScript client library for Sheets), as well as Cloud Functions, that’s easy. You can have all kinds of data, for example GitHub, Jira, uptime health, and even sales data combined and imported into a Sheet, analyzed, and output as an email report or slide deck-without ever opening the Sheet. EVENT:
NodeJS Interactive 2019 SPEAKERS:
Franziska Hinkelmann & Leah Cole PUBLICATION PERMISSIONS:
The Linux Foundation provided Coding Tech with the permission to republish NodeJS Interactive videos CREDITS:
Original video source: https://www.youtube.com/watch?v=l660-gUumDM https://www.youtube.com/watch?v=bMjWdz_Hi_Q



With the emerging popularity of bug bounty programs, lesser known and even brand new vulnerability classes are gaining popularity. This talk will give a walkthrough of some of these vulnerabilities, how they occur in modern web applications and how they can be found and fixed. EVENT:
Øredev 2019 SPEAKER:
Erlend Oftedal PUBLICATION PERMISSIONS:
Conference Organizers provided Coding Tech with the permission to republish Øredev tech talks. https://www.youtube.com/watch?v=01Q9ihlYz9E



User is working with your application, suddenly, UI freezes and probably, one of the CPU cores is burning! They cannot do anything. The only perception you can feel is as hot as a hell metal case of the laptop. Although this sounds like a horror movie, this is your application that cannot leverage modern APIs to lift heavy computation to a different thread where consequently user suffers the pain. Modern features like Web Workers, WebAssembly, Worklets, and Service Worker allow us to leverage multithreading computing to run tasks parallely which at the end, makes the user feel like in a rainbow paradise instead of a nightmare, even though JavaScript is a single-threaded programming language! In this session, I am going to show my experience running jobs in parallel on a React.Js application that will provide a pleasant user experience and exciting development. EVENT:
Talk recording from React Day Berlin Conference 2019 https://reactday.berlin SPEAKER:
Majid Hajian PUBLICATION PERMISSIONS:
GitNation Conference Organizer provided Coding Tech with the permission to republish GitNation Conference talks. https://www.youtube.com/watch?v=aPOMcRp7uVU