Skip to content
View Nyamops's full-sized avatar
🐢
fast as i can
🐢
fast as i can
  • Uremont
  • Moscow, Russian Federation
  • 09:38 (UTC +03:00)
Block or Report

Block or report Nyamops

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Nyamops/README.md

My name is Danila Shvets. I am a software engineer working in the Moscow, Russia. With over 4 years of experience writing code of many kinds, I've managed to write a lot of PHP, Go, JavaScript, C# and Lua script.

Many of my recent projects have inspired me to use Go as the primary language for server-side programming.

Pinned

  1. UUID V5 Go implementation UUID V5 Go implementation
    1
    package main
    2
    
                  
    3
    import (
    4
    	"crypto/sha1"
    5
    	"fmt"
  2. This gist allows you to use any para... This gist allows you to use any parameter name for entities in __invoke() methods instead of default $data if you are using ApiPlatform
    1
    <?php
    2
    
                  
    3
    namespace App\HttpKernel\Controller\ArgumentResolver;
    4
    
                  
    5
    use Symfony\Component\HttpFoundation\Request;