-
Modernizing BankAlbilad
-
Github Copilot
-
Introduction to Lo-Dash
Lo-Dash was built to provide cross-environment iteration support for arrays, strings, objects, and arguments objects
-
Web in 2018
Guest session at IBA Karachi on 'Web in 2018' covering Front end technologies and some milestones of Ajax, Single page applications.
-
Array basics in JavaScript
overview of Arrays in JavaScript, Array length and other properties, array applications, array methods: reverse, pop,push,shift, unshift, join.
-
Functions in JavaScript
overview of Functions in javascript, functions as data, stored in variables, array entries, object literals, callbacks, scopes, hoisting
-
Introduction to git
what is git, vcs, git clients, tools, commands. Git init, git commit, git add, git pull, git push and more basic commands in git ecosystem.
-
Introduction to React
-
Introduction to ES6
Brief introduction to ES6 features including Classes, Modules, Rest parameter, Spread operator, constants, lexical this, arrow function, block scope variables, block scoped functions and template literals.
-
Javascript best practices
Must-to-do coding practices for Javascript developers. ESLint and Chrome dev tool are also part of this presentation.