Skip to content

Instantly share code, notes, and snippets.

View Metroxe's full-sized avatar
🥇
Solidity, TypeScript, Terraform, Docker, Node.js, React

Christopher Powroznik Metroxe

🥇
Solidity, TypeScript, Terraform, Docker, Node.js, React
View GitHub Profile
@Metroxe
Metroxe / Streaming Secured Web Interfaces to Protect Against XSS and Client-Side Vulnerabilities.md
Last active June 12, 2019 03:41
Streaming Secured Web Interfaces to Protect Against XSS and Client-Side Vulnerabilities

Streaming Secured Web Interfaces to Protect Against Client XSS and Execution of Client-Side Scripts

Current State of Secured Websites

Building secured websites is a taxing expenditure for many companies especially when it comes to submitting private information. Companies require hiring web developers that have specific training in protecting against XSS (Cross-site Scripting). Often industries dealing with health and financial details will spend millions on single web pages checking for numerous vulnerabilities. The execution of code and XSS account for an overwhelming amount of modern attacks on the web. There are detection software suites and many third-party companies that specialize in securing and auditing websites. These external services often vastly exceed the cost of development, but are a necessary expenditure for banks, e-commerce portals and [HIPPA](https://en.wikipedia.org/wiki/Health_Insu

@Metroxe
Metroxe / seededColour.gif
Last active June 4, 2019 22:47
Seeded Colours
seededColour.gif
@Metroxe
Metroxe / activity.java
Last active September 30, 2016 18:06
Fragment Backstack Recycling and Movement
public class Activity extends AppCompatActivity {
public String lastFragment;
private FragmentManager fragmentManager;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);