Skip to content
View sashapop10's full-sized avatar
:shipit:
:shipit:

Organizations

@LeadFisherSolutions @uberi-pro @utilhub-ru @astrohelm
Block or Report

Block or report sashapop10

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
sashapop10/README.md
const MAGIC = 'HELLO THERE FELLOW STRANGER';
const TODO = '-> TAKE A LOOK AROUND <-';
this.human.exports = {
  years: '8+ years in IT',
  hobby: 'Pentest & Reverse engineering πŸ•΅πŸ»',
  favorite: ['nodejs', 'js', 'NApi & (C | C++)'],
  experiencedAt: [
    'πŸ§‘πŸΌβ€πŸ’» Software engineering',
    'πŸ§™πŸΌ Distributed systems',
    'πŸ‘¨β€πŸ³ Frontend & Backend',
    'πŸ§‘πŸ»β€πŸ« Publishing articles',
    'πŸ‘¨β€πŸ”¬ Writing tests',
    'πŸ§‘πŸ»β€βš–οΈ Architecture',
    'πŸ‘¨πŸΌβ€πŸ”§ Dev<Sec>Ops',
    '🦾 Cybernetics',
    'πŸ—ƒοΈ Databases',
    'πŸ” SEO',
  ],
};

Pinned

  1. astrohelm/isolation astrohelm/isolation Public

    How often do you see libraries which mutates global variables. Or how often do you check libraries actions πŸ₯Έ ?This library prevents unexpected behavior and global pollution.

    JavaScript 3 1

  2. astrohelm/metaforge astrohelm/metaforge Public

    Library πŸ“ that allow you to describe data structures by subset of JavaScript syntax and validate them at runtime

    JavaScript 3 1

  3. astrohelm/filesnitch astrohelm/filesnitch Public

    Astrohelm file system snitch πŸ‘οΈ

    JavaScript 1 1

  4. strapi-plugin-oembed strapi-plugin-oembed Public

    Forked from nicolashmln/strapi-plugin-oembed

    Embed content from third party sites (Rutube, Youtube, Vimeo, Soundcloud, ...) in Strapi

    JavaScript 1

  5. Safe json stringifier Safe json stringifier
    1
    'use strict';
    2
    
                  
    3
    const MAX_DEPTH = 10;
    4
    const MAX_ITEMS = 100;
    5
    const ROOT_NAME = 'root';
  6. My nixos configuration My nixos configuration
    1
    { config, lib, pkgs, ... }:
    2
    
                  
    3
    {
    4
      imports =
    5
        [ # Include the results of the hardware scan.