Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Алексей Серпуховитов",
"label": "Head of Product / Директор по продукту (CPO) - B2C Platforms & Mobile, Highload, SaaS & Marketplaces",
"image": "avatar.png",
"email": "lexx@42point.com",
"phone": "",
"url": "https://42point.com",
"summary": "Продуктовый руководитель с 12+ годами опыта в мобильных продуктах, маркетплейсах и B2B SaaS. Работал с highload B2C продуктами (до 500k+ MAU, сотни тысяч DAU, real-time коммуникации). Управлял кросс-функциональными командами до 20+ человек, формально отвечаю за P&L направления, работал напрямую с CEO.\nЯ прошел путь от **мобильных продуктов** → платформ → **маркетплейсов** → **B2B SaaS** трансформации → P&L и экосистемы.\nМасштабировал мобильный продукт до **500k+ MAU** (рейтинг **4.8 в App Store**), руководил запуском маркетплейса (**600 000 SKU, 500 продавцов**), в IVA360 выстраивал переход enterprise-платформы к SaaS-модели
@42point
42point / list.md
Created October 3, 2022 06:57
My essential apps and tools

HomeBrew — first tools I download for every new mac I got. Using brewfile I can install all my apps.

@42point
42point / copyURLPlusSafari.scpt
Last active October 28, 2017 22:01 — forked from chmurph2/copyURLPlusSafari.scpt
In Safari, this applescript copies the title and URL of the current tab to the clipboard in Markdown format
-- In Safari, this copies the Title and URL of the current tab to the clipboard.
-- Save the script in ~/Library/Scripts/Applications/Safari
-- Using Alfred, I assign a trigger to this script using the hotkey ⌥-C (option c), with the scope of the trigger limited to Safari.
-- Inspired by CopyURL + (http://copyurlplus.mozdev.org/)
-- Inspired by Christopher R. Murphy
-- Modified by Lexx
tell application "Safari"
set theURL to URL of front document
set theTitle to name of front document