<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mobile Development Archives | Blog</title>
	<atom:link href="https://onclickinnovations.com/blog/tag/mobile-development/feed/" rel="self" type="application/rss+xml" />
	<link>https://onclickinnovations.com/blog/tag/mobile-development/</link>
	<description>Onclick Innovations Pvt. Ltd.</description>
	<lastBuildDate>Tue, 16 May 2017 13:02:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">208843066</site>	<item>
		<title>Docker</title>
		<link>https://onclickinnovations.com/blog/docker/</link>
					<comments>https://onclickinnovations.com/blog/docker/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Tue, 16 May 2017 13:02:56 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Containers]]></category>
		<category><![CDATA[LXC]]></category>
		<category><![CDATA[Mobile App]]></category>
		<category><![CDATA[Mobile Development]]></category>
		<category><![CDATA[Mobile Virtual Reality]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[OS]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=756</guid>

					<description><![CDATA[<p>Docker is an open source  project that automates the development and deployment of applications  inside software containers, by providing an additional layer of abstraction and automation of operating system level virtualization on Linux. Docker extract its component to accelerate the innovation across the ecosystem and donated it to open foundation. Docker is both a daemon  and a client [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/docker/">Docker</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://blog.onclickinnovations.com/docker/">Docker</a> is an open source  project that automates the development and deployment of applications  inside software containers, by providing an additional layer of abstraction and automation of operating system level virtualization on Linux. Docker extract its component to accelerate the innovation across the ecosystem and donated it to open foundation. Docker is both a daemon  and a client command. Docker is great at setting up a local development environment because it easily adds the running process without duplicating the virtualized resource.  Docker is spinning out a component of a platform that called container runtime, as high level abstraction of docker architecture is an integration of many different components and together. That includes everything we need to develop an application, building and deploying them, managing them, etc.</p>
<p>Docker is a two part shell/management layer for building and running virtual linux containers. Therefore, it gives the advantages to both dev as well as ops teams who want to build something productive by resolving more problems. And Container is an execution environment to run application that shared the same underlying Operating System (OS) of the host. Examples of container include: Docker Containers, Linux Containers (LXC), Microsoft Windows Containers etc. Containers allow developers to bundle up an application with all of the parts it needs, such as libraries and other dependencies, and ship it as one package. The great thing about Docker is that it is light-weight because it relies on shared-kernel linux containers which easily allowing the running and management of applications with different requirements side by side in isolated containers. It also makes it easy to run multiple versions or instances of the same program without configuration headaches and port collisions. Docker uses a client-server architecture. Developers can focus on writing code without worrying about the system on which their code will run with docker.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fdocker%2F&amp;linkname=Docker" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fdocker%2F&amp;linkname=Docker" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fdocker%2F&amp;linkname=Docker" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_no_icon a2a_counter addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fdocker%2F&#038;title=Docker" data-a2a-url="https://onclickinnovations.com/blog/docker/" data-a2a-title="Docker">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/docker/">Docker</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/docker/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">756</post-id>	</item>
		<item>
		<title>Phalcon:: The Extremely Fast Framework</title>
		<link>https://onclickinnovations.com/blog/phalcon-the-extremely-fast-framework/</link>
					<comments>https://onclickinnovations.com/blog/phalcon-the-extremely-fast-framework/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Mon, 08 May 2017 12:39:43 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[Angular 2]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[Mobile Development]]></category>
		<category><![CDATA[MVC Frameworks]]></category>
		<category><![CDATA[ReactJS]]></category>
		<category><![CDATA[Web Application Development]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=740</guid>

					<description><![CDATA[<p> &#8220;Phalcon&#8221; a high-performance PHP Web framework. It is written as a C extension. Phalcon is probably one&#8217;s go to framework, if the application has to be in PHP and be as performant as possible. Since , it is very fast, but cannot run on shared hosting. As compiled as a C extension into PHP which makes it faster by [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/phalcon-the-extremely-fast-framework/">Phalcon:: The Extremely Fast Framework</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong> &#8220;Phalcon&#8221;</strong> a high-performance PHP Web framework. It is written as a C extension. Phalcon is probably one&#8217;s go to framework, if the application has to be in PHP and be as performant as possible. Since , it is very fast, but cannot run on shared hosting. As compiled as a C extension into PHP which makes it faster by an order of magnitude. Phalcon doesn’t have footprint in one&#8217;s project it resides in one&#8217;s memory, so it will not be seen specific code in your project. We can’t play around with Phalcon’s source code and modify to fit  different needs.</p>
<p>In <a href="http://blog.onclickinnovations.com/740-2/">PHALCON</a>, as default, directory structure, and the way one write classes dictates  routes. Phalcon is blazing fast. Phalcon is different, as it is delivered as a php extension, which will be injected into the php core while running. So, we can just download the extension on Windows, or rebuild it, enable it in php.ini, and after that we got a high performance framework working. It is not easy extendable at all. Phalcon  is a completely different framework as its core files are compiled as a php extension. Its fastest PHP framework but because of the dependency on many core api&#8217;s the documentation becomes the limiting factor. Phalcon is compiled framework hence changing some core functionality would be difficult.  When one&#8217;s own code hooks into a class/method of Phalcon, that method will be executed directly as C, which is already compiled to machine code, which is basically as fast as one can get. Unlike most PHP frameworks, Phalcon is implemented as a web server extension  and aiming to boost execution speed, reduce resource usage, and handle more HTTP requests  per second than comparable frameworks written primarily in PHP.</p>
<p><strong>Pros</strong></p>
<ul>
<li>Extremely  fast</li>
<li>The team seems really dedicated so much so they have a fundraising page to make the lead developer full time</li>
</ul>
<p><strong>Cons</strong></p>
<ul>
<li>We&#8217;d be relying on a framework we can&#8217;t just jump in and fix if there is a bug until an official patch is out.</li>
<li>It doesn&#8217;t work with HHVM</li>
</ul>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fphalcon-the-extremely-fast-framework%2F&amp;linkname=Phalcon%3A%3A%20The%20Extremely%20Fast%20Framework" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fphalcon-the-extremely-fast-framework%2F&amp;linkname=Phalcon%3A%3A%20The%20Extremely%20Fast%20Framework" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fphalcon-the-extremely-fast-framework%2F&amp;linkname=Phalcon%3A%3A%20The%20Extremely%20Fast%20Framework" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_no_icon a2a_counter addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fphalcon-the-extremely-fast-framework%2F&#038;title=Phalcon%3A%3A%20The%20Extremely%20Fast%20Framework" data-a2a-url="https://onclickinnovations.com/blog/phalcon-the-extremely-fast-framework/" data-a2a-title="Phalcon:: The Extremely Fast Framework">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/phalcon-the-extremely-fast-framework/">Phalcon:: The Extremely Fast Framework</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/phalcon-the-extremely-fast-framework/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">740</post-id>	</item>
	</channel>
</rss>
