How to Quickly Build a Chat App with Ratchet In this tutorial, we’ll be taking a look at Ratchet, a PHP library for working with WebSockets. Let’s start by defining what WebSockets are. MDN says: WebSockets is an advanced technology that makes READ MORE
Month: May 2018
SQLite vs MySQL vs PostgreSQL
SQLite vs MySQL vs PostgreSQL: A Comparison Of Relational Database Management Systems Introduction Relational databases have been in use for a long time. They became popular thanks to management systems that implement the relational model extremely well, which has READ MORE
PHP Composer
What is PHP Composer? If you have ever written anything in PHP before, you have probably found that it feels like you have to keep re-inventing the wheel anytime you want to do a common task such as User Authentication, READ MORE
send emails in PHP Fast & Easy
https://github.com/PHPMailer/PHPMailer
A Simple PHP CAPTCHA Script
A Simple PHP CAPTCHA Script This is one of the easiest CAPTCHA scripts you will ever use. While it doesn’t obscure the text, it will serve its purpose well for many people who need a low-level CAPTCHA solution. This script READ MORE
Creating Real Time Notification System In PHP And AJAX
Creating Real Time Notification System In PHP And AJAX By Shahroze Nawaz July 4, 2017 php-notifications-master Ever wonder how social media websites pops up a notification for every action that happen on your timeline? This real time notification system keeps track of READ MORE
Top 15 Android UI Design Tools That Designers Should Not Miss
Top 15 Android UI design tools that designers should not miss out, if you want to create a beautiful App user interface. Recently a Japanese App, 旅かえる, became widely popular in China. Unique UI design, cute frog, and simple user READ MORE
Raywanderlich The Best Way to Get Started iOS development
https://www.raywenderlich.com/category/ios The Best Way to Get Started Free epic-length tutorial for complete beginners – create your first Swift app. The best way to get started is with part 1 of our iOS Apprentice series
Espresso cheat sheet
Espresso cheat sheet The Espresso Cheat Sheet is a quick reference you can use during development. This cheat sheet contains most available instances of Matcher, ViewAction, and ViewAssertion. An offline version is also available in PDF format: espresso-cheat-sheet-2.1.0.pdf.
How To Install Apache Tomcat 8
How To Install Apache Tomcat 8 on Ubuntu 16.04 Introduction Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, READ MORE