-
Node js
Node.js is an open-source as well cross-platform JavaScript runtime environment for developing a diverse variety of server tools and applications.
As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.
Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. It is an event-driven, non-blocking I/O model which makes lightweight. It … Continue reading
-
Magento Files And Folders Structure
This tutorial will provide the detailed information regarding Magento’s default files and folders structure. As we all know that the Magento is based on MVC structure in PHP language. Magento uses Zend framework as a base library. Magento has very powerful, simple, flexible and defined directory structure.
Here, we will discuss top level directory of the … Continue reading
-
Codeigniter : The Intro
Let’s start with Codeigniter
Why use Framework?
Frameworks have several advantages
The framework helps us to be more productive and protect us from low-level error such as preventing SQL injection attack.
With the framework, we can improve the design and make our code much easier to read, maintain and unit test. The framework is a layered structure.
The … Continue reading
-
Android Material Design
What is Android Material Design?
Google provides material design brings with it new, exciting ways to delight your users with a visually appealing Android app. But what is material design? Google introduced a material design that describes an interface that incorporates tactile surfaces, bold graphic design and also a fluid motion to create beautiful, intuitive experiences.Material … Continue reading -
PhoneGap / Cordova
1) What is PhoneGap/Cordova?
Let’s Just say(PG) PhoneGap, for now, PG and Cordova are the same things!
A PhoneGap Application is a Web Application. you can write it with any code editor and you can use any framework.
PG allows us to convert an HTML, CSS, and Javascript site into a Native Mobile App.
As … Continue reading