import React, { Component } from 'react'; export default class Hero extends Component { render() { return(


about me.

doctor recommended click here

Hi, I'm Fuwn. I'm a fullstack developer from Oregon. Some of my favourite languages and technologies to work with are Node.js, C++ and MERN. Node.js would probably be my pick for my favourite technology seen as the wide flexability I can utilize it for. Some of which I utilize it for is Discord bots using Akairo, Discord.js and feature rich and fast user interfaces using React.

One thing you'll come to find is nothing is out of the realm of possibility for me, you'll usually see me creating what is usually referred to as "cheats" or "hacks" in the form of CS:GO and Minecraft clients. Though, in sense, the outsiders might see this as ruining the game or something along those lines, I see this is a exercise to my skill, with the conclusion being influenced by the amount of work and research that I have to put into these things. For instance, when attempting to create CS:GO clients, an SDK has to be built from the ground up from what we call "offsets", offsets are the memory addresses at which certain game features are held at. In the case of Minecraft clients, the JNI (Java Native Interface) needs to be utilized to be able to handle and hook certain methods from the JVM (Java Virtual Machine).

All self taught 🙌

) } }