Ask HN: What Do You Consider Non Trivial Portfolio Project Ideas?
1–10 of 13 posts
Re: Ask HN: What Do You Consider Non Trivial Portfolio Project Ideas?
#2If you're looking to get just any job, then a CMS is a good idea because it will teach you CRUD, and there's lots of jobs out there that are doing mostly CRUD.
If you want to get into Data Engineering / backend engineering job, then write a crawler. Pick a subject, e.g. German music, or Podcasts, or Electronic components, or anything like that, and write a crawler from scratch. Pull the HTML, parse them, store it and build a query dashboard on top of it. Building something like this end-to-end will give you lots of insight into systems engineering as a whole, and I used a project like this to get my job.
Re: Ask HN: What Do You Consider Non Trivial Portfolio Project Ideas?
#3I think a CMS is pretty boring unless it fits into your personal story/narrative.
__WHY__ did you create this CMS? What was lacking in the current offering and prompted you to tackle this problem? Perhaps it is industry/vertical/niche specific? Have you been charging for it? Without that part your are just another guy with another half-baked CMS.
Rather, it is much more interesting to see people go deep on their own interests, pursuits and passions, which (sometimes) lead to something with a broader appeal. Even if they don't, it still much more interesting.
-- Rumor has it that Elasticsearch started when the guy wanted to make a recipe database for his girlfriend....
My latest side projects involve stitching together various DockerFiles and docker-compose.yml files to create super simple services like favicon grabbers, website-screenshot-as-a-service, and web-crawlers.
Anyway, that is my two cents.
Good luck
Re: Ask HN: What Do You Consider Non Trivial Portfolio Project Ideas?
#4Just one guys opinion... I think a CMS is pretty boring unless it fits into your personal story/narrative. __WHY__ did you create this CMS? What was lacking in the current offering and prompted you to tackle this problem? Perhaps it is industry/vertical/niche specific? Have you been charging for it? Without that part your are just another guy with another half-baked CMS. Rather, it is much more interesting to see peo…
I thank you for your candor, most appreciated.
Re: Ask HN: What Do You Consider Non Trivial Portfolio Project Ideas?
#5It depends where you want to go with your career, If you're looking to get just any job, then a CMS is a good idea because it will teach you CRUD, and there's lots of jobs out there that are doing mostly CRUD. If you want to get into Data Engineering / backend engineering job, then write a crawler. Pick a subject, e.g. German music, or Podcasts, or Electronic components, or anything like that, and write a crawler fro…
Re: Ask HN: What Do You Consider Non Trivial Portfolio Project Ideas?
#6I'd suggest you write a project that uses a sql database, with or without an ORM. While there are plenty of NoSQL databases out there, sql syntax is fairly standard and universal for basic operations, so picking up some knowledge of it will set you apart. Also in a production environment you will almost always have multiple python servers running and feeding into a central database where any request might be received by any server, so thinking about data persistence is important.
Maybe pick up a front end framework and a little javascript, enough so that you can make api calls to rest endpoints. Get your free year of aws and put it up, because learning to deploy to production and get something running is a good experience to talk about.
Re: Ask HN: What Do You Consider Non Trivial Portfolio Project Ideas?
#7I've written about side projects, and two best ideas are usually:
- Contribute to open source. I would contribute to the Flask project if that's what you want to use professionally. Either improve the framework directly, or write a useful extension.
- Make something that people will use, and preferably makes you money. People want to see evidence of production quality, not hobby projects. If that means shrinking the scope, do it.
Re: Ask HN: What Do You Consider Non Trivial Portfolio Project Ideas?
#8It depends where you want to go with your career, If you're looking to get just any job, then a CMS is a good idea because it will teach you CRUD, and there's lots of jobs out there that are doing mostly CRUD. If you want to get into Data Engineering / backend engineering job, then write a crawler. Pick a subject, e.g. German music, or Podcasts, or Electronic components, or anything like that, and write a crawler fro…
I thank you Malux85, appreciate you pointing to an example project I can work on, most importantly, one that equally worked for you, per getting a job, which is one of my goals.
Re: Ask HN: What Do You Consider Non Trivial Portfolio Project Ideas?
#9It depends where you want to go with your career, If you're looking to get just any job, then a CMS is a good idea because it will teach you CRUD, and there's lots of jobs out there that are doing mostly CRUD. If you want to get into Data Engineering / backend engineering job, then write a crawler. Pick a subject, e.g. German music, or Podcasts, or Electronic components, or anything like that, and write a crawler fro…
Re: Ask HN: What Do You Consider Non Trivial Portfolio Project Ideas?
#10Earlier quoted context omitted.
I thank you Malux85, appreciate you pointing to an example project I can work on, most importantly, one that equally worked for you, per getting a job, which is one of my goals.
No probs :) if you have any questions or need some pointers, or just someone to bounce ideas off, let me know, my email address is in my profile