MyBlogArchives
This application is the web blog to help for programmers working on the phone, mysql, Zend framework This page is for PHP, LAMP and Open Source developers.
04/08/2017
MySQL Slow Query Logging - MyBlogArchives Hello Guys, Today we will discuss on monitoring slow MySQL queries logging that is the important point comes under database design. Here are the following steps Step 1: First of all, we need to open the Linux terminal and then log in on the MySQL prompt using the following command: [crayon-598467114...
04/08/2017
Install PHPUnit and run unit test cases - MyBlogArchives Install PHPUnit with Ubuntu and run some test cases using php
04/08/2017
MySQL Table Cache - MyBlogArchives MySQL Table Cache The table cache is used to stores objects that represent tables.Each object in the cache holds associated table’s parsed .frm Each object in the cache contains the associated table’s parsed .frm file, plus other data.Exactly what else is in the object depends on the table’s storage...
04/08/2017
Linking to CSS, JS and Images in Laravel - MyBlogArchives For linking to the CSS, Javascript and images files, we need to install a package and package name is LavavelCollective. Open your system terminal and browse to the laravel project folder. [crayon-598466b1ba005328604457/] Package will be installed using the composer and we need to run below command…
04/08/2017
Command line tool(CLT) in Node.Js - MyBlogArchives Hello Friends, Today we will discuss how to create the command line tool using the Node.Js. [crayon-5984668fa49bd038931043/] [crayon-5984668fa49ce340206668/] Related
04/08/2017
Frequently Asked MySQL Query based Interview Questions[Updated] - MyBlogArchives Question 1: How to find the second highest salary of an Employee? Answer: [crayon-59843e23c0988261092846/] Question 2: How to find duplicate records in the Employee Table? Answer: [crayon-59843e23c0998693904896/] Question 3: How to reverse the gender of each employee in a table? Answer: Suppose ther...
04/08/2017
How to create model in CodeIgnitor? - MyBlogArchives Hello Friends, Today we will discuss model creation in CodeIgnitor. First of all, we will create a model file in \ci\application\models\ folder. Suppose model file will be named as User_model.php and the class name will be User_model and after that create the constructor of the class who will be cal...
04/08/2017
NodeJS : Most Used Packages - MyBlogArchives Hi Friends, Here is the list for most commonly used NodeJS packages list those are frequently used: Express: A fast, unopinionated, minimalist web framework for Node. Express aims to provide small, robust tooling for HTTP servers, making it a great solution for single page applications, web sites, h...
10/12/2016
Linux Shell Scripting for Virtual hosting – MyBlogArchives Actually, I was working on the different multiple applications to install on my local server and every time I need to execute all the commands and sometimes I forgot to execute some commands or forgot the process So I plan to create a shell script for this and I had written this code.
Push Notifications are enabled on the site.
Click here to claim your Sponsored Listing.