Skip to content
View VladSez's full-sized avatar
Block or Report

Block or report VladSez

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
VladSez/README.md

Alt Text

Pinned

  1. Understanding CRSF Understanding CRSF
    1
    
                  
    2
    # Understanding CSRF
    3
    
                  
    4
    The Express team's [csrf](https://github.com/pillarjs/csrf) and [csurf](https://github.com/expressjs/csurf) modules
    5
    frequently have issues popping up concerned about our usage of cryptographic functions.
  2. Data structures Data structures
    1
    'use strict';
    2
    
                  
    3
    /**
    4
     * ███████████████═╗ ███████████████═╗   █████████████═╗ █████═╗   █████═╗
    5
     * ███████████████ ║ ███████████████ ║ ███████████████ ║ █████ ║   █████ ║
  3. TS wisdom TS wisdom
    1
    # The foundation
    2
    
                  
    3
    If you've read some bits of the code, you'll notice this pattern...
    4
    
                  
    5
    ```typescript
  4. Learn how computers work by simulati... Learn how computers work by simulating them in Javascript. Original: https://github.com/jsdf/little-virtual-computer
    1
    // @flow
    2
    
                  
    3
    /*
    4
    5
    Components: (do a ctrl-f find for them)
  5. TypeScript_Wisdom.md TypeScript_Wisdom.md
    1
    https://github.com/microsoft/TypeScript/labels/Discussion
    2
    
                  
    3
    https://github.com/microsoft/TypeScript/labels/Design%20Notes
    4
    
                  
    5
    https://github.com/Microsoft/TypeScript/wiki/TypeScript-Design-Goals#non-goals
  6. Some TS snippets Some TS snippets
    1
    // challenges: https://github.com/type-challenges/type-challenges
    2
    // more challenges https://github.com/LearningTypeScript/projects/tree/main/projects/type-operations/array-type-shenanigans
    3
    
                  
    4
    // ts-play url shortener
    5
    // https://tsplay-dev.vercel.app/