Singsys blog: What is New!

Augmented Reality: A Mind blowing Technology to Move Closer to Reality Effortlessly

Augmented Reality

 

Augmented reality is the ability to insert an overlay of interactive digital and virtual information into the real world thereby, changing the way we visualize the world by 360 degrees. It is a revolutionary concept that allows the user to browse life just like browsing the web. The concept is to overlay digital information onto the physical world. This technology has infinite potential that can be applied beyond chasing Pokemon into traffic to ease travel and shopping as well as medicine and education sector.

(more…)

React Apps on WordPress REST API Tutorial

React APP WordPress REST API

WordPress is no doubt a popular and equally powerful CMS but, it is lots of HTML and PHP loops that are quite often very hard to comprehend hence, developing on top of WordPress seems very frustrating. Let us now explore possibilities of ReactJS for development of app front end, React Router for routing and Webpack for keeping it all together. You can also integrate Advanced Custom Fields for creation of a very intuitive solution.
(more…)

Google’s Guetzli to Compress JPEGs Size 1/3rd with Zero Quality Compromize

Search engine giant Google released their open source algorithm Guetzli to efficiently compress high-quality JPEG images uptil 35% more than other available options. Guetzli will also ensure that size is compressed with zero compromise over the image quality. This announcement will prove very beneficial for those who are into developing an app or website where  storing, manipulating or displaying huge amount of images is frequently required. This will eventually allow web pages to not only load faster but also use less data.

  (more…)

Create React Native App launched for OS independent React Apps Development

Create React Native App

The launch of new Create React Native App (CRNA) will ease development of React Native project. CRNA is very much inspired with Create React App design and a result of collaboration between Expo and facebook. Now developers need not struggle with current native build dependencies while installing and configuring React Native’s as Expo app has enabled the load and run of purely JavaScript written CRNA projects with no need to compile any native code. Expo also enables you to control UI components on Android and iOS platform using JavaScript.

  (more…)

PHP MVC framework in 2017

PHP MVC framework

Lets us view the trends of last 5 years in terms of PHP MVC Frameworks before discussing about the current state.

php_mvc_frameworks_2017

Image Courtesy: https://www.sitepoint.com/the-state-of-php-mvc-frameworks-in-2017/

 

Trends seems to be holding true still as far as laravel is concerned which is still gaining popularity. at the same time rest of the frameworks are pretty much lagging behind apart from Symfony. CodeIgniter not being a true MVC framework stands out of the competition.Symphony 3 is not only responsible for developer experience improvement but also for dependency injection. A micro-framework is offered by Symphony 3 just like any other framework. ZF3 included improvements like support for PHP7 along with its own micro-framework. Still ZF3 is very much similar to ZF2.

(more…)