Skip to content

Instantly share code, notes, and snippets.

View varya's full-sized avatar
🏠
Working from home

Varya Stepanova varya

🏠
Working from home
View GitHub Profile
@varya
varya / protests-in-russia.md
Last active March 4, 2022 12:35
Why cannot they just protest against Putin?

Why cannot they just protest against Putin? 🧵

I’ll try to answer. The following is based on my own knowledge. Note that I don’t live in Russia since 9 years back — all the info I share now is from friends whom I follow in social media. Due to that reasons my information can be slightly incorrect. If so, I hope to get some correction as already happened in Twitter.

Here is copy-paste from Twitter thread with some corrections that I already got.

First of all, Russian people DO protest. Even now (you’ll see later why I say “even”). They protested

How to save money for mortgage initial contribution in Finland?

Some readers asked about details of buying an apartment. Today I will answer the part which covers saving money for initial contribution. If you already have money, you will not probably need to use this scheme. But if you are still saving, you can use ASP account.

Any person younger than 40 can make such an account. This a type of saving account which you can open in any bank. The state guarantees that this account income will be at least 1% a year. In fact, nowadays banks give 4 more percents. But I understood that this is their good will and the situation might change in next years.

Using ASP account, you need to save for at least 8 quarters. If in some of the quarters you do not top up the account, this quarter does not count. The minimum quarter contribution is €150, maximum is €3000. These €150 can be put onto the account in parts, the main idea is that quarter sum is at least €150. You also do not need to cover the whole quarter. If you

@varya
varya / workshop.md
Created January 23, 2019 13:33
Workshop for teams (Maintaining design systems with proper user research)
Discovery Design and development Product departure Product creation Delivery and maintenance
who? who? who? who? who?
what? what? what? what? what?
how? how? how? how? how?
@varya
varya / usage-of-components.md
Last active January 23, 2019 13:27
List of components (Maintaining design systems with proper user research)
Component React usage HTML/CSS usage
Project 1
Button 120 0
Input controls 300 0
Datepicker 61 0
Project 2
Button 0 376
Input controls 0 762
Datepicker 0 15
@varya
varya / index.html
Created May 17, 2018 18:39
Scrollspy & Affix ( Horizontal Menu (Navbar) )
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<div class="container-fluid" style="background-color:#F44336;color:#fff;height:200px;">
<h1>Scrollspy & Affix Example</h1>
<h3>Fixed navbar on scroll</h3>
<p>Scroll this page to see how the navbar behaves with data-spy="affix" and data-spy="scrollspy".</p>
<p>Navbar is attached to the top of the page after you have scrolled a specified amount of pixels,and the links in the navbar are automatically updated based on scroll position.</p>
</div>
<nav class="navbar navbar-inverse" data-spy="affix" data-offset-top="197">
@varya
varya / styles.js
Created February 10, 2018 11:45
Styles for Typography component, "Hands-on with Design Systems"
import styled, { injectGlobal } from 'styled-components'
injectGlobal`
@font-face {
font-family:"futura-pt-bold";
src:url("https://use.typekit.net/af/ff35f0/00000000000000003b9af1e4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/ff35f0/00000000000000003b9af1e4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/ff35f0/00000000000000003b9af1e4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-style:normal;font-weight:700;
}
@font-face {
@varya
varya / rss.json
Created November 23, 2017 13:45
SC5 blog RSS
{
"rss": {
"channel": {
"title": "SC5",
"link": [
{
"_href": "http://sc5.io/feed/",
"_rel": "self",
"_type": "application/rss+xml",
"__prefix": "atom"
@varya
varya / rss.json
Created November 23, 2017 13:43
NC blog RSS
{
"rss": {
"channel": {
"title": "Tech Blog",
"link": "https://www.nordcloud.com/tech-blog",
"description": "The Nordcloud Tech Blog explores the cloud in more technical detail. Our Cloud Architects will share their thoughts on the latest releases, features, and developments in the public cloud.",
"language": [
"en-us",
{
"__prefix": "dc",
@varya
varya / world.html
Created November 9, 2016 21:05
Where I was with conferences
<html>
<head>
<title>World in SVG</title>
</head>
<body>
<object type="image/svg+xml"
data="world.svg" class="world"></object>
</body>
</html>