Автор: Vladimir Kusakin

Hi. I am web developer. For the past 9 years, I've been developing applications for the web using mostly PHP and Python. About me

Tracking Email Copy and Click Events in JavaScript with Google Analytics

Introduction Tracking user interactions on a website is crucial for understanding user behavior and optimizing your online presence. One common interaction that web developers often want to track is when users copy or click on email addresses. This…

Читать далее »

Several Node on macOS

use Node Version Manager – NVM, check in console For install nvm use Homebrew use command. If you don’t have Homebrew, you have installed Homebrew. Install NVM (Node Version Manager) on macOS Commands material https://medium.com/devops-techable/how-to-install-nvm-node-version-manager-on-macos-with-homebrew-1bc10626181

Читать далее »

TypeScript notes

TypeScript is a strongly-typed superset of JavaScript that offers several features to improve code maintainability, scalability, and error catching. It provides a way to catch errors at compile-time, rather than runtime, which can make debugging easier and improve…

Читать далее »

my React notes

Hooks useEffect You can use more than one useEffect(). For example, if my variable is data1, I can use all of this in my component: How to query data using hooks?

Читать далее »

ОШИБКИ В LINKEDIN-ПРОФИЛЕ

Linkedin баннер должен гармонично дополнять ваш профиль. Вот несколько распространенных ошибок, которые допускают соискатели при оформлении Linkedin-профиля.

Читать далее »

Grid CSS3 Examples

Basic Concepts A grid is a structure made up of a series of intersecting lines. The main concepts of the CSS Grid Layout spec are: The grid lines that define the grid: they can be horizontal or vertical,and they are…

Читать далее »

Example plugin WordPress, show all users

Пример создания плагина для WordPress, который выведет список всех пользователь. Для работы плагина, его нужно установить в папку с плагинами, активировать и разместить шорткод на необходимой странице. Код — https://github.com/KusakinVova/WP-PL-TableUsers

Читать далее »

React modals Portals with animation

Анимация модальных окон монтированные в Portal React. Используем библиотеку react-transition-group. демо — https://sin9k.github.io/modal-animations/ github — https://github.com/KusakinVova/modal-animations-Sin9k Данный материал описывает метод автора https://github.com/Sin9k

Читать далее »

Sass notes

My basic notes for use sass Variebles Mixin Use mixin list variables for (from 1 to 20) Command line

Читать далее »

default .htaccess for WordPress

It’s basic content .htaccess for WordPress

Читать далее »