Live data from Hacker News

Viewing profile — anasbarg

anasbarg

HN member
Joined
Thu, Dec 13, 2018, 8:27 AM UTC
HN karma
6
Public activity
15 items

About anasbarg

No profile information was provided.

Recent public activity

  1. comment
    Comment #26375810

    I like this. A while ago, I was asking my co-founder the question "Why isn't there Git for data like there is for code?" while working on a database migrations engine that aims to …

  2. story
  3. story
  4. comment
    Comment #24940845

    Yeah GraphQL APIs are not tedious to work with, I LOVE GraphQL Codegen for TypeScript and it works very well with my DSL. What's tedious is building a GraphQL API, not consuming it…

  5. comment
    Comment #24938027

    Do you prefer a UI? Like Hasura, AppSync, 8base, and firebase? The DSL is very very close to GraphQL’s SDL though, so learning it shouldn’t take more than 5 minutes. The problem we…

  6. comment
    Comment #24935094

    I've been working on a language for building GraphQL servers quickly. It use PostgreSQL for storage, it supports serverless functions using OpenWhisk, it allows you to write author…

  7. comment
    Comment #24934947

    How about hosting your own serverless functions, PostgreSQL storage, and GraphQL server on DigitalOcean? https://github.com/pragmalang/pragma I've been working on this for the past…

  8. story
  9. comment
    Comment #24677165

    Why not just work with people you enjoy working with on your own research independently? If it provides someone with value, sure you can raise funds and generate revenue and dedica…

  10. story
    Ask HN: How to start with aerospace engineering as a programmer?

    I have a very good CS background and 2 years of mechatronics engineering. And I would like I to study aerospace engineering. I don't plan to work as an aerospace engineer, I just w…

  11. comment
    Comment #24633641

    Let's say that you can use these services while building your backend using a BaaS from the BaaS solution itself natively, would this solve your problem?

  12. story
    Ask HN: What are your pain points with current BaaS solutions?

    I'm building an opinionated domain-specific language for generating GraphQL APIs. You define your schema (models), authorization rules, and you can then extend it's functionality w…

  13. comment
    Comment #22759027

    I’m working on a domain-specific language for building GraphQL APIs in no time. I’m building this because I think that building APIs is unnecessarily tedious and I wanted to he abl…

  14. comment
    Comment #21482566

    When we started writing the code for Heavenly-x ( https://heavenlyx.com ), the first thing we needed to write before anything else is the definition of a data structure that repres…

  15. story