DEV Community

Discussion on: What was your first project as a professional developer?

Collapse
 
alex92_360 profile image
Alexandru C. Popescu

My really first project was about developing a web chat based on Skype for Business API. It successfully comunicated with the real Skype application installed on various desktops. All was done in AngularJS.

Collapse
 
nathanenglert profile image
Nathan Englert

That sounds pretty cool! Was the point to "enhance" Skype with additional functionality or tailor it to a certain need or ..?

Collapse
 
apopescu profile image
Popescu Alexandru Constantin

There was the need that any user that visited the web application could open a direct message session with someone on the backend. The company had a Skype for Business plan so we used that to receive all those messages.