DEV Community

Cover image for Your Web presence with Django.
george_pollock
george_pollock

Posted on

Your Web presence with Django.

Alt Text

Have you ever made a curriculum vitae? If you did then probably you’ve started with a template. In most of the templates there is always a ‘web’ place for your website. Setting up may be cumbersome for many but there is many services that solve that. Here you can use ( and work on! ) a template to set up with literally 2 clicks.

We are focusing here mostly on people who either want to start a podcast/blog or want to start programming in Python. In case you just want to start a podcast and are looking for a website then we are here for you.

In case you code — stay and read along!

Your Junior CV references can be better

Great way to boost your curriculum is to start working on a project. To go out from “while True: do online courses” loop. I’m not saying another to-do list. I’m saying something that can be useful, used and visible.

  • What experience do you have, Sir?
  • Well, […] and I was contributing to an open-source project that you can see on my website.

Contributing to open-source is a great way to learn, leave your knowledge out there and let people use it.
You can search for good first issues directly on GitHub or you can use apps like this CLI one or this one — that aim to help you find those. Both solutions have their advantages but in case you didn’t find anything or your level is not that high yet (or you simply like my idea) then you can find some open issues for Django beginners and start using your knowledge!

Your online presence counts

Recruiters are very well aware of the fact that people lie on their resume. Fortunately in IT the easiest way to verify actual knowledge is to click on a link in your resume and see with their own eyes. Amount of contributions, users or just the look of your page. Nowadays personal website is essential in your online presence.
Even if you don’t like Podcaster idea and you’re not intending to contribute, there are many other platforms where you can start your page or blog in seconds. Try them out or build your website from scratch. You won’t regret it!

What you lose by not trying

Coding together ( pair programming ) as well as testing together ( peer testing ) can be profitable. Peer activities are profitable not only according to our experience but to studies. As long as you don’t have other important side project or you’re not exchanging your time for money, reading other people’s code can bring you value.
Give it a shot and search for some Good First Issue today. In the worst case scenario you can find an interesting, free software that can ease your life.

Top comments (0)