Picture of the author

serverless

Articles

Projects


Remote Code Execution System πŸ‘¨β€πŸ’»

Remote Code Execution System πŸ‘¨β€πŸ’»

A web application that is used to write and run code from any browser. It currently supports Python, JavaScript, Java, C#, Go, Rust, e.t.c.

Designed and built over a weekend it for my friends (or anyone) who don’t have their computers close by often (or at all). They now have a place to code - any browser!

The system had over 400+ visitors and ran code 1200+ times in the first five days of launching it. At the same time, the open-source repository on GitHub also got 62 Stars and 200+ visitors. It was also hacked! - I was able to secure it better after that.

django-serverless-cron 🦑

django-serverless-cron 🦑

django-serverless-cron 🦑 is a Django app (library/package) with a simpler approach running cron jobs (mostly in a serverless environment) through HTTP requests with an integration with the Django admin. This allows you to run any task without having to manage always-on infrastructure.

There is also an option to run jobs via management commands and the Django admin.

PyPI
version

Tests

codecov