Techumber

How to convert HTML to PDF Using JavaScript - Multipage

12 May, 2017. 5 min read

A few months back I wrote an article on how to convert html to pdf using javascript. But there are few limitations with that code…

Rollup bundler for angular2 projects

03 January, 2017. 5 min read

We have a few tools available to bundle our source code. Browserify and Webpack among them, I'm sure you must have heard about it if you are…

Speech to text using javascript

25 November, 2016. 2 min read

Speech recognizing software everywhere nowadays. From Google's latest Assistance to Apple's Siri, Amazon's Echo and so many out there…

How to find your device battery status using JavaScript

23 November, 2016. 2 min read

There are few new JavaScript API's available to deal with native devices hardware. These API's are very useful when we develop the…

From Builder using Angular 2 and Bootstrap

15 November, 2016. 5 min read

Hola, We use forms everywhere. 90% of web applications uses forms. In today's post, we will build an Angular 2 component which takes input…

Angular 2 Quickstart using Browserify

13 November, 2016. 4 min read

Unlike Angular 1 for Angular 2 needs a minimal setup to start building the applications. I want to use Angular 2 to build simple web…

Angular 1 to Angular 2 Journey

11 November, 2016. 7 min read

In this post, we will see how to convert Angular 1 knowledge into Angular 2. Assumptions: We can write Angular 1 in both JavaScript ES5 and…

Navigation between pages in NativeScript using Angular 2 Routers

18 July, 2016. 5 min read

In the previous post, we have seen how to build Side Drawer for a NativeScript application. In that post, we are displaying the page names…