Blog

We write about technical solutions for the roadblocks we face in everyday work and more on trends in technology. This will help some of you to tackle issues quickly and get some useful tips.

Integrating Google Calendar API in Laravel

Integrating Google Calendar API in Laravel

Google Calendar is being used by millions of people to track their events. The Google Calendar API is used to integrate your application with Google Calendar to find and view calendar events. Complete the steps described in the rest of this page to Integrate Google Calendar API in a Laravel application. Generate API connection Go to Google Cloud Create a project ...

Introduction to redux for react native

Introduction to redux for react native

React native is a great tool to develop your mobile app in android and at the same time in iOS too. In my last project, the biggest issue that I faced with it is the complexity of the state management between react native components. If you can anticipate your project is going to bigger in size this would be a great choice to use Redux for state management. This blog is mainly intended to configure the Redux and connect with your existing app with it. Redux is a javascript library you can manage your application states. The main idea behind using redux is that if you have a central store the components will become more flexible to access and update the state from the same place. You can manage the data flow of an application using redux and use...

How to integrate SSO(Single Sign-on) in Laravel ?

How to integrate SSO(Single Sign-on) in Laravel ?

For every authorized application, a set of login credentials (username and password) are needed. It’s hard to keep different credentials for different applications. For faster access to multiple applications, users can use a single set of credentials. How is it possible? It can be achieved using Single sign-on (SSO). Single sign-on is a part of user authentication. Using SSO a user can easily be logged into multiple applications with a single set of credentials. Let’s focus on how we can implement SSO in Laravel. It’s quite easy to implement SSO in Laravel.

Shopware 6 vs Magento: Which Ecommerce Platform to Choose?

Shopware 6 vs Magento: Which Ecommerce Platform to Choose?

With the increasing popularity of Shopware in Europe, eCommerce business owners and start-ups are looking at the best systems to build or upgrade their webshops. From our extensive experience working with Magento and Shopware, we will provide some features of Shopware that could help some of you decide on your next open-source eCommerce software. Optimizing the Intuitive User Experience of Your Backend Admin Panel Magento has made improvements to its admin panel in the Magento 2 release. But Shopware still stands out here with its highly intuitive admin dashboard. It has the option to open multiple menu items as different windows inside the pane...

How to manage plugin updates without uploading in wordpress.org?

How to manage plugin updates without uploading in wordpress.org?

When developing a WordPress plugin or theme, there could be updates in future. When a plugin has updates, the developer can add new updates as new versions in plugins and themes. Normally, the WordPress plugin needs to be uploaded to WordPress.org plugins library and manage updates with git. But if it is a paid/pro plugin, it's not possible with WordPress.org, because WordPress.org is only for managing free plugins. In this situation, developers can manage the WordPress plugins and theme updates with their own servers with Plugin Update Checker. This is a custom update manager for WordPress plugins or themes useful if the owners don’t want to upload in public WordPress repositories. But it will help the users to get updates if available at the same time of developer update. The Custo...

Tensorflow – Is it going to change the way AI applications are built?

Tensorflow – Is it going to change the way AI applications are built?

Computing technologies are evolving more than ever into the AI (Artificial Intelligence) space. Big tech companies already started to show off their AI-powered applications. An example would be the Google assistant that can fix a haircut appointment. Companies like Google have been inviting developers to the development process, but this required big data sets and better machines. In 2015 Google released Tensorflow, an open-source Machine Learning library with the data flow of machine learning and neural networks for research and production. Machine Learning (ML) is a prominent approach to AI implementation. Tensorflow pro...

Push notifications in React-native android app using FCM

Push notifications in React-native android app using FCM

For a successful mobile app, push notifications are very essential. It keeps the app live and boosts app usage and traffic. Push notifications can keep users updated and give app admin a way to send notification easily to end users and keep them updated. For a beginner, it is always a bit tricky to set up. Sometimes version mismatches could create a lot of error while developing. This article will show step by step implementation of FCM (Firebase Cloud Messaging) notifications to a React-native app. Firebase Cloud Messaging (FCM) is a cross-platform messaging solution from Google that lets us deliver messages to devices. First of all, ...

Push notifications in Ionic android mobile app using FCM

Push notifications in Ionic android mobile app using FCM

For a successful mobile app, push notifications are very essential. It keeps the app live and boosts app usage and traffic. Push notifications can keep users updated and give app admin a way for send notification easily to end users and keep them updated. This article will show step by step implementation of FCM(Firebase Cloud Messaging) notifications in an Ionic mobile app. Firebase Cloud Messaging (FCM) is a cross-platform messaging solution from google that lets us deliver messages to devices. First of all, let's start a new ionic app using following command. We are not going to all details of setting up the platform f...

Top 10 Ideas to Double your E-Commerce Sales in 2018!

Top 10 Ideas to Double your E-Commerce Sales in 2018!

Starting an E-commerce business is easy but surviving is difficult. Do you know which was the first E-commerce business to achieve success? It was back in 1995, Amazon was launched but achieved its first profit in 2001. New E-commerce businesses are launching and shutting down each and every day. Sometimes all you need to achieve success may be a few things. Today’s E-commerce is quite different from what it was 5 years ago. To survive you must know how to grab and retain customers. Using an opensource software like Magento as the e-commerce platform you can easily launch and work well with selling online. This article is focused on the top 10 creative and must do marketing strategies to achieve success in your online sales in 2018.   1. Keep your store design profes...

Optimizing Magento for Speed and Performance

Optimizing Magento for Speed and Performance

Magento is a very good ecommerce solution at the same time as they call it ‘an over engineered’ system which is not very light. But can we rule it out from the list of ecommerce softwares we would consider? Definitely not. Reasons are anything from Magento being open source to the community help and plugins’ availability. We help many of our clients with site speed optimization and performance boosting of their webshops. Here we will share some techniques we generally use. Most of these suggestions you can see from Google pagespeed insights. 1. Image Optimization Make sure all the images used in the site, including banners and product images are saved for web. If...

Page 16 of 19« First...10...1415161718...Last »
2hats Logic HelpBot