Skip to content

Instantly share code, notes, and snippets.

View pumano's full-sized avatar

Dmitry Zakharov pumano

View GitHub Profile
<html>
<body>
<h2>Privacy Policy</h2>
<p>Individual built the Sightly City (Видный Город) app as a open source & free app. This SERVICE is provided by Individual at no cost and is intended
for use as is.</p>
<p>This page is used to inform website visitors regarding my policies with the collection, use, and
disclosure of Personal Information if anyone decided to use my Service.</p>
<p>If you choose to use my Service, then you agree to the collection and use of information in
relation with this policy. The Personal Information that I collect are used for providing and
improving the Service. I will not use or share your information with anyone except as described
@pumano
pumano / article.md
Last active January 29, 2023 21:49

Как мы отказались от поддержки Internet Explorer в интернет клиент банке и никто не пострадал

Добрый день, на связи Дмитрий Захаров! Сегодня поделюсь как мы в Росбанке отказались от поддержки Internet Explorer (далее - IE) в интернет клиент банке для крупного бизнеса, расскажу про процесс и результаты.

Ни для кого не секрет, что большинство библиотек (например мы используем Tailwind CSS) и фреймворков последних версий не поддерживают IE от слова совсем, кто они, как не герои, двигающие прогресс вперед? Но в связи с этим случаются и проблемы, мы также застряли в какой-то момент на 11-ом angular, потому что были проблемы с перформансом при обновлении на 12-ый, но в 13-ом уже убрана поддержка IE. Также во многих библиотеках, содержались уязвимости и нужно было что-то с этим делать.

Смотрим аналитику, и у нас доля пользователей IE - 23%! Это цифры на январь 2022 года!

ie-share

@pumano
pumano / Dockerfile
Created November 5, 2019 08:51
php + nginx + composer docker-compose for development
FROM composer:1.7 as builder
COPY composer.json composer.lock /app/
RUN composer install \
--ignore-platform-reqs \
--no-autoloader \
--no-interaction \
--no-scripts
COPY ./api /app/
@pumano
pumano / .dockerignore
Created November 2, 2018 10:01
Angular + Nginx + Docker = Production
node_modules
dist
@pumano
pumano / index.html
Created August 24, 2017 15:57
HTML and CSS for sticky dashboard layout
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="wrapper">
<aside>