Tech
-

The Reality of AI in Software Delivery
Since ChatGPT was launched to the public at the end of 2022, generative AI has quickly evolved from hype to an everyday tool. For software agencies, AI assistants are no longer just a trend. They help to implement projects faster, with higher quality, and at lower costs. But what is the actual added value for…
-

Five use cases for “Generative AI” in medium-sized companies
Generative AI is not just a trend with a bright future; it’s already a reality in many companies. Why? Because the low barrier to entry for AI products allows companies to achieve measurable cost reductions in the short term with minimal resource investment.
-

Receiving Messages From Laravel Echo Socket IO Backend in Android Application
Laravel? Android apps? WebSockets? Are you already familiar with these terms? Or would you simply like to know more about how to receive broadcasted events from the Laravel app in an Android app? Whatever the reason, read on for a step-to-step guide on how to do that with examples and explanations!
-

How to Implement Sign in With Apple Authentication in Symfony
Need help with implementing Apple’s recent Sign in with Apple feature? Our devs have prepared step-by-step instructions on how to do it. If you want to know more about this new feature and pick up a new skill, go through our new blog post.
-

How to edit word document templates with PHP and convert it to PDF?
Would it not be great if you can just use the normal Word-documents to convert them to PDF by using PHP? Yes, it would – and this article explains you how to achieve that as we set up a service that converts word documents delivered by clients or other project stakeholders to PDF documents with…
-

A Beautiful Symfony API Project Structure – Easy to Use, Maintain and Upgrade
With the constant growth of the number of internet-connected devices, the requirements for Web APIs is on the rise more than ever. So much so that common web frameworks are often being repurposed to serve as platforms for Rest API development. In this document we’ll attempt to answer a question that is as old as…
-

ASIN to EAN Converter PHP (Amazon ASIN2EAN)
Several of our customers have a shop on Amazon or Ebay. Usually, products on these platforms have their own identifiers in the respective system. It is quite often necessary to convert this Amazon based identifier (ASIN) to a global identifier such as EAN (European Article Number or International Article Number). There are several tools out…