Live data from Hacker News

Viewing profile — deepakarora3

deepakarora3

HN member
Joined
Tue, Aug 25, 2020, 7:48 PM UTC
HN karma
17
Public activity
33 items

About deepakarora3

Engineering Director at American Express. Strong will and determination will see you through. Do not accept defeat and celebrate each day. Author of unify-jdocs and unify-flowret on https://github.com/americanexpress

Recent public activity

  1. comment
    Comment #47445462

    I one hundred percent support the above. Jooby is a great performant framework, simple to use with tons of flexibility and features. Super happy with it!

  2. comment
    Comment #46108866

    I would say yes. Having been a big fan of Dell and having used it's laptops for both professional and personal uses over many years, I have moved off it to Acer. Couple of reasons …

  3. story
    Show HN: Unify-Simple-Decision-Table

    I am happy to announce the open sourcing of unify-simple-decision-table, a simple and straightforward, light weight Java-based implementation of a decision table. It makes defining…

  4. comment
    Comment #43694597

    What skillset and expereince do you have which is in demand? Just curious to know.

  5. comment
    Comment #42623499

    For me: * 40 inch 21:9 aspect ratio. 34 is too small and 43 and above are too big * QHD i.e. 3440 X 1440 resolution - why? Because it renders the programming fonts perfectly - many…

  6. comment
    Comment #42330695

    I see that you gave the person 5 warnings - I feel 3 times is less and this is exactly what I would do. Its so much better to give people more chances rather than less and then let…

  7. comment
    Comment #41881740

    If you are using Java, you may want to check out the library I created for American Express and open sourced, unify-jdocs - it provides for working with JSON documents outside of P…

  8. comment
    Comment #41503432

    There is a diff functionality which I have provided in unify-jdocs that I think does exactly what you are looking for. You can get the details here -> https://github.com/americanex…

  9. comment
    Comment #40261754

    JSONPath is good when it comes to querying large JSON documents. But in my opinion, more than this is the need to simplify reading and writing from JSON documents. We use POJOs / m…

  10. comment
    Comment #40137917

    I have been using Google search for many years now and for the past few years have been wondering if the search has really gone bad or is it just me. I remember the days when searc…

  11. comment
    Comment #39986450

    I went the other way - because I so much disliked working with DTOs to work with JSON, I wrote a library that allows you to get rid of DTOs in the first place. No more POJO / DTO i…

  12. comment
    Comment #39604816

    Nice. It is great to see native lightweight opensource (I hope it is considering that someone said that there is no license file yet) solutions hit this space. For what it's worth,…

  13. comment
    Comment #38741326

    "And that’s when a real problem emerged; nobody knew who I was" and "I felt invisible, like I was all alone in this world. I could have had the best thing in the world, and no one …

  14. comment
    Comment #38447329

    Auther here - thanks for responding! I really do appreciate it. > The trend seems to be in the opposite direction. People became frustrated with the lack of types in Python and Jav…

  15. story
    Show HN: Unify-jdocs – read / write any JSON path with a single line of code

    Unify-jdocs is a Java JSON manipulation library which completely eliminates the need for model / POJO classes. Any read or write of a JSON path can be done in a single line of Java…

  16. story
    Ask HN: Java 21 virtual threads concurrency model

    In Java 21, virtual threads are mounted / unmounted on carrier threads for execution and there usually are multiple carrier threads in the JVM. This still remains a multithreaded c…

  17. story
    Show HN: Unify-jdocs has come a long way

    Unify-jdocs is a Java JSON manipulation library which completely eliminates the need for model / POJO classes. Any read or write of a JSON path can be done in a single line of Java…

  18. comment
    Comment #37856925

    Nice work! I see that that this is for processing / parsing large data sets and where documents do not conform to a fixed structure and for Go language. I made something similar in…

  19. comment
    Comment #37794248

    Nice! Talking of JSON schemas and validating JSON documents against schemas, for Java, I wrote unify-jdocs where I do not use JSON schemas but still do validations (I found them un…

  20. comment
    Comment #29518208

    A similar experience occurs with me almost always when jet lagged. After fighting off sleep for much of the day when I finally fall asleep during the later part of the day, it star…

  21. comment
    Comment #28485420

    Not at all to be critical of JSON schema, but my experience has been that for most use cases it is an overkill. As simple as it may be, it still is relatively complex. As someone m…

  22. comment
    Comment #26237744

    Yes it does but as someone else mentioned, it can be really challenging to work with. Its difficult to visualize the structure of the document. Its difficult to program against. Th…

  23. comment
    Comment #25971920

    Creating Java object models to map the JSON documents into was the problem that I was really fed up of. In my work, we have hundreds of JSON documents to manage and many a time the…

  24. comment
    Comment #25971871

    This article got my attention. Related to what you are saying, in Java, the problem that I was really fed up of was creating domain specific JSON object models to map the JSON docu…

  25. comment
    Comment #24543542

    Hi HN. I would like to show unify-flowret – yet another Java orchestration engine! You may wonder – why another orchestration engine when there are already so many. We have off the…