Skip to main content

Show HN: Our Code Stories- Programming Book Publishing/Tutorial Blog Alternative https://ift.tt/2MliVpO

Show HN: Our Code Stories- Programming Book Publishing/Tutorial Blog Alternative You may have seen a few posts lately around the idea of sharing stories about how code develops. I have been working on this too so I thought I would (re)share https://ift.tt/2TB3QRv My feeling is that code is typically written by a single person on a single computer and that others really only get to see the final product. Other devs don't get to learn much from the development process since they aren't around to see it all happen. Pair programming solves this problem but it doesn't scale well. In other words, there are a lot of interesting things to learn during the development process but much of it is left on the cutting room floor. I have created a new medium that allows sw devs to guide viewers through non-trivial code examples. There is a VS Code extension for authors. I am using it primarily as a replacement for traditional programming books, online tutorials, and youtube videos of code demos for the classes that I teach. Viewers can see code evolve and get a narrative commentary from the author while it happens. These are code focused resources which is what I think many learners want. Here is an example of one: https://ift.tt/33BiFIm These work best on a big screen. Use the >> button to quickly move through the code. Here is all of the content I have created so far: https://ift.tt/2TBFPtI I want OCS to be a marketplace where authors go to write 'books' (alternative to O'Reilly or Pragmatic Programmers) or smaller tutorials (alternative to Medium) and where learners can go to get content (alternative to Khan Academy or YouTube). The site allows content creators to charge for their work or make it freely available to all. I'd like to point out a few others that seem to be doing similar things: https://codelines.dev/ https://storytime.dev/ https://scrimba.com/ These are all interesting in their own ways and are worth checking out. August 15, 2019 at 07:43AM

Comments

Popular posts from this blog

Launch HN: Simmer (YC W19) – Reviews for Delivery Dishes https://ift.tt/2Y4sD67

Launch HN: Simmer (YC W19) – Reviews for Delivery Dishes Hi HackerNews community! We’re Vaibhav and Richard, founders of Simmer ( https://usesimmer.com ). Simmer aggregates dishes from DoorDash, Caviar, GrubHub, and basically every other delivery platform out there, and tells users the best dishes across the board. We do this by providing dish-level reviews. Users find highly reviewed dishes on Simmer, choose the delivery platform of their liking, and we deep link them into their chosen delivery app. We essentially lead gen to delivery. We started working on Simmer because we loved trying new restaurants, but never knew what to order. Especially, when there’s a 5 page menu. We always asked ourselves, “Why aren’t there ratings for individual dishes?” We launched our app with this restaurant-centric use case (reviews for every dish at every restaurant), but when we rolled out delivery integrations, we realized that users resonated most with the delivery angle. They found it particularly ...