Highlight

How to integrate your data into a Cloud ERP software?

Any organization considering acquiring an ERP software module from a CRM to Finance, HR, SCM, or Sales & Marketing will ask how to integrate their existing data. Whether it is a Cloud or On-Premise ERP, the methods for importing, exporting, and continuously synchronizing data within your organization’s existing systems are the same. The main difference …

How to integrate your data into a Cloud ERP software? Read More »

Azure DevOps release pipeline test and deploy screenshot

How to create a CI/CD pipeline for Java on Azure Devops?

Continuous integration(CI) and continuous delivery(CD) pipelines have become the norm in software engineering. In the corporate world, a CI/CD pipeline is especially useful to ensure your entire development team is following the best quality guidelines and drastically shorten the deployment cycle to satisfy your customers. Thus why all Cloud providers are now providing their CI/CD …

How to create a CI/CD pipeline for Java on Azure Devops? Read More »

How to upload a folder content to AWS S3 in PHP?

From machine learning to a lambda function, most of the projects running on AWS relies on an S3 bucket to store the files you need for other AWS services. Uploading using the AWS S3 bucket web interface can be impossible when the folder contents contain thousands of files. (or if this folder is only available …

How to upload a folder content to AWS S3 in PHP? Read More »

How to migrate an SVN repository to GIT and your company Gitlab?

Companies often want to implement a Jenkins or Gitlab pipeline to improve their development quality and automate their continuous testing. Companies will then often migrate their source control software from SVN to GIT and Gitlab. Following John Albin great article available here https://john.albin.net/git/convert-subversion-to-git and Gitlab documentation I migrated a couple of SVN repository to GIT …

How to migrate an SVN repository to GIT and your company Gitlab? Read More »

How to configure your own Dropbox alternative encrypted private cloud storage on AWS with Owncloud?

I fell in love with how valuable a file hosting service can be around 2010 by getting introduced to Dropbox. Being able to access your files on the go and synchronize them between multiple computers was a game changer at a time where Cloud computing wasn’t yet a buzzword. 1) Why should you use an …

How to configure your own Dropbox alternative encrypted private cloud storage on AWS with Owncloud? Read More »

Screenshot of joke me bot conversation in messenger

How to build a Facebook Chatbot running on AWS Lambda and Claudia js Bot Builder ?

Chatbots have been around for a while now and I’ve had the opportunity to build a couple of them for clients using Oracle and AWS tools. I’m not a huge fan of brands building chatbot to use as customer support, let’s be honest, there is nothing worse than having to cope with a robot when …

How to build a Facebook Chatbot running on AWS Lambda and Claudia js Bot Builder ? Read More »

How to host an https WordPress site on AWS EC2 with a Let’s Encrypt SSL certificate ?

Hosting a WordPress blog/website on the AWS EC2 platform can be pretty useful when you know how to maintain Linux servers and want to tinker it yourself. (Free for your account first-year / then around €10/month) This is great for a small personal blog where you’ll do the maintenance and scalability yourself. (OS, databases, and …

How to host an https WordPress site on AWS EC2 with a Let’s Encrypt SSL certificate ? Read More »

Screenshot of an ADF 11g View Object with View Criteria

How to apply a viewCriteria programmatically in ADF?

You often need to filter and modify the where clause of your view object programmatically in your controller bean depending on a user action. (for example, a click on a button will show a different set of data in the same table) To do so you can either add the where clause programmatically in the …

How to apply a viewCriteria programmatically in ADF? Read More »

Scroll to Top