DEV Community

Cover image for Fastest way to create and share code in any language
Rahul Arora
Rahul Arora

Posted on

Fastest way to create and share code in any language

Share code using these lightning fast sandboxes available in almost all popular languages

Language support for sandboxes in intervue.io

In my last article I mentioned about Intervue to take remote interviews effectively.

I also wrote about how Intervue team has integrated everything needed to take an interview under a URL.

Today I bumped into one of their new functionalities which I found was pretty cool!!

The GIF below shows how easy it is to open a sandbox

How easy is it to create and Intervue sandbox

All you have to remember is:
intervue.io/language_name

Go sandbox create via intervue.io/go


Few quick access sandboxes for your reference

Compiled


Interpretated


Databases


Others

I can even fork these sandboxes to share particular piece of code with my colleagues or share a proof of concept with my manager.

The only drawback that I found was that the forked sandboxes expire after 24 hours.

I hope Intervue team will bring some mechanism to store these sandboxes as I could not find any.

Before I end this article here is a sample code to make polyfill for Array.prototype.filter function:

My first Intervue Sandbox showing polyfill for Array.prototype.filter

Although this might expire after 24 hours as they say.

Another great part is that it Auto Saves. No need to click the save button


Conclusion

I really liked the sandbox functionality as it is pretty light weight, easy to use and so accessible.

Happy coding!

Top comments (0)