Blog
How to fetch Google+ Post into Website using LARAVEL
Many times, we need to show some of our Google+ images or albums on our website without any need of passing through the Google authentication mechanism. In such cases, we can use the following method. The Image must be publicly shared on Google+. We have …
iOS UITABLEVIEW tutorial using SWIFT
In most of the application you will need to use UITABLEVIEW. UITABLEVIEW is a list of data we are displaying. The main Objective of this blog is to learn simple table view with Delegate and Datasource method in swift programming language in iOS. Let’s Start …
Using web-jar in Spring boot, Ensure IDE automatically Downloads POM dependencies
While learning spring boot, I came across feature known as web-jars. WebJars are very helpful for static content management. I.e you don’t have to manually map in your CSS and JS file paths. WebJars, once dependency added in your project, they would download your dependencies …
552 Disk full – Delete unwanted files on CentOs server
Running out of the storage space is very common problem. If we’ve GUI interface available with then its easy to clean and discard unwanted files but when it happens with our server and you’re not server expert then its a big one then and probably …
Home Automation and Security System
This project investigates the potential of ‘Full Home Control’, which is the aim of the Home Automation and Security Systems. The analysis and implementation of the home automation technology using Global System for Mobile Communication (GSM) module and various sensors to control home appliances such …
Home Automation System
Controlling home appliances using GSM and Arduino In this module, we are building a home automation system, where one can control the home appliances, using the simple smart phone, just by sending SMS through phone. It will turn any home electronic appliances ON and OFF …