5
3 Comments

How to X with Y? Engineering questions, answered

Hey fellow hackers!

I had an idea on Tuesday night for an engineering Q/A platform, similar to StackOverflow.

It's now live! Checkout https://howtoxwithy.com and let me know what you think.

The idea is that it's purely copy paste-able code snippets in a variety of languages, ie.

  • How do I write to a file in Python?
  • How do I make an HTTP request in TypeScript?
  • How do I filter items out of an array in Ruby?

What do you think? Is this a valid idea?

on October 8, 2020
  1. 3

    The design it's simple and I like it, but imho the people continue to use stackoverflow, one good idea could be to make a scraper of stackoverflow and with it you have a set of the most interesting answer from the web

    1. 1

      True, definitely worth thinking about. Cheers!

  2. 2

    Here is something similar, for inspiration :)
    https://learnxinyminutes.com/

  3. 2

    This comment was deleted 5 years ago