-
Enterprise Java
Processing real-time data with Storm, Kafka and ElasticSearch – Part 4
1. Introduction In the third part of this series of articles about real-time stream processing we learned how to import…
Read More » -
DevOps
Using a disk-based Redis clone to reduce AWS S3 bill
Redis is an in-memory database with very high write and read speed, and a limitation that data sets can’t be larger…
Read More » -
Core Java
Retry In The Future
Writing asynchronous code in Javascript is relatively easy. // async function let attempt = 1; while (true) { try {…
Read More » -
Software Development
It Looks Right To Me
When writing a test it’s important to test both positive and negative scenarios. It’s important to test edge cases. However,…
Read More » -
Software Development
Choosing the Right Testing Strategy to Scale up Mobile App Testing
As soon as we hear the word mobile, we realize that it has majorly occupied the human space. Internet, videos,…
Read More » -
Enterprise Java
REST API Design: Dealing with concurrent updates
Concurrency control can be an important part of a REST API, especially if you expect concurrent update requests for the…
Read More » -
Enterprise Java
Upload files in Spring Boot application using Commons FileUpload
In our previous post, we saw how to upload a file using the Spring framework’s default implementation for MultipartFile interface.…
Read More » -
Enterprise Java
Uploading files in Spring Boot application
Uploading files is one of the most common operations in a web application. In this article we will look at…
Read More » -
Software Development
[MEGA DEAL] The All-In-One 2021 Super-Sized Ethical Hacking Bundle (98% off)
18 Courses from Top Cyber Security Instructors to Take Your Ethical Hacking Expertise to the Next Level — From Python…
Read More »