Overview – As AI becomes all-pervading, it needs to be more responsible and ethical. AI without these boundaries can cause massive problems. However, the task is not easy. First, all stakeholders must stop treating responsible AI and ethical AI as…
What is the impact of Artificial Intelligence (AI) on art?
Overview – AI has been creating its own niche in art and it has cast its influence in many ways. Art, which has been the sole domain of human beings, is now being created by algorithms and that is a…
The Fundamentals of a Fully Functional E-Commerce Site
Overview – Have you finally decided to take a leap into the exciting world of e-commerce? Countless individuals much like yourself have already enjoyed a fair amount of success, and this very same outcome might not be far off. It…
Revisit – Hadoop 2.0 (YARN) Framework
Introduction Since the time when Big Data was introduced it has gone through multiple phases of evolution. Hadoop was introduced in 2005 with some initial features such as the MapReduce processing engine which allowed large scale data processing workloads distributed…
Top 10 Benefits of Blockchain Technology for Business
Overview – Since Bitcoin catapulted Blockchain into the limelight and it’s been widely touted for its potential to transform the industry, there is no denying that small businesses can use blockchain technology to transform themselves. The benefits of Blockchain technology…
Social Media optimization and improving your Social Media Content
Overview – Every brand today aspires to have a loyal and fascinated social media following. Building a true social media following, on the other hand, is difficult. It’s not enough to be active on social media platforms. SMO (social media optimization)…
Influence of SaaS and Analytics on Application portfolio management (APM)
Influence of SaaS and Analytics on Application portfolio management (APM) Overview The markets for both Application Portfolio Management (APM) and Software as a Service (SaaS) have been soaring. IT enterprises have been realizing the need for APM to improve the…
Spring Tutorial – Messaging with Redis using the Spring
Overview Redis is a multiutility datastore which allows you to implement many different use cases – messaging application is one of them. When you create a messaging application with Redis, you are leveraging the twin benefits both Redis and the…
Spring Tutorial – Microservice with Spring Boot framework
Overview: The concept of Microservices is being widely put into practice across enterprises. Compared to the monolithic IT systems, Microservices offer more benefits and help overcome the limitations of the monolithic systems, especially in the context of modern-day needs of…
Spring Tutorial – Connect Spring with Hibernate (ORM)
Overview Spring ORM integration with Hibernate can be an important milestone to building a quality enterprise application. Spring is one of the most popular enterprise application development frameworks and Hibernate is one of the most popular database to object mapping…
Spring Tutorial – JPA (Java persistence API) with spring framework
Overview The Object Relational Mapping (ORM) concept is much-favoured these days because of the relative advantages it offers over relational database systems. ORM makes managing database a simpler task than do relational database systems. Enterprises want to spend as less…
Spring Tutorial – Connecting database using spring framework
Overview: The Spring JDBC template provides a better way than that by JDBC ODBC drivers for integrating Java calls or requests with popular database programs. While the objective of both Spring JDBC and JDBC and ODBC is the same, the…
Spring Tutorial – Spring Expression Language (EL)
Overview: The Spring Expression Language, abbreviated as SpEL, is basically an expression language. It is very powerful in its workings and offers support for queries and manipulation of an object graph during runtime. The feature was released with Spring 3.0…