Things to know before starting with DynamoDB
DynamoDB is a fully managed NoSQL database offered by Amazon Web Services. By the way it works great for smaller scale applications, the limitations it
DynamoDB is a fully managed NoSQL database offered by Amazon Web Services. By the way it works great for smaller scale applications, the limitations it
In this RESTful web services blog, we will learn about how to enable the HTTP basic authentication for your web application. HTTP basic authentication is
Evolving databases has been one of the major challenges for software development. Often regardless of our software development methodology, the database follows a different change
When creating an application with REST API, good documentation is one of the mandatory non-functional requirement otherwise whoever is going to consume will have to
The basic idea of MDC is to provide a way to enrich log messages with pieces of information that could not be available in the
“Do I go for SLF4j or LOG4j or both?” Classic question from my team. SLF4j has been around for sometime now and has been adopted heavily
Have you been told many times, don’t use + operator to concatenate Strings? We know that it is not good for performance. How do you really
Some of my team members asked me how to merge only specific commits from a branch into the current branch. The reason you’d want to do this
Minification is a process of compressing the source code, without changing it’s functionality. This technique is useful sometimes, specially in the case of a web
Microservice architecture, or simply microservices, is a distinctive method of developing software systems that have grown in popularity in recent years. In fact, for many developers