Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.28 KB

README.md

File metadata and controls

41 lines (37 loc) · 1.28 KB

expertalks

Promises in JavaScript

  • Date: 31-Jan-2015
  • Async JavaScript APIs
  • Callbacks
  • Promises
  • Flow control with promises
  • Q.js

Gradle

  • Understand the basics of Gradle
  • Overview of tasks, dependencies and how to use them
  • Example showing how to build Simple Java projects using Gradle
  • Advance example showing how to build Simple Web applications using Gradle

Linux Shell for everyday use

  • Overview and history of linux shell
  • Start swimming in the waters directly with 'man'
  • About home (~) and profile (.bash_rc, .bash_profile etc)
  • Aliasing
  • I/O redirection with >, >>, 1>, 1>>, 2>, 2>>, &>, 1>&2, 2>&1, 0<, <
  • navingating files with more and less pagers
  • adding jobs in background with &, bg and fg
  • scheduling tasks with cron
  • some very basic command
  • chmod and chown
  • basic text editing commands and tools
  • networking commands

Mongodb Indexing

  • What is MongoDB
  • What and whys of Indexing
  • Types of Indexes
  • Indexing Gotchas, Duplicate, slow indexes

Acceptance Testing using CasperJS