Browsing Category
Tutorials
Top 10 jQuery Plugins and Libraries in 2016
Web development is hard and there is much to learn. Developers and designers need to be on top of a lot of emerging technologies and…
Getting Started with AWS Lambda and the Serverless Cloud
With AWS Lambda, you can easily build scalable microservices for mobile, web, and IoT applications or respond to events from other…
Material Design Frameworks 2016
Let's talk about web design 2016! The post will tackle about the avaialble Material Design Frameworks. Material design is already…
What’s New in Android N
Learn all about the Android N Developer Previewhow you can build your apps for Doze, multi-window, picture-in-picture,…
Heroku error message no Cedar-supported app detected
After creating my app I tried to push it and deployed it to Heroku but an annoying error occured (screenshot attached). I have seen…
Android N New features
The Android N developer preview is out and it gives us a sneak peek into what Android 7.0 will eventually look like when it arrives…
The Google I/O 2016 announcements
Google's I/O 2016 annual developer conference took place between May 18-20th last week in San Francisco. Google uses I/O to unveil…
Selecting random record from MySQL database
The simplest way of selecting random rows from the MySQL database is to use "ORDER BY RAND()" clause in the query. The post will…