Skip to content
View vonsteer's full-sized avatar
πŸ”₯
This is fine.
πŸ”₯
This is fine.

Block or report vonsteer

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vonsteer/README.md

Hey πŸ‘‹! I'm Jesse


I'm a software engineer living in Barcelona, Spain. πŸ‡ͺπŸ‡Έ

I'm a bit of a workaholic but when I find free time I try to buid cool and/or practical open source projects.

Always looking for new oppurtunities to learn and grow as an engineer or developer.

πŸ“– Languages

  • Python
  • Rust
  • C
  • Javascript

πŸ‘©β€πŸ­ Projects

  • TaskIQ-Aio-SQS - fully asynchronous SQS/S3 task broker built with TaskIQ.
  • AioCache-DynamoDB - DynamoDBCache built with AioCache.
  • AWS ECR Scan Action - Python based GitHub Action to scan container images in Amazon ECR for security vulnerabilities.
  • SpiderChef - Low code recipe based scraping framework, allows very rapid development of web scraping bots.
  • RegexPath - ever wanted faster xpaths? this is a funny little PoC to build a compiler for regex using xpath expressions, designed to horrify scraping developers.

πŸ’¬ Contact me

Pinned Loading

  1. taskiq-aio-sqs taskiq-aio-sqs Public

    SQS/S3 Broker for TaskIQ using Aiobotocore

    Python 14 1

  2. aiocache-dynamodb aiocache-dynamodb Public

    Asynchronous aiocache backend for DynamoDB

    Python 3

  3. ecr-scan-action ecr-scan-action Public

    AWS ECR Security Scanner Action

    Python 1

  4. regexpath regexpath Public

    Proof of Concept for facilitating the creation of xpath-like regex, easily written regex for more efficient web crawling.

    Python