Skip to content

Instantly share code, notes, and snippets.

View DenSul's full-sized avatar
:octocat:
👪👨‍💻🛠️ 🍺 🎮

Sultanov Denis DenSul

:octocat:
👪👨‍💻🛠️ 🍺 🎮
  • SKBT
  • Yekaterinburg
View GitHub Profile
@DenSul
DenSul / readme.md
Last active May 26, 2022 08:21
readme

Hi 👋, I'm Sultanov Denis

Backend developer from Yekaterinburg. I love GO/PHP/Python

densul

densul

  • 🌱 I’m currently learning Go
@DenSul
DenSul / CacheDecorator.php
Created August 7, 2019 13:48
skyeng review
<?php
declare(strict_types = 1);
use src\Integration\DataProviderInterface;
use Psr\Cache\CacheItemPoolInterface;
class CacheDecorator implements DataProviderInterface
{
/**