40РК
@fortypk
101
subscribers
35
photos
461
links
Подборка интересных материалов из мира программирования.
Download Telegram
Join
40РК
101 subscribers
40РК
Начало работы с WordPress и Che
https://goo.gl/Nu4nfB
#PHP
dzone.com
Getting Started With WordPress and Che - DZone Web Dev
Eclipse Che was built with the goal of simplifying project configuration in mind. The most recent release boasts rich
PHP
and database features that make Che the perfect solution for WordPress development. In this post, we will walk you through some of the…
40РК
Отладка
PHP
кода с
PHPEd
. Часть 1.
http://goo.gl/de0cvq
#PHP
www.phpclasses.org
Fast Debugging of
PHP
Code Using
PHPEd
Part1: Finding Bugs in Code Running on a Web Server -
PHP
Classes blog -
PHP
Classes
Debugging
PHP
code is a crucial activity that most developers have to do frequently. Sometimes simple echo or error_log calls will do, but for more complicated bugs, a single step debugger integrated with your IDE is the way to go to understand what is wrong.…
40РК
Статья по созданию Telegram бота на
PHP
.
Ссылка
#PHP
Code Envato Tuts+
How to Create a Telegram Bot With
PHP
In this tutorial, you'll learn how to create a Telegram bot, connect it with analytics, write some code, and add a bot to a bot store.
40РК
Проект
Пример двухфакторной аутентификации с помощью Authy.
Ссылка
#Project
#PHP
#Laravel
Twilio
Two-Factor Authentication with Authy -
PHP
/ Laravel Tutorial - Twilio
Two Factor Authentication (2FA) helps keep you user accounts secure by validating two "factors" of identity. Most login systems only validate something your user knows, like a password. You can make it harder for evildoers to compromise a user account by…