6

4th week of internship begins and today, for the first time, features that I programmed got deployed to the production server !

I'm proud of myself and I really enjoy working there !
It's challenging and at the same time really cool.

Comments
  • 1
    Congrats! I know that the feeling is awesome!

    I'm curious, how is the development workflow at your company? Do you have code reviews during your internship? How much help/mentoring do you get?
  • 1
    @alexbrooklyn I kinda worked alone during 2 weeks because the guy in charge of my internship was on holiday.

    When he came back, he reviewed my pull requests and gave me a lot of feedback. He gave me a lot of tips and tricks to improve my code.

    Slowly but surely I'm getting more and more confident.
  • 1
    @AdrienNini What language/frameworks?
  • 1
    @alexbrooklyn we use Ruby on Rails for the backend, for the frontend some jQuery and other js libraries.
  • 1
    Ah nice! I had PHP and Symfony during my internship.

    Do you also get some DevOps? Like Docker etc. ? Is there a pipeline present?
  • 0
    @alexbrooklyn Not yet unfortunately.
    I had the chance to do some DevOps during a school project before my internship.

    It was a Rails API used to fetch the data sent by multiple IoT devices.
    I setuped a continuous deployment pipeline with Capistrano and Travis-CI. It automatically deployed to prod server if all test cases passed.
    By the end of the project, I was able to code, test and deploy new endpoints in less than 15 minutes.
  • 1
    Amazing! I wonder what you're going to do next during your internship :D
  • 1
    @alexbrooklyn I'll keep you updated ! ;)
Add Comment