What is Context in Golang
Context – is Golang package including struct Context and helping functions. The main idea of the package – to control execution time of network requests (HTTP, TCP and etc.) to … Read more
Context – is Golang package including struct Context and helping functions. The main idea of the package – to control execution time of network requests (HTTP, TCP and etc.) to … Read more
Overview Database contains 370 dog breeds. But for now, there are the only first 160 of the most popular dog breeds by AKC in the dataset have full data listed … Read more
You’ve passed a test on https://pagespeed.web.dev/ and got a similar problem PageSpeed Insights shows an opportunity that I can reduce unused JavaScript. I’ll show you how to do that using … Read more
If you got such an error: Solution: For more details read here https://pptr.dev/guides/configuration/#changing-the-default-cache-directory 2. Reinstall Puppeteer. If it doesn’t help, try the solution from the discussion here https://github.com/spatie/browsershot/discussions/681#discussioncomment-4081949
I would like to share some courses I found on Udemy for learning how to use Golang in Web development. Building Modern Web Applications with Go (Golang) I’ve finished this … Read more
Сollection of websites where you can sell/buy websites, online stores, saas services. https://www.motioninvest.com/https://flippa.com/https://empireflippers.com/https://www.trustiu.com/https://feinternational.com/https://www.sideprojectors.com/#/https://exchangemarketplace.com/
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
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
Guide how to check main metrics Ahrefs, Moz, Majestic for free. Original websites where metrics came from Majestic scores Majestic has a two quality and quantity indicators for backlinks: https://majestic.com/reports/site-explorer … Read more
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