Skip to content

Backend developer blog

Primary menu

  • Pet projects
    • Broken link checker
  • Feedback
  • English
    • Русский
  • About me
Pinterest Analytics Toolkit: How InsightPins Helps You Analyze Pins and Create Content Faster

Pinterest Analytics Toolkit: How InsightPins Helps You Analyze Pins and Create Content Faster

  • By developer
  • 27.02.2026
  • No Comments

Pinterest is one of the most underrated platforms for driving organic traffic. Millions of bloggers, e-commerce sellers, and content creators rely on it daily – yet most of them are … Read more

How to Restore Websites from the Web Archive

How to Restore Websites from the Web Archive in 2026

  • By developer
  • 01.12.2025
  • No Comments

I’ve collected the main services that help restore content from dropped domains using snapshots from the Web Archive. Most of them are paid, though some offer limited free usage. I’ve … Read more

How to Optimize AI Code Assistants with Strategic Documentation Files

How to Optimize AI Code Assistants with Strategic Documentation Files

  • By developer
  • 30.07.2025
  • No Comments

Found this idea in Telegram channel @llm_under_hoodAsked to Claude to improve idea and got this interesting approach. Pros of this approach: 1. Leverages AI’s Natural Capabilities AI agents (Cursor, Claude, … Read more

Key Documentation Files for AI Context

Key Documentation Files for AI Context

  • By developer
  • 30.07.2025
  • No Comments

How to effectively leverage AI models and agents for better code understanding and development. Let me break this down into practical approaches and file structures that I found: Key Documentation … Read more

Golang string to byte array

Golang string to byte array

  • By developer
  • 04.11.2024
  • No Comments

In Golang, converting a string to a byte array is straightforward and efficient, as strings and byte slices ([]byte) are closely related. This conversion is commonly used when handling data … Read more

Golang string split

Golang string split

  • By developer
  • 04.11.2024
  • No Comments

In Golang, the strings.Split function is a powerful tool for splitting a string based on a specified separator. Part of the strings package, it breaks a string into a slice … Read more

Что такое Context в Golang

What is Context in Golang

  • By developer
  • 06.09.2023
  • No Comments

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

Dogs breeds dataset

Dogs breeds dataset

  • By developer
  • 27.01.2023
  • No Comments

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

PageSpeed Insights. Reduce unused JavaScript

PageSpeed Insights. Reduce unused JavaScript

  • By developer
  • 05.01.2023
  • No Comments

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

Puppeteer. Error: Could not find Chromium (rev. 1069273)

Puppeteer. Error: Could not find Chromium (rev. 1069273)

  • By developer
  • 20.12.2022
  • No Comments

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

Posts pagination

Page 1 Page 2 Next

TOOLS

    • 🗄️ Find website in cache

 

Recent Posts

  • Pinterest Analytics Toolkit: How InsightPins Helps You Analyze Pins and Create Content Faster
  • How to Restore Websites from the Web Archive in 2026
  • How to Optimize AI Code Assistants with Strategic Documentation Files
  • Key Documentation Files for AI Context
  • Golang string to byte array
Copyright © 2026 Site name.. All right reserved.