Live data from Hacker News

Viewing profile — shujutech

shujutech

HN member
Joined
Thu, Dec 21, 2017, 3:58 PM UTC
HN karma
6
Public activity
32 items

About shujutech

No profile information was provided.

Recent public activity

  1. comment
    Comment #38298776

    The current ORM do not map seamlessly to OO. Please check this instead: - http://shujutech.mywire.org/corporation?goto=ormj - https://github.com/shujutech/StORMi We're looking for …

  2. story
    Show HN: ORM Without the Need for SQL

    Programming languages support for OO have been properly implemented, the gap is OO database that unfortunately never take off.

  3. story
  4. story
  5. comment
    Comment #26538848

    Dynamically create HTML page to reflect the data according to it's JSON structure.

  6. story
  7. comment
    Comment #25787671

    Sorry I don't agree, one must see OO as the next steps from linear coding, then procedural coding and then OO. OO is about how you should structure your enterprise application acco…

  8. comment
    Comment #25631326

    It's safer to use relational db for all business applications since transactions integrity is required most of the time. To reduce complexity, check out: https://github.com/shujute…

  9. story
  10. comment
    Comment #25627913

    This is the only ORM that fully maps class abstraction, inheritance, instant variable, polymorphism and etc. It make programming more natural by leveraging on Java's OO capabilitie…

  11. story
  12. comment
    Comment #25627886

    This is the only ORM that fully maps class abstraction, inheritance, instant variable, polymorphism and etc. It make programming more natural by leveraging on Java's OO capabilitie…

  13. story
  14. comment
    Comment #23308260

    Those giant framework should have done this, create your data model and automatically generate HTML UI for all the CRUD.

  15. story
  16. comment
    Comment #23268461

    Convert JSON structure such as employee record, payroll record etc to HTML user interface. Code is at: https://github.com/shujutech/StIGMa/blob/master/README.md Check out the "samp…

  17. story
  18. story
    Standardizing Jsoin into Web UI

    Lets make it a standard to convert json containing real world object into web UI, we can start from the one link shown below: http://shujutech.mywire.org/corporation?goto=json2web

  19. story
  20. comment
    Comment #18696080

    In coporate enviroment code review is mostly abuse for political reasons and useless. If there's seniors who think their coding style is better, its preferred that they provide sam…

  21. comment
    Comment #18624410

    Because employers is hiring your service base on time and not according to delivery. Need to devise a system where programmers are paid base on deliveries and not time. It's also m…

  22. story
  23. comment
    Comment #18280169

    Try STIGMA --> http://shujutech.mywire.org/corporation?goto=json2web It translate JSON structure into WEB UI with bootstrap look and feel with sliders to represent array of objects…

  24. story
  25. story
    Convert JSON to HTML web page

    Convert real world object into web page HTML page. All information from JSON is used to determine how the page is rendered. http://shujutech.mywire.org/corporation?goto=json2web Pl…