Skip to content
View 000744210's full-sized avatar

Block or report 000744210

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

Welcome To My Profile

I wrote the following websites.

  • https://www.boolean-algebra.com

    — Learn boolean algebra. Insert a boolean expression into my tool and it will give detailed conversions and steps to simplify.

  • https://www.sql-practice.com

    — Practice SQL in the browser. You are provided with a demo database and you are provided with a question to solve. Write a query to solve the problem.

  • https://www.compareminds.com

    — A site I wrote so I can learn Vue.js. Play mental games and compare your results with the rest of the world.

  • https://uploadtransfer.com

    — A peer to peer file sharing site written in Vue.js with a NodeJS backend. The backend only manages the creation of the peer connections with a websocket protocol.

I suggest checking out my Ajax Intercepter browser extension. It allows you to intercept all xhr/websockets/htmlform network requests. You can read and edit the body/headers/url or reject the packet. I use it to test websites for vulnerabilities. I have found most of my vulnerabilities with this extension.

All of my websites are hosted using GitPages or Cloudflare Pages and proxied through CloudFlare. Most processing is done on the browser without the need of a server.

I focus on efficiency and cost reduction. Hosting currently costs $0.00 and supports up to approximately 500,000 monthly unique users before a different hosting plan is required.

Most of my main repositories are privated, most of the public repositories are compiled source code, sorry for those who wanted to see. I can share the repositories if I sent you a resume.

Popular repositories Loading

  1. Ajax-Intercepter Ajax-Intercepter Public

    JavaScript

  2. Boolean-Algebra-Build Boolean-Algebra-Build Public

    HTML

  3. videoencoder videoencoder Public

    JavaScript

  4. cognitivevue cognitivevue Public

    HTML

  5. sqllearn sqllearn Public

    HTML

  6. wasm-by-example wasm-by-example Public

    Forked from torch2424/wasm-by-example

    Wasm By Example is a website with a set of hands-on introduction examples and tutorials for WebAssembly (Wasm)

    JavaScript