--- layout: post title: Summer Internship @Haufe subtitle: An experience that greatly helped me to improve myself category: general tags: [culture, docker] author: Bogdan Bledea author_email: bogdan.b19c@gmail.com header-img: "images/summerInternship2016.jpg" --- Hi! My name is Bledea Bogdan and alongside with Patricia Atieyeh we built a feedback box app for Haufe-Lexware. Today is the last day spent @Haufe. And I must admit, this summer internship was simply awesome. My work colleagues were so friendly, they helped me when I was in trouble. And I didn't thought it's so fun to go to work. Below, is a screenshot of the application we built during this intership. It's a feedback box app, built with the Meteor framework. Meteor is a brand new framework, both front-end and back-end, which makes Meteor a great framework. {:.center} ![Screenshot of the app](/images/screenshot1.jpg){:style="margin:auto"} The development process was a little bit tricky for us, and, furthermore, it was the first time we used Meteor to develop web apps. But, in the end, we proved that nothing is impossible, and if you truly want, you can learn new things anytime. As you can see, this feedback box app has an user login®istration form, but, we restricted the account creation to the company email domain, haufe-lexware.com. After the user logs in, he can post and reply to the other feedbacks. And when I say it was tricky, I mean, the support on the internet for docker and meteor was so poor. I've had a lot of bugs, the meteor pack for docker it wasn't at least official, and the problems we encountered, was already posted on the internet, with a lot of troubleshooting, but, nothing for our case.