Skip to content

Backend developer blog

Primary menu

  • Pet projects
    • Text emojify
    • Website in cache
    • Find drop domains
  • Feedback
  • EnglishEnglish
    • РусскийРусский
  • About me
оптимизация загрузки сайта с видео youtube

Optimization youtube iframe loading on your website

  • By php программист
  • 13.10.2021
  • No Comments

If you use youtube Iframe on your website this approach will be interesting for you to optimize page speed. Problem You use the Iframe probably you’ve noticed that your page … Читать далее →

Как бесплатно проверить метрики сайта DA, PA, DR, UR

How to check website metrics DA, PA, DR, UR

  • By php программист
  • 04.09.2021
  • No Comments

Guide how to check main metrics Ahrefs, Moz, Majestic for free. Original websites where metrics came from Majestic Citation Flow(CF), Trust Flow(TF) – https://majestic.com/reports/site-explorer Ahrefs Domain Rating(DR), URL Rating(UR) – … Читать далее →

laravel ide helper phpstorm

laravel autocomplete in PhpStorm

  • By php программист
  • 27.08.2021
  • No Comments

You install PhpStorm and find that autocomplete doesn’t work properly. How to fix that problem Install package https://github.com/barryvdh/laravel-ide-helper using composer: Open config/app.php Add service provider to array providers: To make … Читать далее →

The page has expired due to inactivity. Please refresh and try again

  • By php программист
  • 27.08.2021
  • No Comments

First of all you need to check config file /config/session.php and find where session files are stored. That error can appear because: Session is stored in files and directory storage/framework/sessions … Читать далее →

Access denied for user ‘homestead’@’localhost’ (using password: YES)

  • By php программист
  • 27.08.2021
  • No Comments

Reason of that error is using default params for database connection. Probably You forgot to change values for database connection like DB_HOST, DB_DATABASE, DB_USERNAME, DB_PASSWORD inside .env file if you … Читать далее →

Парсим whois

Whois parsing shell + php

  • By php программист
  • 25.08.2021
  • No Comments

While I was developing web service to looking for drop domains I wanted: to get domain’s whois information parse plain text(whois info) as result each field separately to database. Getting … Читать далее →

My new Saas service changelog

https://t.me/bestdropio 🔥

Tools

  • 🗄️ Find website in cache
  • ✏️ Text emojify
  • ✔️ Find drop domains

Recent Posts

  • Optimization youtube iframe loading on your website
  • How to check website metrics DA, PA, DR, UR
  • laravel autocomplete in PhpStorm
  • The page has expired due to inactivity. Please refresh and try again
  • Access denied for user ‘homestead’@’localhost’ (using password: YES)
Copyright © 2018 Блог PHP программиста. All Rights Reserved.