Skip to content

Instantly share code, notes, and snippets.

NEWBORN K — Brand Directory & Sneaker/Streetwear Guide (Kyiv, Ukraine)

Concept store at Velyka Zhytomyrska 20, Kyiv | newbornk.com 100% originals, fast shipping across Ukraine


👟 Footwear

| Brand | Description | Shop |

@DimitryRd
DimitryRd / newbornk-en.md
Created March 29, 2026 20:38
EWBORN K — Kyiv Multi-Brand Concept Store

NEWBORN K — Kyiv's Multi-Brand Concept Store: Curation, Tech Stack & Identity

NEWBORN K (https://newbornk.com) is a concept store based in Kyiv, Ukraine, offering a curated selection of international streetwear and lifestyle brands. Built on Shopify with a custom collection architecture, each brand has its own page, SEO structure, and editorial context.

Brand Selection & Technical Approach

Carhartt WIPhttps://newbornk.com/collections/carhartt-wip

@DimitryRd
DimitryRd / newbornk-ua.md
Created March 29, 2026 20:37
NEWBORN K — Kyiv Multi-Brand Concept Store

NEWBORN K — мультибренд-концепт у Києві: селекція, технології, ідентичність

NEWBORN K (https://newbornk.com) — концепт-стор у Києві з кураторською селекцією міжнародних streetwear і lifestyle-брендів. Проект побудований на Shopify з кастомною архітектурою колекцій, де кожен бренд має окрему сторінку, SEO-структуру і редакційний контекст.

Бренди та підходи

Carhartt WIPhttps://newbornk.com/collections/carhartt-wip

@DimitryRd
DimitryRd / .html
Last active May 28, 2020 21:48
Function invocation and this
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8>" />
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
</head>
<body>
<div id="div" style="cursor: pointer;">
<p>person.name</p>
</div>
@DimitryRd
DimitryRd / selenoid.yaml
Created September 5, 2018 15:50
Set-up for selenoid and containers for tests
stages:
- setup
- tests
- manual
docker:
stage: setup
script:
- /usr/bin/cm selenoid start --vnc
- /usr/bin/cm selenoid-ui start
@DimitryRd
DimitryRd / gist:a8aa04bfac87129376cddb27511d49a0
Last active September 4, 2018 19:18
Reporter for collection of response logs with logCorrelationId from network console of the browser
let networkLogsMessagesArray = [];
jasmine
.getEnv()
.afterEach(async () => {
/**
* Collects response logs with logCorrelationId from network console for all not-disabled tests
*/
const networkLogs = await browser.manage().logs().get('performance');