Blog Type: Technology

Image Classification Using TensorFlow in Python

Introduction In the previous blog post Deep learning using TensorFlow – we saw how we can use TensorFlow on a simple data set. In this example, we are going to use TensorFlow for image classification. The dataset that we are going to use is the MNIST data set which is part of the TensorFlow datasets. […]

Deep Learning with TensorFlow

Deep Learning Deep learning is a subset of machine learning, which is a subset of Artificial Intelligence. Artificial Intelligence is a technique that enables a machine to imitate human behavior. Deep learning is a type of machine learning, inspired by the structure of the human brain. This structure is called an artificial neural network. Deep […]

PayPal as a Payment Gateway in a Laravel APP

When building an enterprise eCommerce solution, one of the most important decisions we need to make is the payment gateway that will be used in our application. Even though we can use multiple gateways, we do not suggest that practice especially when small businesses are concerned. PayPal offers a secure and fast way of paying […]

What Is EUT and Why Is It Important?

How often do we have developers complaining about the bugs they get because of not having sufficient technical information? Bugs containing only the end result of the issue, but not deep analyses for such behavior? How often dev team spend hours troubleshooting, looking into logs, and trying to reproduce a defect? How often do we […]

How to make an eCommerce application using Laravel and CommerceTools (Part 3)

1. Introduction We have finally reached the last part of our mini-tutorial. Thanks for following up so far! Now comes the easy part, the integration of Stripe for payments in our e-commerce platform. Stripe builds the most powerful and flexible tools for Internet commerce. Whether you’re creating a subscription service, an on-demand marketplace, an e-commerce […]

How to make an eCommerce application using Laravel and CommerceTools (Part 2)

Introduction Hey there, and welcome to part 2 of our “How to make an eCommerce application using Laravel and commercetools”. In the first part, we have finished the fetching and displaying of data related to categories. For this part, we will be tackling the cart functionality of the system. Shopping cart software is a piece […]

How to Make an eCommerce Application Using Laravel and CommerceTools (Part 1)

1. Introduction An indication of good enterprise eCommerce software is the modularity and the ability to scale on demand without drawing too many resources. In this blog post series, we will take a look at building a fully maintainable and scalable eCommerce application using Laravel and commercetools. In this eCommerce application, we will use commercetools […]

E-commerce Has Already Become the New Trend – Are You Ready for It?

E-commerce or the process of buying products via the Internet has become the new trend overnight, the same as remote working. Until recently, the growth of this industry has had some steady steps, slowly progressing over the years, in step with technology. But, this steady progress has changed completely in less than one month, shifting […]

How to Build a Customer Contact Center in the Cloud Fast and Easy?

Contact centers, in many cases, are the first point of contact for many organizations. Customer service organization aims to deliver an exceptional level of services to all customers supporting them 24/7. At the low end, call centers simply route incoming calls to any available agent. More sophisticated systems support more sophisticated routing and interaction, including the […]