What is Postman? Postman is currently one of the most popular tools used in API testing. It started in 2012 as a side project by Abhinav Asthana to simplify API workflow in testing and development. API stands for Application Programming Interface which allows software applications to communicate with each other via API calls. Why Use …
At that point, I had only viewed my portfolio on localhost by viewing the files on my local computer. I didn’t know anything about how to host a website online. Learning how to host my first website wasn’t easy but it was a great learning experience. If you’re an aspiring web developer or just interested …
We can do better. That is a guiding principle here at NGINX and is core to how we developed the next generation of NGINX Controller, our centralized orchestration and analytics platform. It’s not that previous versions of Controller were bad. Far from it! Controller is a huge success with customers. It simplifies the deployment, configuration, and monitoring …
If you don’t have MySQL server installed or you are using older version of MySQL server, then we recommend you all to install or update your version by following our below article. 1. How to set MySQL Root password? If you have fresh installation of MySQL server, then it doesn’t required any password to connect it as root user. To set MySQLpassword …
The Laravel team released v6.13.0 this week with the ability to format implicit validation attributes and a new ensureDirectoryExists() filesystem method. Here’s a look at some of the highlight new features: Allow Formatting Implicit Validation Attributes Mohamed Said contributed a PR that allows a validator to configure a custom formatter for an implicit attribute: Filesystem …
What’s new in PHP 7.4 PHP 7.4, the last version before PHP 8, brings lots of new features, syntax additions and fixes. It was be released on November 28, 2019. In this post you’ll find a list with everything that’s new and changed to help you prepare for the upgrade. Let’s start though with a …
MyISAM and InnoDB are the most commonly used storage engine in MySQL whereas both storage engine types have advantages and disadvantages depending on the specific application. However, MyISAM is the default storage engine chosen by MySQL database, when creating a new table. The major differences between MyISAM and InnoDB storage engines are : 1. Referential …
git Coding Villa
“Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.” Git allows you to keep track of your software at the source level. Before start using git, you have to install it to your system. In this guide, we will …
Github is the first choice when people think about creating an open source project and want to share it with the public. Github is also useful if you are developing a project and looking for a remote server to keep your project(you can create a private repository on GitHub). So in this guide, we will be …
1.What is partitioning? Partitioning is a database design technique which is used to improves performance, manageability, simplifies maintenance and reduce the cost of storing large amounts of data. Partitioning can be achieved without splitting your MySQL tables by physically putting tables on individual disk drives. Partitioning allows tables, indexes, and index-organized tables to be subdivided into smaller …
PAGE TOP
error

Enjoy this blog? Please spread the word :)

RSS
Follow by Email