16
DevMike
4y

I got an internship as a Software Developer!.... So I thought.

I have been here for 4 months now, all I have done is manually insert data into a excel spreadsheet and upload it to the backend system through a UI. I haven't done any coding whatsoever or even spoke about it.

The boss's excuse was that I need to know how the system works. I understood and carried on...but 4 months later I am doing the same thing over and over again and it's not looking like any sort of progression will happen.

What should I do? Do I leave....I want to get expirence but I am not learning anything.

HELP!

Comments
  • 0
    Do internships go beyond 4 months?
  • 3
    Tell this to your manager. Either you'll work smth out or you'll be free to leave with clear consiousness
  • 6
    Hmmm so here's what I thought, now it seems you got free time since all you do is inputing data and upload it to server or something. So what I suggest is create a program to do it automatically. You can use watchdog lib for Python to do this task. Use watchdog to watch the file changes, then use http to upload it.

    If the app works, you can write it on your cv instead of just "input"ing data to excel. After that, you could start applying jobs on another companies.👌
  • 0
    @lenssu damn I didn't read your comment before👍
  • 2
    If the information is on paper, try using image recognition to extract the information needed and automate the process like others have suggested.

    I was told that some companies really like having somebody write them some shit like this for theire managers tasks in vb for outlook and other office products.
    He said while being a sys admin, he is asked to write vb and powershell scripts all day.
  • 0
    It sadly sounds like they are using you for free labour.. I would definitely talk to the manager about it.
  • 0
    You're the FNG. You do shit work that others don't want to do.
  • 3
    Even tough automating stuff can be fun, I'd still say you're better off trying to find another job. You will gain much more by actually working with others, while having a proper mentor.
  • 2
    Thanks for all your great suggestions. I knew that was the case but was unsure what to do. Thanks again <3 love this community!
Add Comment