Viewing profile — shujutech
shujutech
HN member- Joined
- Thu, Dec 21, 2017, 3:58 PM UTC
- HN karma
- 6
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About shujutech
No profile information was provided.
Recent public activity
-
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 …
-
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.
- story
- story
-
comment
Comment #26538848
Dynamically create HTML page to reflect the data according to it's JSON structure.
- story
-
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…
-
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…
- story
-
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…
- story
-
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…
- story
-
comment
Comment #23308260
Those giant framework should have done this, create your data model and automatically generate HTML UI for all the CRUD.
- story
-
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…
- story
-
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
- story
-
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…
-
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…
- story
-
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…
- story
-
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…