PHP Yii 2 MySql VPS
By JDpawar

Configure PHP OpCache to Improve Speed

Published on 08 Feb 2019

Enable OpCache in your php.in file and improve the speed of your website or APIs. Configure opcache settings to fine tune the PHP server to provide a better experience to your users and cut down your server cost.


Working of PHP OpCache

Published on 07 Feb 2019

Optimising the performance of your PHP code is not just writing efficient code but also fine-tuning your servers. This article will tell you how OpCache works with PHP and improves overall performance.


Installing RabbitMQ on Ubuntu 18.04 LTS

Published on 29 Jan 2019

This tutorial will brief you about how to install the latest version of RabbitMQ on Ubuntu 18.04 Bionic along with the Erlang latest version maintained by the RabbitMQ team on Bintray Distribution Center.


Creating a Backup Server with rsync and Ubuntu

Published on 30 Apr 2018

Instead of relying on the third party backup softwares, we will create our own sever where the backup will be taken on daily basis. This can be achieved using simple python script and rsync command.


Create a new user on Ubuntu

Published on 29 Apr 2018

Creating a user on Ubuntu helps you to set privileges and assign permissions on different directories and commands.


Creating A DigitalOcean Droplet

Published on 01 Nov 2017

Droplets in DigitalOcean are private servers. Each new Droplet you create is a new server for your personal use. A Droplet gives you full control over the server and can be configured using SSH.


Yii 2 Views and Layouts in Depth | Yii 2

Published on 29 Oct 2017

Views and Layouts together are the basic building block for any MVC based web application. Layouts act as the parent view whereas the actual rendered view is injected into the layout before sending it to the browser.


Passing Data from Controller to View | Yii 2

Published on 25 Oct 2017

Pass the data from controller to view using the Yii 2 MVC structure. This will render the view along with the template and display the data on the browser.


Hello World with Yii 2 Framework | Yii 2

Published on 20 Oct 2017

This article will show you the basics of writing code in Yii 2 advanced framework along with what are views and layouts and how to skip the layout and render just the view template.


Scheduling a Post on Facebook Page

Published on 18 Oct 2017

The best way to save time when it comes to Facebook marketing is to schedule the post. This saved time can be utilised in learning new marketing strategies or experimenting with new tools.


« Newer Articles
Page 1 of 1
Older Articles »
About
Code Gear is an initiative by JD Pawar. He has been in the field of development since 2011.
Contact
+91 7276 894 525
jaydeep1012@gmail.com
Quick Links
PHP Tutorials
Yii 2 Tutorials
MySql Series
Elastic Search
© 2017 Codegear