Setting Up a Programmer Portfolio/Developer Blog – How To Get Started

Real Python · Beginner ·📰 AI News & Updates ·9y ago

Key Takeaways

Setting up a programmer portfolio and developer blog using Python, including creating a simple structure and publishing initial articles.

Full Transcript

Hey, what's up folks? Stan Bader here and uh I want to talk about one of the best things you could do for your career as a software developer because um I uh actually just came back um from Pyon Germany and um I had a conversation with a Django developer named Astrid and Astrid was really struggling with finding new contract work or basically finding um new gigs and finding better clients. So Astra was a freelance Django developer and she was really struggling with that problem and so you know we kind of talked about this stuff over lunch and I went into full-on unsolicited advice diagnosing mode um and uh we we chatted about this problem. I was tr um what was making it so hard for her to find work in this space and eventually I found out that she didn't have a website. Um, and now I think that is a huge mistake, right? Um, and luckily it's it's one that is relatively easy to fix. But I think for any developer who's looking to improve their career and just kind of improve their chances at um, finding better work or finding better clients or finding a better job or um, you know, even just kind of having more influence and a bigger say in the community, starting a website is the most important thing you could do. I think and um you know I've got my website here as an example and um the reason I have that open is um because I want to show you how I got started. Um so this is what the website looks right now um in uh late 2016 and I actually started debater.org or in uh 2012 and I I just went back to um one of the first commits where I had launched the site and I I just uh spun that app up again so I can show you what my site looked like back then. And the reason I'm showing you this is so that you can see that it doesn't take much to get started with your own uh website as a programming portfolio or um you know even just to get your voice out there and um it it's it's all about these humble beginnings, right? And I was talking about this when um when I shared Astrid's story on my newsletter and then some people got back to me and we had a a conversation about this and they said, "You know what? I I know this makes sense. I should really start a website, but it's so freaking hard to get started. And um it it looks like it would need, you know, so much content. And by the way, I don't think I have a lot of content um on my site compared to some other people. But um I that's why I figured it makes sense to go back all the way when I just launched my site just to show you how I got started and how this stuff can grow, right? You never want to go and like compare what you're about to do with someone who has been doing this for a while. Like this is always going to be frustrating, right? So, um if anything, this is what you should be aiming for. You know, aim for something better, but this is how I got started. Um and um so I launched this site with with a very very simple structure. you know, I basically only had um my blog uh list of articles and this was also the landing page, a very simple about page. Um it was just a quick blurb and and link to my Twitter and that was essentially it. You know, some contact information. That was essentially it. So, when you went to debater.org, you would you would land here on this blog list. And the reason why I have these, you know, relatively massive giant font size is because I only had two articles when I launched this. And um I wanted it to at least, you know, fill the screen and and look somewhat impressive. Like I didn't just want to have like two little bullet points that said, you know, spellchecking latte documents with a spell. Um and so this is how I started out. And then when you click those, you know, I had images and it it it wasn't a lot of content there. Um, it, you know, you could argue about the formatting not being perfect and everything, but but this is how I got started. Like, this is how I launched with these two articles that I wrote and was hanging out with my parents um over the holidays one year and this is how I got started. So it doesn't take much to get started and it can grow you know because once you have you have the basics there you can start growing this and you can start adding more content and maybe you want to start your own mailing list. Maybe you want to start um you know doing things like I'm doing now like offering screencasts or add a proper landing page that kind of introduces you and and what your angle is on this stuff, you know, and maybe you want to start offering some products. But it all starts with going out there and publishing one tiny article, right? That's not a super long article. Like check out this other one. I mean, you know, nobody really cares about Latex and Apel, but it still gets some traffic and it got some traffic back then. It was just absolutely amazing um seeing people actually use the site. So, I think starting a blog is one of the best things I ever did for my programming career and um I would really really encourage you to do the same thing. like get into writing, start putting yourself out there and it can really grow into something that um you know personally I get so much joy from my site and I got so many opportunities from working together with other people and also having it as a portfolio of sorts where um I got better jobs through that. I get contacted from people who are not just the standard recruiters you would get for link from LinkedIn but actual people who read your stuff who are a little bit familiar with your with your content and kind of your angle towards programming. And if you can get started with this do it absolutely do it. Would really really encourage you to do this. Um, I I want to talk more about this in the future and how you can start your own uh website or blog or programming portfolio because I think it's such a super super important topic. So, um, be sure to subscribe or sign up for my newsletter where I'm also going to be talking about this stuff. And, uh, yeah, let me know if you have any more questions. Cool.

Original Description

► Build Your Own Programming Blog from Scratch, with Python: http://bit.ly/python-blog-course Starting a programming blog was one of the best things I ever did for my career as a Python developer. In this video I give you a few reasons why you should start a programming portfolio website right now. I'm going over my own website (dbader.org) as an example and how it looks very different today compared to when I started it in 2012. It doesn't take much to get started with your own programming portfolio website and the benefits can be huge. If you'd like to learn more about starting your own programming blog then check out my newsletter for Python developers at https://dbader.org/newsletter * * * ► Weekly Tips for Python Developers: https://dbader.org/newsletter
Watch on YouTube ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

Playlist

Uploads from Real Python · Real Python · 27 of 60

1 A better Python REPL – bpython vs python interpreter
A better Python REPL – bpython vs python interpreter
Real Python
2 Introducing large-type.com – A Utility Website
Introducing large-type.com – A Utility Website
Real Python
3 Reading Hacker News Without Wasting Tons of Time
Reading Hacker News Without Wasting Tons of Time
Real Python
4 Forward References and Python 3 Type Hints
Forward References and Python 3 Type Hints
Real Python
5 Using Sublime Text as your Git Editor
Using Sublime Text as your Git Editor
Real Python
6 Python Code Linting and Auto-Complete for Sublime Text
Python Code Linting and Auto-Complete for Sublime Text
Real Python
7 Make your Python Code More Readable with Custom Exceptions
Make your Python Code More Readable with Custom Exceptions
Real Python
8 Write Better Tests with Sublime Text's Split Layout Feature
Write Better Tests with Sublime Text's Split Layout Feature
Real Python
9 How to Use Sublime Text from the Command Line
How to Use Sublime Text from the Command Line
Real Python
10 Rename Variables with Multiple Selection in Sublime Text
Rename Variables with Multiple Selection in Sublime Text
Real Python
11 Sublime Text Settings for Writing PEP 8 Python
Sublime Text Settings for Writing PEP 8 Python
Real Python
12 Write Cleaner Python with Sublime Text's Indent Guides
Write Cleaner Python with Sublime Text's Indent Guides
Real Python
13 Sublime Text Whitespace Settings for Python Development
Sublime Text Whitespace Settings for Python Development
Real Python
14 Function Argument Unpacking in Python
Function Argument Unpacking in Python
Real Python
15 Python Code Review: Debugging and Refactoring "Conway's Game of Life" +  Automated Tests
Python Code Review: Debugging and Refactoring "Conway's Game of Life" + Automated Tests
Real Python
16 Using "get()" to Return a Default Value from a Python Dict
Using "get()" to Return a Default Value from a Python Dict
Real Python
17 A Python Shorthand for Swapping Two Variables
A Python Shorthand for Swapping Two Variables
Real Python
18 Python Code Review: Refactoring a Web Scraper, PEP 8 Style Guide Compliance, requirements.txt
Python Code Review: Refactoring a Web Scraper, PEP 8 Style Guide Compliance, requirements.txt
Real Python
19 Click & Jump to Test Failures from the Command Line (iTerm2)
Click & Jump to Test Failures from the Command Line (iTerm2)
Real Python
20 Setting up Sublime Text for Python Developers
Setting up Sublime Text for Python Developers
Real Python
21 Sublime Text + Python Guide Overview
Sublime Text + Python Guide Overview
Real Python
22 Python Code Review: Adding Pytest Tests to an Existing Python Web Scraper
Python Code Review: Adding Pytest Tests to an Existing Python Web Scraper
Real Python
23 Type-Checking Python Programs With Type Hints and mypy
Type-Checking Python Programs With Type Hints and mypy
Real Python
24 A Shorthand for Merging Dictionaries in Python 3.5+
A Shorthand for Merging Dictionaries in Python 3.5+
Real Python
25 Python Code Review Flask Web Security Tutorial + Virtualenvs, requirements.txt
Python Code Review Flask Web Security Tutorial + Virtualenvs, requirements.txt
Real Python
26 My Python Code Looks Ugly and Confusing – Help!
My Python Code Looks Ugly and Confusing – Help!
Real Python
Setting Up a Programmer Portfolio/Developer Blog – How To Get Started
Setting Up a Programmer Portfolio/Developer Blog – How To Get Started
Real Python
28 Do I Need a GitHub/GitLab/Bitbucket Profile as a Developer?
Do I Need a GitHub/GitLab/Bitbucket Profile as a Developer?
Real Python
29 Programmer Portfolio – Example and Walkthrough
Programmer Portfolio – Example and Walkthrough
Real Python
30 How to Get Your 1st Speaking Gig at a Tech Conference
How to Get Your 1st Speaking Gig at a Tech Conference
Real Python
31 How to Build Your Public Speaking Skills as a Developer
How to Build Your Public Speaking Skills as a Developer
Real Python
32 The Object-oriented Version of "Spaghetti Code" is "Lasagna Code" ?!
The Object-oriented Version of "Spaghetti Code" is "Lasagna Code" ?!
Real Python
33 Setting up Sublime Text for Python Developers – Lesson #1
Setting up Sublime Text for Python Developers – Lesson #1
Real Python
34 Cool New Features in Python 3.6
Cool New Features in Python 3.6
Real Python
35 "is" vs "==" in Python – What's the Difference? (And When to Use Each)
"is" vs "==" in Python – What's the Difference? (And When to Use Each)
Real Python
36 Emulating switch/case Statements in Python with Dictionaries
Emulating switch/case Statements in Python with Dictionaries
Real Python
37 Python Function Argument Unpacking Tutorial (* and ** Operators)
Python Function Argument Unpacking Tutorial (* and ** Operators)
Real Python
38 What Code Should I Put On My GitHub/GitLab/BitBucket Profile?
What Code Should I Put On My GitHub/GitLab/BitBucket Profile?
Real Python
39 A Crazy Python Dictionary Expression ?!
A Crazy Python Dictionary Expression ?!
Real Python
40 String Conversion in Python: When to Use __repr__ vs __str__
String Conversion in Python: When to Use __repr__ vs __str__
Real Python
41 Method Types in Python OOP: @classmethod, @staticmethod, and Instance Methods
Method Types in Python OOP: @classmethod, @staticmethod, and Instance Methods
Real Python
42 Optional Arguments in Python With *args and **kwargs
Optional Arguments in Python With *args and **kwargs
Real Python
43 Python Context Managers and the "with" Statement (__enter__ & __exit__)
Python Context Managers and the "with" Statement (__enter__ & __exit__)
Real Python
44 Installing Python Packages with pip and virtualenv / venv
Installing Python Packages with pip and virtualenv / venv
Real Python
45 "For Each" Loops in Python with enumerate() and range()
"For Each" Loops in Python with enumerate() and range()
Real Python
46 Python Code Review: LibreOffice Automation and the Python Standard Library
Python Code Review: LibreOffice Automation and the Python Standard Library
Real Python
47 Managing Python Dependencies With Pip and Virtual Environments – Lesson #1
Managing Python Dependencies With Pip and Virtual Environments – Lesson #1
Real Python
48 Python Tutorial: List Comprehensions Step-By-Step
Python Tutorial: List Comprehensions Step-By-Step
Real Python
49 Leveraging Python's Implicit "return None" Statements
Leveraging Python's Implicit "return None" Statements
Real Python
50 What's the meaning of underscores (_ & __) in Python variable names?
What's the meaning of underscores (_ & __) in Python variable names?
Real Python
51 Python Data Structures: Sets, Frozensets, and Multisets (Bags)
Python Data Structures: Sets, Frozensets, and Multisets (Bags)
Real Python
52 Writing automated tests for Python command-line apps and scripts
Writing automated tests for Python command-line apps and scripts
Real Python
53 How to find great Python packages on PyPI, the Python Package Repository
How to find great Python packages on PyPI, the Python Package Repository
Real Python
54 Immutable vs Mutable Objects in Python
Immutable vs Mutable Objects in Python
Real Python
55 PyPI vs Warehouse, the Next-Generation Python Package Repository
PyPI vs Warehouse, the Next-Generation Python Package Repository
Real Python
56 pep8.org — The Prettiest Way to View the PEP 8 Python Style Guide
pep8.org — The Prettiest Way to View the PEP 8 Python Style Guide
Real Python
57 My Experience at PyCon 2017 in Portland
My Experience at PyCon 2017 in Portland
Real Python
58 Pylint Tutorial – How to Write Clean Python
Pylint Tutorial – How to Write Clean Python
Real Python
59 "Reverse a List in Python" Tutorial: Three Methods & How-to Demos
"Reverse a List in Python" Tutorial: Three Methods & How-to Demos
Real Python
60 Python Refactoring: "while True" Infinite Loops & The "input" Function
Python Refactoring: "while True" Infinite Loops & The "input" Function
Real Python

Create a programming portfolio and developer blog to improve career prospects and increase online presence. Start with a simple structure and publish initial articles.

Key Takeaways
  1. Identify the importance of having a website as a developer
  2. Determine the basic structure of the website
  3. Create initial articles and publish them
  4. Add more content and features over time
  5. Use the website as a portfolio and to establish an online presence
💡 Having a website as a developer can significantly improve career prospects and increase online presence, even with a simple structure and initial articles.

Related AI Lessons

Career choice with the advent of AI - pure Computer Science or learn software with a background of core engineering area
Learn how to choose between a Computer Science and Engineering career path or combining programming with a core engineering background in the age of AI
Dev.to AI
The AI Hype Cycle: Calm Before the Next Breakthrough?
Understand the AI hype cycle to anticipate the next breakthrough and make informed decisions
Medium · Programming
AI won’t replace scientists. It will make the current model of science obsolete
AI is not replacing scientists, but rather making the current model of science obsolete, enabling new forms of discovery and collaboration
Medium · Data Science
The End of Knowledge: Why Artificial Intelligence Is Changing Not Only What We Know, but What It…
AI is changing the concept of knowledge and how we acquire it, making us question what it means to know something
Medium · AI
Up next
Motorist saved by human chain | 9 News Australia
9 News Australia
Watch →