Blog: Tech Talks
Filter By
Tech Talks
How to Author a problem on Code Wars
In this video I'll take you through my experience of writing and publishing a problem on Codewars.
Read more
Tech Talks
GraphQL: going beyond RESTful APIs?
Is GraphQL the future that takes us beyond REST? What is GraphQL anyway? Find out in this Tech Talk!
Read more
Tech Talks
How to achieve modularity in your web application
Have you wondered what a modular web application looks like under the hood? How has the developer architected his file structure and achieve modularity for clarity, reusability of code and elegance?
Read more
Tech Talks
CSS Animations: Transitions and Transforms
Explore the foundations of CSS Animations through Transitions and Transforms!
Read more
Tech Talks
How to use the new JavaScript Async / Await feature
Do you hate promises and wish that they acted more like synchronous code? Don’t worry, JavaScript’s new feature, Async/Await is here to help!
Read more
Tech Talks
Introduction to Elixir
Elixir is one of the newer, faster-growing programming languages as of 2017, but there's good reason to think why this one may not be just a fad.
Read more
Learn Software Engineering
Learn the industry’s #1 programming language in 17 to 26 weeks.
Tech Talks
Browser Tracking and Privacy
Have you ever wondered how web applications can identify information about their users and track them through their browsers? Find out that and more in this tutorial.
Read more
Tech Talks
How to animate React web apps
Have you ever wondered how to animate your React apps, in this tech talk, I am going to show you how to do it with a javascript animation library GSAP.
Read more
Tech Talks
How to develop games with Unity 5
Have you ever wondered which tool a game developer uses most…and three core concepts behind it? You're going to find out in this Tech Talk!
Read more
Tech Talks
Introduction to Animations in React
During this Tech Talk I will introduce a few easy ways to start implementing animations in React.
Read more
Tech Talks
Introduction to Generative Adversarial Networks(GANs)
An Introduction to GANs, including concept, framework, training processes, and applications.
Read more
Tech Talks
Promises in ES6 and Async Await in ES7, Understanding Promises in Today's Javascript-Based Programming
Since the days of cross-browser Javascript development with event listeners and callbacks, to the introduction of ajax calls with the XMLHttpRequest Object to jQuery and json to now promises and Node.js. Javascript has come a long way. From a mere browser-based scripting language to a fullstack engineering solution!
Read more