1117. Make SQL Queries Run Faster Using the EverSQL MySQL Query Optimization Tool - 4 minutes - Lately in PHP Podcast Episode 93 Part 6
Updated on: 2022-12-21
Posted on: 2022-11-30
Fortunately, optimization tools can suggest small changes in your database schema that can make your SQL queries run much, so your Web sites can provide a much better user experience.
EverSQL is one of those optimization tools that can suggest effective changes for databases stored in MySQL servers or some other server compatible with MySQL, such as MariaDB.
Read this article, watch a 4-minute video, or listen to part 6 of episode 93 of the Lately in PHP podcast to learn how to optimize your MySQL database using the EverSQL tool for free.



1. How to Save Time Following Instagram Profiles That Matter to You by using a PHP Instagram Feed Notification Tool
Updated on: 2022-11-29
Posted on: 2022-11-29
Blog: PHP Instagram Feed Notification package blog
Package: PHP Instagram Feed Notification
Still, those who want to follow specific profiles would prefer following those profiles if they did not have to go daily to the profile pages.
This package provides a solution that sends email messages only when new posts of specific Instagram profiles are published.



1. How to Implement a PHP Progressive Web App for E-Commerce that Provides Great User Experience
Updated on: 2022-11-28
Posted on: 2022-11-28
Blog: React Laravel Stripe MailJet Pizza Ordering package blog
Package: React Laravel Stripe MailJet Pizza Ordering
This package implements a progressive Web application using PHP and JavaScript to implement a complete pizza ordering system.
This application helps other developers learn how to implement advanced Web applications for e-commerce or even other applications that can work without requiring users to install native applications for Android, iOS, or other mobile devices.



1. How to Avoid PHP Bugs using Type Safe Variables
Updated on: 2022-11-25
Posted on: 2022-11-25
Blog: Ristretto PHP package blog
Package: Ristretto PHP
PHP was not originally a type-safe language. PHP is more tolerant of developer mistakes. This fact makes PHP a more accepted language among developers without formal education in programming.
This package provides a solution to make PHP more type-safe to avoid that applications shipping code with programming mistakes.
It provides several classes that implement type-safe operations, including some that are useful for cryptography applications.
With this package, you can implement cryptography applications with greater quality when compared to applications that do not use type safety.



1. How to Keep Track of All PHP Errors Not Showing to Users and Happen in the Same PHP Script
Updated on: 2022-11-24
Posted on: 2022-11-24
Blog: PHP Custom Error package blog
Package: PHP Custom Error
This package provides a simple class that can keep track of all error messages and codes that happen every time the current PHP script calls the class.
This possibility allows application developers to get a complete list of errors in executing a single script.



1. How to Use a PHP BlockChain API to Append Data to Your Application BlockChain Records
Updated on: 2022-11-23
Posted on: 2022-11-23
Blog: PHP Quill package blog
Package: PHP Quill
The Quill package is a PHP client package that can write data to a Chronicle server to update blockchains.
This package allows the creation of distributed clients that can generate blockchain data stored in a Chronicle server.



1. How to Create Custom Posts with PHP Template Scripts Using a WordPress Custom Post Type Plugin
Updated on: 2022-11-22
Posted on: 2022-11-22
Blog: WordPress Custom Post Type with Template package blog
Package: WordPress Custom Post Type with Template
One of those ways to extend WordPress capabilities is to create custom post types.
This package provides a class that can improve WordPress custom posts. It can render the pages of custom posts automatically using PHP scripts that define templates to generate the post HTML.



1. How Can PHP Get Page Content of a Past Version of a Web Site to Find Security Issues Due to Recent Changes
Updated on: 2022-11-21
Posted on: 2022-11-21
Blog: ReconCat package blog
Package: ReconCat
This way, it is possible to retrieve the contents of a given page as it was on past dates.
This package provides a command written in PHP that you can run from the command line console to retrieve many versions of the same. It can use threads to recover many pages faster.
The ability to retrieve past versions of a page can help detect changes caused by security incidents.
Security professionals can compare the versions of the same page to find pages that were changed and may need a new security auditing process to determine if people with bad intentions caused the changes.



1. How to Implement a PHP Social Network Script That Posts the Same Content in Multiple Social Networks at Once
Updated on: 2022-11-18
Posted on: 2022-11-18
Blog: PHP Social Network Sync package blog
Package: PHP Social Network Sync
If a single content post needs to be done separately for each social network site, that takes a lot of time for the person posting the content to all the social networks.
This package provides a more automated solution that can take much less time for the person doing the work to post on social networks.
It requires sending a single email message with the content to post to the cloud email service. Then that service can process the content and distribute it to different social networks.



1116. How to Help the EverSQL Tool Optimizing MySQL SQL Queries More Efficiently by Passing It Your MySQL Database Metadata - 4 minutes - Lately in PHP Podcast Episode 93 Part 5
Updated on: 2022-11-30
Posted on: 2022-11-17
That tool must first obtain the structure of your database tables to suggest good optimizations. You can get that structure by executing a SQL query that extracts the database metadata.
Read this article, watch a 4-minute video, or listen to part 4 of episode 93 of the Lately in PHP podcast to learn how to extract your MySQL database metadata to help the EverSQL tool to optimize your application SQL queries for free.


