logo image
  • Home
  • Writing
  • Labs
  • About

Writing & Article

8

    front end security

    Front-end security Cross-site scripting (XSS) XSS is an injection attack. The attacker puts some code into HTML, the browser treats text as…

    Category theory jargon for JavaScripters

    Category theory jargon for JavaScripters If you are learning functional programming, you must hear monad or category theory and want to know…

    Set up a router VM in hyper-v

    Set up a router VM in hyper-v I have a test VM I want it to go through a routing VM. And it is possible to WSL2 to through the router…

    Auto value in CSS

    Auto value in CSS many CSS properties support auto value, but the effect varies from property to property. Some are hard to understand. in…

    Object Oriented JavaScript

    Object Oriented JavaScript Object-oriented programming is used to representations of objects in the real world. It usually bundles up…

    Asynchronous JavaScript

    Asynchronous JavaScript Async is another hard pard to understand how JavsScript works. In this article, we discover why we need asynchronous…

    Scope in JavaScript

    Scope in JavaScript How does JavaScript know what variable can be looked up? Scope. If you don't understand how JavaScript running, it's…

    How I build a blog

    How I build a blog I have considered building a blog a long time ago. Now, I finally give it a go. This is my first post in this blog; It's…

    All articles written with ❤ by apSomething using Gatsby, Emotion, and hosted with cloudflare pages.