Skip to content

Instantly share code, notes, and snippets.

View realAlexBarge's full-sized avatar
🛠️
Builiding.

Alexander realAlexBarge

🛠️
Builiding.
View GitHub Profile
{
"basics": {
"name": "Alexander Barge",
"label": "Entrepreneur, CTO & Full Stack Developer",
"picture": "http://alexanderbarge.com/wp-content/uploads/2015/09/Barge-Alexander.jpg",
"email": "alexander.barge@gmail.com",
"phone": "+49 176 48294884",
"website": "https://alexanderbarge.com",
"summary": "Technology Entrepreneur, CTO, Engineering Manager, Software Architect & Full Stack Web Developer. Building scalable and reliable software, teams, infrastructure and products that customers love. Fast.",
"location": {
@tristandenyer
tristandenyer / list-of-testing-resources.md
Last active October 16, 2019 17:22
A growing list of underrepresented resources for code, software, apps, APIs etc

API testing

The artillery-plugin-fuzzer plugin makes it easy to run simple fuzz tests (also known as monkey tests) on HTTP endpoints.

Content / string testing

The Big List of Naughty Strings is an evolving list of strings which have a high probability of causing issues when used as user-input data. This is intended for use in helping both automated and manual QA testing.

# Reserved Strings
#
# Strings which may be used elsewhere in code
undefined
null
# Numeric Strings
#
# Strings which can be interpreted as numeric
@obstschale
obstschale / octave.md
Last active June 8, 2024 19:46
An Octave introduction cheat sheet.