HomeBrew — first tools I download for every new mac I got. Using brewfile I can install all my apps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$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-модели |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 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 |