Skip to content

Instantly share code, notes, and snippets.

View stepankuzmin's full-sized avatar
⛏️

Stepan Kuzmin stepankuzmin

⛏️
View GitHub Profile
@stepankuzmin
stepankuzmin / index.html
Last active January 30, 2024 14:28
Overlay 3D buildings with the Satellite layer in the Standard Style with Mapbox GL JS v3
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Display a map on a webpage</title>
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
<link href="https://api.mapbox.com/mapbox-gl-js/v3.1.2/mapbox-gl.css" rel="stylesheet">
<script src="https://api.mapbox.com/mapbox-gl-js/v3.1.2/mapbox-gl.js"></script>
<style>
@stepankuzmin
stepankuzmin / teamlead.md
Last active August 19, 2023 16:20
Для тимлидов

Для тимлидов

С чего начать

Teamlead Roadmap – карта навыков и компетенций тимлидов, которую можно адаптировать для любой компании и команды.

Что почитать

Про работу с командой

@stepankuzmin
stepankuzmin / toxy.js
Created May 26, 2023 13:05
Express request to Toxy
const zlib = require('zlib');
const toxy = require('toxy');
const express = require('express');
const proxy = toxy();
// Gzip CSS file
const cssContent = 'body { background-color: purple; }';
const gzippedCssContent = zlib.gzipSync(cssContent);
Hello, ChatGPT.
@stepankuzmin
stepankuzmin / mapbox-gl-js-oss-licenses.md
Last active March 13, 2023 13:57
Mapbox GL JS OSS licenses
@stepankuzmin
stepankuzmin / mapbox-flow-remove-types.diff
Last active November 22, 2022 15:55
Nove v18 loader for `mapbox-gl`
diff --git a/index.js b/index.js
index f685aa3..7b7ad81 100644
--- a/index.js
+++ b/index.js
@@ -49,7 +49,7 @@ module.exports = function flowRemoveTypes(source, options) {
allowReturnOutsideFunction: true,
allowSuperOutsideMethod: true,
sourceType: 'module',
- plugins: [ '*', 'jsx', 'flow', 'classProperties', 'importMeta' ],
+ plugins: ['*', 'jsx', 'flow', 'classProperties', 'importMeta', 'importAssertions' ],
console.log('hello')
@stepankuzmin
stepankuzmin / serve.sh
Created December 14, 2021 12:59
macOS serve folder with HTTPS using mkcert and npx serve
brew install mkcert
mkcert localhost
npx serve -l 1234 --ssl-cert ./localhost.pem --ssl-key ./localhost-key.pem <path>
open https://localhost:1234
@stepankuzmin
stepankuzmin / nginx.conf
Last active October 7, 2021 11:45
traefik docker-compose example
user nginx;
worker_processes auto;
worker_cpu_affinity auto;
pid /run/nginx.pid;
events {
worker_connections 4086;
use epoll;
multi_accept on;
}
@stepankuzmin
stepankuzmin / st_asmvt.sql
Created February 21, 2021 16:40
ST_AsMVT experiments
-- 0 CTE
-- (cost=516210.50..516210.55 rows=1 width=32) (actual time=631.428..631.567 rows=1 loops=1)
-- Planning Time: 1.518 ms
-- JIT:
-- Functions: 11
-- Options: Inlining true, Optimization true, Expressions true, Deforming true
-- Timing: Generation 2.829 ms, Inlining 46.263 ms, Optimization 144.057 ms, Emission 49.466 ms, Total 242.615 ms
-- Execution Time: 644.024 ms
-- TOTAL: 886ms?
explain analyze