An Alfresco module for face and emotion recognition using Microsoft Azure, that analyze people photos and extract information about the gender, age, face expressions, emotions and others. So you can make a bulk photo import to Alfresco, and then make searches(for example, to know how many 30 age people photos are in the repository).
Read more
When administrating Cloud Foundry you spent quite some time on the shell leveraging various different CLI tools.
Of course, all the different tools require you to authenticate differently to their backends, leaving you struggling to remember the correct way to authenticate.
This blog post summarizes the authentication procedure for the most common CLI tools in the Cloud Foundry ecosystem.
Read more
Nowadays, developers are constantly working with APIs and not all of them have good documentation. This blog post shows how to create complete and updated documentation for APIs in Spring projects using Spring REST Docs.
Read more
Modern software engineering involves many tools for automating and speeding up the process of building, testing and deploying the software we are developing.
One interesting side effect is the potential of those tools when it comes to the set up of your local development environment.
Read more
When migrating to a new website it is very important to keep all the URLs of the old website alive, by permanently redirecting them to an equivalent page on the new version of the website.
Doing so helps to retain the achieved search engine ranking of the old website for the new one.
We have recently relaunched the mimacom website and were faced with migrating more than 3000 unique URLs of more than 10 different domains.
As the new mimacom website is a static website fully hosted on AWS, we were looking for a solution for implementing the redirects with AWS offerings.
Read more