Optimizing Nginx and PHP-FPM

The default settings of Nginx and PHP-FPM are not enough after installing it. You need to tweak some settings in order to get the highest performance of your server. I will not cover everything in this article; instead I will focus only on some of the important configuration that you need to change. Nginx Nginx is the most important application running in your server as it is the one who serves

Baptismal Information System

This is a complete Baptism Information system. This system created using PHP/MySQL and Twitter bootstrap framework and TCPDF for reports.And it has a feature for adding new entry for baptism, edit entry and delete entry and this system is also capable of generating a baptismal reports. Here are the following step to set the system. 1. Extract the downloaded sourcecode 2. and paste it inside your

Reasons Why A Clean Code Matters A Lot

As a coder/ programmer, you already know the importance of writing a clean code but have you ever thought why a clean code really matters? Well the points discussed below will not only give you a clear insight about the importance of clean code structure but you will also start writing your codes in a cleaner manner after this. You Are An Author You are not just a programmer but you are the author

Stocks Inventory System: Setting Database Connection

This tutorial is a continuation of previous topic called "How to Create a Stocks Inventtory System". At this time, we’re going to focus on how to set up our database connection. In setting database connection, there are two way on how to do it. First is using the IDE of visual by specifying the data source of the database.

New Version of Elixir V0.11.0 Released

It was 4 months ago when the last version of Elixir was released in the market but after 4 months wait, Elixir has released its latest version v0.11.0 that contains a lot of improvements and bug fixes as well. The version released 4 months ago was called a minor release but the latest release is termed as full fledge release of the version by Elixir. There are some really great features in this

Water Billing System

Water Billing System was aimed to solve problem of water Bill calculations for Maseru and Mafeteng Clients. The reports are produced in the form of written file. Its just a simulation but it works correctly. This programme gives output as 4 files of which 2 files are txt files (Bills and default), and 2 are doc files (Maseru and Mafeteng). Bills file contains information for all clients who

Alice ML Got Extended Support For Distributed, Concurrent, And Constraint Programming

If you have been waiting for Alice MI update to arrive in the market then you wait is over. Recently, the Alice MI has got released some updates in which support for concurrent, constraint and distributed programming has been added. I bet, most of you coders out there were looking for just the same kind of thing right? Overview Alice ML is basically a functional programming language that is based

How to Create a Stocks Inventory System

In this tutorial, I'm going to teach how to create a Stocks Inventory System in a phase to phase basis. This system will be developed using Visual Basic 2008 and Microsoft Access Database 2003 for database. Here’s the outline for this topic:
  • Setting the Database tables
  • Setting Database connection
  • Creating a Stock Master
Registering new stocks
Updating stock
Removing stocks
  • Creating a transaction
Releasing of stocks
Returning of stocks