Skip to content

Backend developer blog

Primary menu

  • Pet projects
    • Text emojify
    • Website in cache
    • Find drop domains
  • Feedback
  • EnglishEnglish
    • РусскийРусский
  • About me
  • Backend developer blog
  • Articles by: developer

Author: developer

Shortcuts from PhpStorm to VSCode

Shortcuts from PhpStorm to VSCode

  • By developer
  • 17.05.2022
  • No Comments

If you had been using PhpStorm for a long time and started to use VSCode recently, you must feel uncomfortable with the new Keyboard shortcuts. The easiest way to migrate … Read more

оптимизация загрузки сайта с видео youtube

Optimization youtube iframe loading on your website

  • By developer
  • 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 … Read more

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

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

  • By developer
  • 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) – … Read more

laravel ide helper phpstorm

laravel autocomplete in PhpStorm

  • By developer
  • 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 … Read more

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

  • By developer
  • 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 … Read more

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

  • By developer
  • 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 … Read more

Парсим whois

Whois parsing shell + php

  • By developer
  • 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 … Read more

My new Saas service changelog

https://t.me/bestdropio 🔥

Tools

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

Recent Posts

  • Shortcuts from PhpStorm to VSCode
  • 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
Copyright © 2018 Блог PHP программиста. All Rights Reserved.