1087. 10 Pieces of PHP Developer Advice in 2022: Advice #10: How to Have a Better PHP Developer Career Learning While You Give Advice to Other Developers - 4 minutes - Lately in PHP Podcast Episode 90 Part 10
Updated on: 2022-04-08
Posted on: 2022-04-08
This learning method works well because when you try to solve other people's problems, you also learn more about possible solutions.
Read this article, watch a 4-minute podcast video or listen to the audio of part 10 of episode 90 of the Lately in PHP podcast on how to advise yourself and other PHP developers to evolve in your PHP developer career.
1. How to Develop a Laravel Package Faster Starting from a Good Skeleton
Updated on: 2022-04-07
Posted on: 2022-04-07
Blog: Laravel Package Development Skeleton package blog
Package: Laravel Package Development Skeleton
This package can help developers create a new Laravel package with less effort by providing a base skeleton to allow them to get started quickly.
1. How to Implement a Laravel Backup Manager that Can Store Laravel Application Backup Data in Different Cloud Systems
Updated on: 2022-04-06
Posted on: 2022-04-06
Blog: Laravel Backup Manager package blog
Package: Laravel Backup Manager
Having a backup of the data used by an application is essential to have an alternative plan when something goes wrong in the application's environment.
This package provides a backup solution for Laravel applications that is very flexible.
It allows developers to control several valuable options, like the remote service that it will use to store the backup data and the possibility to list the backup copies that it has taken previously.
1. How to Create a PHP Telegram Bot to Send Photo and Other Types of Files as Response to Chat Messages
Updated on: 2022-04-05
Posted on: 2022-04-05
Blog: PHP Telegram Bot Send Image or Random File package blog
Package: PHP Telegram Bot Send Image or Random File
Telegram allows the creation of robots that can respond automatically to messages sent to bot users.
This package implements a Telegram chatbot that can send messages to respond to chat messages.
1. How to Implement PHP About Us Page in a Site Managed using the XOOPS CMS
Updated on: 2022-04-01
Posted on: 2022-04-01
Blog: XOOPS PHP About Page package blog
Package: XOOPS PHP About Page
XOOPS is a popular PHP content management system that developers can extend using additional modules.
The package provides a module that developers can install on a site managed using XOOPS to let the publisher easily create about pages.
1. How to Use a Simplified PHP Cache Library Reduce the Code Necessary to Cache Data in Files
Updated on: 2022-03-31
Posted on: 2022-03-31
Blog: PHP File Cache Library package blog
Package: PHP File Cache Library
The next time the same process needs to execute, applications can use the data stored in a cache container to avoid the same slow process, thus gaining more performance.
This package provides a simplified approach to caching long process results data in files. It allows developers to pass a callback function that will generate the results if the cached data does not exist or is expired.
1. How to Implement PHP Application Configuration Best Practices that Work Well in Different Environments
Updated on: 2022-03-30
Posted on: 2022-03-30
Blog: PHP Configurable Interface package blog
Package: PHP Configurable Interface
Experienced developers usually work on the application in a development environment with specific configuration values adequate for that environment.
In the production environment, applications may use different configuration values in the same application code more suited to the production environment.
This package provides a practical configuration class that allows setting configuration values only once.
This feature is helpful in situations where configuration values will have fixed values that applications should not change.
Such situations are precisely the case when application-wide configuration values are set only once during application initialization.
The possibility of setting multiple boolean configuration values is also helpful to reduce the necessary code to set different configuration settings assigned to the same boolean value.
1086. How You Can Be the Winner of the PHP Innovation Award of the Year in 2022 - Lately in PHP Podcast Episode 91
Updated on: 2022-03-29
Posted on: 2022-03-29
Please read this article, watch the podcast video, or listen to episode 91 of the Lately in PHP podcast to learn about the winners' packages of 2021 and the prizes they earned from the sponsors.
This way, you can also understand why the packages were considered innovative and which package the site's users liked the most. This year, you can also participate in the Innovation Award and be recognized publicly as a winning PHP developer even earn prizes.
1085. 10 Pieces of PHP Developer Advice in 2022: Advice #9: How Can You Be More Productive as PHP Developers by Using Good Time Management Method and Tools - 6 minutes - Lately in PHP Podcast Episode 90 Part 9
Updated on: 2022-03-28
Posted on: 2022-03-28
To do those activities you love, you need to plan well how you spend your time, splitting your time well between activities you do for yourself, your spouse, family, friends, and PHP developer work.
The best way to plan well how you use your time is to use good time management tools and methods.
Read this article, or watch a 6-minute podcast video or listen to the audio of part 9 of episode 90 of the Lately in PHP podcast to learn how to do good time management with suggested methods and tools.
1. How to Implement a PHP Lawyer System to Help Legal Business Professionals
Updated on: 2022-03-25
Posted on: 2022-03-25
Blog: Diadoc PHP Legal Services API package blog
Package: Diadoc PHP Legal Services API
This package provides an API that simplifies operations to legal documents necessary to operate businesses using the Diadoc platform.
