Do I Need a GitHub/GitLab/Bitbucket Profile as a Developer?

Real Python · Intermediate ·🧒 Coding for Kids ·9y ago

Key Takeaways

Using GitHub, GitLab, and Bitbucket profiles as a developer portfolio

Full Transcript

hey folks what's up Stan Bader here and after previous video I got some questions around github and basically open source portfolios or whether or not you should make github a part of your portfolio and your online presence as a developer and so in this video I want to cover some of that and also talk about some alternatives here so maybe let's go over the alternatives first so that you know kind of what the space looks like so of course github is kind of the best-known I think it's the biggest service offering a repository hosting and it's free to sign up but then you can only have public repositories and if you want to keep your code private you know for personal projects let's say like your website or some other projects you have to pay I think it starts at four or five dollars a month seven okay so I've got a paid account and I'm very happy with github so personally I would go with github if you're looking to make this part of your developer portfolio just because github is such a well-known brand and it has so much traction that's why I would go with github now some alternatives would be good lab which I think as the main distinction it probably has a couple more awesome features that I don't know about it things like they have build servers and everything integrated but if you're looking at it from a portfolio perspective I think the big difference is that they do free repositories as well which doesn't really mean I mean you could still put your public facing open-source stuff on github and that's probably what I would do but good lab could be a good alternative they haven't been a lot around for too long it could be a good alternative another alternative would be a bit bucket which again lets you sign up for a free account they also have free private repositories as a difference compared to github personally like I said I would probably go with github just because they have the best known brand and I feel like their interface is the best personally so I would go with github but really you know as long as you have as long as you have some public facing presence and one of the platforms I think you'll be fine because there's not that much of a difference you know people are going to be able to browse your code and all that right let's take a look at my github profile as an example so um I set that up several years ago and just kind of you know started releasing all of my open source stuff on on my github and I've got a couple of projects here so they they recently rolled out a change where didn't they let you sort the project that are displayed here and you can take advantage of that and kind of you know put your best work out there so people can see what you're all about and I think this is really a key part of having a good online portfolio or good online presence as a developer you know this is I think you should start with your blog or write about programming and then very soon after or almost immediately you want to add something like a github profiler or a good lab profile a bit bucket profile where you just share some of your code so people can see what your skills level skill levels are and they can just get a feel for you and I think it really helps having some open source projects here and you know the things you start with they don't have to be super impressive right like for example I did this little thing where I was I was not happy that there weren't any good readme templates for open source projects out there so I started this readme template repository and it got a couple of likes and it you know that stuff is very easy to to set up but it actually provides some value to people and and people are going to see that basically you want to make the world a better place right because you're putting this work in and you're giving it away for free and so stuff like that it really shows that you know you care about software you care about programming that you want to give back to the community and I I really care about those things and so this is a great way to do that and then at the same time get some credit for it so when you're applying for a job or someone's going to seek out your github portfolio or your guid lab or bitbucket portfolio they're they're just gonna see that you're active and you know you're passionate about this stuff and now with something like schedule which has you know a couple of thousand likes on github now or stars or whatever with this stuff it's all about the humble gamings right I start I wrote this over a weekend threw it out there people on reddit hated it and and now it's won it you know it's a really popular Python library on github so if you have something like that like that has put me in touch with a lot of people and open a lot of opportunities for me so this is great but you know you just got to try a bunch of things and because you never really know what's going to get traction where people are going to like but to to kind of put a conclusion on that yes absolutely I think if you're serious about building an online presence as a developer I would definitely start with a personal website add github as soon as possible and then you probably I mean you definitely want a LinkedIn profile as well I think and you probably want to think about adding a Twitter account as well and then I think you've got your basis pretty much covered but at least that's what worked for me and that's kind of bias towards that but I've seen that work really well in other people so this is kind of the strategy that I would take alright so if you enjoyed this video then please subscribe to my channel I'm going to have many more videos on this topic and kind of how to build your online presence as a developer as a Python developer if you have any more questions about this topic and feel free to drop a comment below the video or reach out to me on Twitter or send me an email cool thank you very much

Original Description

► Build Your Own Programming Blog from Scratch, with Python: http://bit.ly/python-blog-course Many developers today use their GitHub profile as a replacement for or supplement to a classical resume. Let's talk about whether you need a GitHub profile as part of your programming portfolio and online presence as a developer. I'll also go over some alternatives to GitHub like GitLab and Bitbucket. * * * ► 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 · 28 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
27 Setting Up a Programmer Portfolio/Developer Blog – How To Get Started
Setting Up a Programmer Portfolio/Developer Blog – How To Get Started
Real Python
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

Related Reads

📰
Computer Applications for Primary School Children: A Fun + Safe Guide for Ages 6-12
Learn how to introduce primary school children to computer applications in a fun and safe way, teaching them essential skills for the future.
Dev.to · Ogunkola Adeola
📰
From 0 to 20 Chapters: My Story‑Driven Rust Book for Kids Now Has a Bilingual Interactive Demo
Create an interactive coding book for kids using Rust, with a focus on storytelling and bilingual support, to teach programming concepts in an engaging way
Dev.to · born1987-ir
📰
How Kids Can Build Fighting Games Stickman in Scratch
Kids can learn coding by building a stickman fighting game in Scratch, developing skills like movement control and collision detection.
Medium · Programming
📰
Coding Platform for Kids: A Simple Guide to Start Learning Programming
Learn how to introduce kids to coding with a simple guide to get them started with programming
Dev.to · Coding Learning Lab
Up next
Man Builds a Backyard Tiny House and Turns It into a Home Office | Start to Finish by @Elseweyr
AKLA GELEN
Watch →