One year ago I got an employment as a junior developer. Since then I’ve learned quite much, especially things about working as a junior developer.

Things that might be useful:

  • If you have someone more experienced on the office who could review your code before launch, insist on that they do it. She or he can tell you how they would have done stuff (and things you have missed), you’ll learn tons from it. If you’re lucky you might even get a mentor you’ll be able to ask questions, and who’ll be glad to review your code.
  • Just because you just got hired doesn’t mean that you should stop reading. Continue to read, write and evaluate your methods. This is a way to keep the work funny and interesting as well. Never stop learning.
  • Take initiatives, ask around. Take the chances you get to get to know your team mates better.
  • Ask your team mates what they are doing, and why they are doing it that way. Question everything.
  • Write down the stuff that you learn and share with others who are, or will be in the same position.

And then we have a few optional things that I personally do:

  • I keep my desk clutter free. At my workplace, it’s not a requirement or anything, but I just like to be able to focus on the screen and the tasks ahead of me.
  • Always show up early, or at least in time. This is not a solid requirement at my work place either, but I like to show up early, and then leave early. I tend to do the heavy tasks in the morning, and more light weight tasks in the afternoon.
  • Be polite and generous with compliments, remember peoples names and details about their personal life. But don’t pretend to be interested if you’re not. Falsehood always shines through.
  • Do your work. You might find this point very obvious, but I’ve seen enough people showing up at work to just spend the time procrastinating.

Most of these things are common sense, but you’ll be surprised of how many who wouldn’t agree with them. The important point is that you deliver what you promised, and that you do it on time. When you work in teams of more experienced people and you get to work with different projects (both fresh and uh-oh-so-old-and-completely-idiotic) you learn the most important things. The small things that no one ever seem to cover in those books that you read, or that tutorial that you walked. You learn things that could only be learned through hard earned experience.

Right now I’m chatting (that’s jabbering) with Pontus, my big little brother. He is right now in San Juan Del Sur, in Nicaragua and I’m in Stockholm. Every time I have a conversation in an instant with someone who’s so far away, I can’t just let it go. I find it amazing!

It’s just as with email. Do someone inspire you? Send them an email and ask your questions and send them your thanks! Oftenly they’ll have the time to answer it. It’s sweet, in the online world, everyone is just an email away.

I’m a total noob at Django, and I’m just starting out to play on my own without the help of tutorials and guides. It goes so so, but it sure is a lot of fun.

Django is well documented but I think that the latest stable version lacks tutorials! Since Django now is quite old (in hype terms, that is) not nearly as much people is producing tutorials any more. I’m awaiting the update of James Bennett’s book Practical Django Projects.

By the way, how cool and out of the way isn’t this minimal and thought through design?
http://tomayko.com/

Morning
During my morning, I got hooked by this airplane painted cross on an otherwise clear sky.

Today I’ve been going through Django’s tutorials, and I’ve set up my local environment.
To me, it is a pretty steep learning curve just to fully understand all of the stuff that I’m learning through the tutorials.

After the tutorials I installed support for OpenID, using django_openidconsumer. Problem was, that it didn’t work as expected. After I searched a while, I recognized that it used maxlength instead of max_lenght. Then I read the discussions on django_openidconsumer, and of course, someone had already posted a patch to fix it. Sweet 🙂

Tomorrow I’m heading towards Gotland together with Sanna. I’m looking forward to it, but I probably won’t be able to work upon TLW until next Wednesday.