Posts

Cordova File Transfer plugin error 3

Image
Hi All, I was trying to add Ionic CLI proxies to my project and i manage to succeeded in integrating Ionic CLI proxies. But while i was testing ionic project, i notice my attachments doesn't get download. So I was debugging this for long time and found the reason why it's not getting download. I'm using Cordova File transfer to download and uploads. Cordova File transfer gives a error code 3. And something i notice it's trying to send exactly the proxy URL without appending localhost part to the URL. Cordova File transfer error For now as a workaround what i do is var url = "" ; //Check whether we need the proxy or not. if (location. protocol ! = 'file' ){ url = location. protocol + "//" + location. host + proxyPath; } url + = < media path > ; I hope this will help you guys. Cheers :)

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 of Node. You&

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 willing to add those requirements as well.

Give Something Back To The Community

Hi, "Give something back to the community"  -  Chathura De Silva First of all I should thank for Chathura aiya for giving me this awesome idea. As I remember this is exactly what he told me "Create a blog, share what ever you learn on this internship period and continue it. After few years, when you look back you have your own progress report with you"  From my perspective IT field is build on "Learn from community and give something back to the community" . This is the main reason IT field has been developing faster than any other field with tons of new features. In this blog I'm going to share about the technical experiences, technologies I used, useful facts for technical side, day to day activities and life experience. So keep in touch & learn something new :) ;)