by jgeorge | Jun 1, 2015 | Javascript, Web Design, Web Development
What is Bower? Bower is a package manager for JavaScript libraries that can be used for defining, retrieving and versioning your dependencies. It will fetch and install packages from everywhere. It will work by searching, downloading and saving anything you are...
by jgeorge | Apr 16, 2015 | Javascript, Web Design
Host Your Node.js Apps Node.js has witnessed an incredible growth and popularity in recent years. It has come a long way to provide webmasters an easy and fast way to develop bespoke applications efficiently. With big brands such as Walmart and Paypal are embracing...
by jgeorge | Nov 3, 2014 | Javascript, Web Development
What is Knockout.js? Knockout.js is a JavaScript library based on the MVVM pattern with templates. It follows the concept of clear separation between view elements, domain data and data to be displayed. It has well defined specialized code for managing the...
by jgeorge | Sep 25, 2014 | Javascript, Web Design, Web Development
Essential Grunt Tips If you remember a couple of days ago, I introduced you to Grunt. Grunt may be officially termed as the “JavaScript task runner” but it is actually the “JavaScript-based task runner. The tool allows you to develop tasks using JavaScript for almost...
by jgeorge | Sep 23, 2014 | Javascript, Web Design, Web Development
What is Grunt for developers? Grunt is a command line build tool designed for JavaScript projects. There are many built-in tasks in the software that can help you do a lot. You can develop your own scripts and plugins and extend its basic functions. Why do people use...
by jgeorge | Sep 17, 2014 | Javascript, Web Design, Web Development
What is Node.js and it’s Advantages? Node.js is a software platform developed on the V8 JavaScript engine by Google. It is a cross-platform runtime environment developed specifically for networking and server side applications. It is developed in JavaScript and it...