Viewing profile — deepakarora3
deepakarora3
HN member- Joined
- Tue, Aug 25, 2020, 7:48 PM UTC
- HN karma
- 17
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About deepakarora3
Recent public activity
-
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!
-
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 …
-
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…
-
comment
Comment #43694597
What skillset and expereince do you have which is in demand? Just curious to know.
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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,…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…