Skip to content
View alksily's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@getwebspace

Block or report alksily

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
alksily/readme.md

Hello!! I'm Aleks 🥰🇺🇦

Instagram Badge

Experienced developer with a passion for PHP and JavaScript, specializing in web development.

Favorite

  • Programming Languages: PHP (>13 years), JavaScript (>10 years)
  • Frameworks:
    • Slim Framework
    • Svelte/Svelte Kit
  • Libs:
    • Twig
    • Laravel Eloquent
    • Laravel Collection
    • Illuminate
    • Moment.js
    • Knex.js
    • Lodash
    • Sharp
    • FontAwesome
    • monolog
  • Tools:
    • phinx
    • phpunit
    • fakerphp
    • Electron
  • Databases:
    • MySQL/MariaDB
    • SQLite
  • Storages:
    • Redis/Memcache
  • Version Control: Git
  • DevOps: GitHub CI/CD, Docker
  • Package Management: Composer, NPM
  • Other Tools: SendPulse, OneSignal

Experience

  • WebSpace Engine (Open Source Project) (>5 years)
    • Developed and maintained an open-source website CMF
  • alksily/ndn (Open Source Lib)
    • Handling serialized binary data in a Node.js environment
  • alksily/support (Open Source Lib)
    • PHP library, main function is to generate HTML5 forms
  • SimpleCart.js
    • jQuery dependent library for client-side shop carts

Feel free to explore my GitHub profile for more projects and contributions.

Pinned Loading

  1. getwebspace/platform getwebspace/platform Public

    Simple multi-user online stores engine

    PHP 11 4

  2. getwebspace/platform-template getwebspace/platform-template Public template

    Repo-template for quick start with WebSpace Engine

    Twig

  3. ndn ndn Public

    Encode and decode, and hold as binary your data

    JavaScript

  4. Perlin Noise (1D, 2D, 3D noise gener... Perlin Noise (1D, 2D, 3D noise generator)
    1
    package main.ru.aengine.noise;
    2
    
                  
    3
    import java.util.Random;
    4
    
                  
    5
    public class NoiseGenerator {