Computer Freaks
Blogging makes person busy, and a busy mind is creative | Just trying to be creative.
Pages
(Move to ...)
Home
▼
Extract field name and values from Java Objects
›
Suppose you have to write some generic utility which should extract the field name and values from Java DTO. Problem: There is a tracing l...
Binary Search and Gotchas
›
Binary search is an important algorithm because it helps find certain element's position fairly quickly even when there are vary large ...
Query DSL - start
›
build.gradle ext { javaGeneratedSources = file( " build/classes/generated " ) } idea { module { outputDir file( ' buil...
Neo4j Graph Database | Design tips
›
One thing I learned from working using Neo4j graph database is that we need to avoid replication as much as possible in graph database. Rep...
1 comment:
What I learned from deploying my Node application in AWS cloud
›
Well something needs to be done in the time of Corona (NCovid 19) virus. The schools are shutdown, and the work offices are shutting down as...
›
Home
View web version