Posts

Showing posts with the label Internship

How to use AWS Device Farm API

Image
Hi All, If you are here it's means you trying to do something I tried longer than you guys tried. If you are in a hurry go to " Implementation " subheading and read from there. Background & Reason While I was doing my internship, one of the project I had to do is make a web app for get the test result customize way from AWS Device farm  using  AWD Device Farm API . My first approach was use postman to get a main idea about the API but I failed on that. I raise a question how to use their API in AWS but I didn't get a good answer either. ( For your reference if it update in future :-  Using REST in Postman  ) So at the end I decide to use their  AWS SDK for JavaScript in Node  and create a wrapper around it to get the data. The main reason to write this post was most of guys will confuse how to get the result because AWS ARN thing is really confusing at first. Implementation.  Requirements. Since I'm going to use AWS SDK version o...

Student Enrollment System - Requirement & Design Stage

Image
Project Background.  Hi Guys, After I started as an intern in  GTNexus  an  Infor  company they gave us a project to evaluate us in various aspects. This project done by  Hemal Rajapaksha  and me. They wanted to develop this whole project in new technologies which is not familiar for us because then we can learn something new and give something back to the team too. And we decide to make this project open source under  MIT License . Project Requirement. There are few optional requirements in the list which we won't develop at 1st release. student registration for a course admin user view all details and add new users (course coordinators) course coordinator enroll a student view student details view student reports add grades view student attendance (optional) student view course schedule view grades comment on course module (forum, and optional) If we can finish the project before expected time, we wil...