hackertab.dev
hackertab.dev copied to clipboard
Consider make technology selection dynamically
We have to select one of the pre-defined technologies in the dropdown list by design:

I just wanted to add more tech stacks like: docker, kubernetes, etc. Here is the my proposal:
We can add custom textbox or something here as an input:

And then we need to ensure that at least there is subreddit or dev.to tag about the given tag:
- if subreddit not found, it's fine to add in dev.to section only
- if dev.to not found, it's fine to add in subreddit section only
Wdyt?
cc: @medyo
Actually, that's not that simple, We need to make sure the new tag is available in all other cards (not only dev.to and reddit) and crawl the right content, otherwise this will ruin the user experience by providing empty data or broken ui for some tags. Me & @Chouikane are still looking for alternative methods on how to solve this in a smooth way. Please don't hesitate to share your thoughts.