Talk
Intermediate

Utilising the power of FOSS to build projects (Coding platform)

Approved

My talk will focus on how I utilized Free and Open Source Software (FOSS) to create a competitive coding platform.

FOSS Community is in general very helpful. I will be sharing about to do we use the FOSS community to the fullest.

Let’s say we want to build a coding platform.

Building a coding platform from scratch can be quite complex. We need to ensure the code executes correctly and track the execution time and memory used. This is where we take the help of FOSS. Judge0 is an open-source online code execution system that evaluates all codes in an isolated environment, preventing users from damaging our systems. Judge0 will then expose the APIs that we can use in our application.

Now since we have our execution part planned up, let think about our application. We need to have a code editor also right? We can’t just use a text input box and tell users to code in that. Who codes in a notepad? We google about open source code editing libraries and see their are many.

For a user-friendly code editing interface, I chose the Ace editor. Another amazing thing about FOSS projects is their documentation. You can go through their docs and easy integrate them in your projects. So that’s what we can do. By using these tools, we can easily incorporate basic code execution and editing functionality into our website.

Once we have our platform ready, we can deploy it over the cloud. I personally use Azure because it offers free credits. We can deploy the frontend, backend, and database to Azure, and Judge0 can be deployed to a Virtual Machine (VM). While deploying, there are few things that we need to make sure. Things like our API is only called at our backend, and not our frontend, the Judge0 VM is only accessible from our backend. These are few minor mistakes many student devs do.

None
FOSS

Rachit Khurana
β Microsoft Learn Student Ambassador
Speaker Image

0 %
Approvability
0
Approvals
1
Rejections
1
Not Sure
Too generic imo. Judge-0 in itself is pretty cool though
Reviewer #1
Not Sure
Thank you for taking the time to submit a talk proposal. We are unable to accept the proposal in it's current state, especially because it is not apparent from the proposal if you have already completed this project and have a working application. If the project is completed, please consider providing a link to it, which will help us better evaluate a proposal. Do consider attending the meetup. You will hopefully learn from the speakers and for the next meetup, you can submit a clearer proposal!
Reviewer #2
Rejected