Migrating your website to the cloud: The Fastest Service by Zongotech
Posted by:Ryan zongo, June - 19 - 2020
Cloud migration is the process of moving data, applications or other business elements to a cloud computing environment. There are various types of cloud migrations an enterprise can perform. One common model is the transfer of data and applications from a local, on-premises data center to the public cloud.
During this period of uncertainty, it is essential to guarantee the continuity of business activities to ensure the sustainability of our entire economic ecosystem.
If your organization is looking to modernize mission-critical applications and you’re planning a cloud migration as part of this process, you don’t want to repeat mistakes that others have done.
We follow a checklist that is know t be one of the best approach:
The checklist includes:
- Establish the migration-architect role
- Choose your level of cloud integration
- Choose a single cloud or go multi-cloud
- Establish cloud KPIs
- Establish performance baselines
- Prioritize migration components
- Perform any necessary refactoring
- Create a data-migration plan
- Switch over production
- Review application resource allocation
At Zongotech, we specialized on doing the work for you. You have data , Website, apps needed to be transfer to AWS let us know.
Happy new year
Posted by:Ryan zongo, December - 31 - 2018
In 2019, Influence people to do the right things, inspire them to do their best.
Happy new year from all of us!
#mywish4you #davidz
Burkina 24 mobile application
Posted by:Alice O., April - 27 - 2017
For the 5th Anniversary, Burkina 24 chooses Zongotech to create a brand new mobile application for the news media. This Montreal based company provided an Iphone and Android version of the site. The app is built with Ionic 1.x and AngularJs and Cordova.
The apps provided a lot of functionalities such as push notification , Login and more.
Cretes Choisit zongotech pour son nouveau site
Posted by:Alice O., March - 16 - 2017
Montréal canada. 15 mars 2017 / ZongoTech Inc, une société de conseil et de développement de logiciels, web et mobile innovants, a annoncé aujourd’hui que CRETES qui fait la promotion de réseau d’entreprises a choisi Zongotech pour bâtir son nouveau site Web.
Dans le cadre de sa stratégie de devenir l’entreprise la plus digne de confiance dans le domaine, et de son engagement à combler les lacunes dans le paysage africain, CretesLab a décidé de remplacer son ancien site par un nouveau avec les dernières technologies sur le marché, en choisissant Zongotech. CRETES s’appuie sur un réseau d’experts de compétences variées en économie, statistiques, finance, démographie, sociologie, droit et autres sciences sociales.
Le nouveau site est prévu pour le 20 avril 2017
Les technologies mobiles et Internet continuent de faire du monde un endroit plus petit et plus intime. Nous croyons que Zonotech peut jouer un rôle important pour toute entreprise qui souhaite marquer sa présemce sur le net ou créer un impact fort et dynamique pour ses clients et visiteurs. Zongotech propose une version mobile et Web pour tous les nouveaux clients.
Cretes selects Zongotech to revamp their company site
Posted by:Alice O.,
Montreal, Canada. March 15, 2017 / ZongoTech Inc, An innovative software, web and mobile development and consulting company announced today that Africa’s promoting business network based in Paris, has selected Zongotech to build their brand new website.
As part of its strategy to become the most trusted company in the field , and It commitment to helping fill the gaps in the African landscape, CretesLab decided to replace its old website to a brand new one with the latest technologies in the market, by choosing zongotech. CRETES relies on a network of experts of varied skills in economics, statistics, finance, demography, sociology, law and other social sciences.
The new site is planned to be released by April 20th, 2017
Mobile and Internet technologies continue to make the world a smaller, more intimate place. We believe that Zonotech can play an important role for any company that wants to be present online or create strong, dynamic impact to its clients and visitor. Zongotech delivers all suite Mobile and web version for the entire satisfaction of its clients.
Burkina24 choisit zongotech Inc
Posted by:Alice O., January - 01 - 2017
Pour le 5ème anniversaire, la compagnie Burkina 24 sarl a choisit Zongotech pour créer une nouvelle application mobile pour son médias. Cette société , Zongotech,basée à Montréal a travaillé sur la version iPhone et Android du site. L’application est construite avec Ionic 1.x et AngularJs et Cordova. Une technologie efficasse qui permet d’avoir un code pour toutes les platformes.
Les applications ont beaucoup de fonctionnalités telles que la notification push, la connexion admin et bien d’autre.
Ionic wordpress Access-Control-Allow-Origin json ApI error (CORS)
Posted by:Ryan zongo, May - 07 - 2016
What to do when your ionic cannot pull data from your wordpress with JSON ApI ?
This plugin provides a JSON format for the content that is in the wordpress. But
- You will need to go to wp-content/themes/myTheme
- open functions.php
- Add this header(“Access-Control-Allow-Origin: *”); right after <?php
<?php
header(“Access-Control-Allow-Origin: *”);
II. solution 2
Some advice to modify directly the pluggin
You just have to add:
<? header("Access-Control-Allow-Origin: *"); ?>
On the file api.php, this file is located in wp-content/plugins/json-api/singletons/api.php
Your choice.
How to solve cordova plugin whitelist.
Posted by:Ryan zongo,
You are almost there. But you get another error :
You must install the whitelist plugin but you dont know how to configure this plugin to work with cordova-android
In this case no worries. This step works fine
- run this ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git
- in xml config::: Add this <allow-navigation href=”*” />
- in your index.html add <meta http-equiv=”Content-Security-Policy” content=”default-src *; style-src ‘self’ ‘unsafe-inline’; script-src ‘self’ ‘unsafe-inline’ ‘unsafe-eval'”>
Create Ionic App from A to Z with WordPress
Posted by:Ryan zongo,
Here are the step to make your app runing in 5 minute
Ionic is cool for everyone. If you need help after this steps do not hesitate to drop me a line. I am here to help. We offer end to end user experience and service for all our clients.
Again, these are steps and i will show you the app that came up after this steps.
- Ionic start myAppName
- ionic platform rm android
- ionic resources –icon
- ionic resources –splash
- ionic platform add android
- Ionic plugin add cordova-plugin-admobpro
- cordova plugin add cordova-plugin-whitelist
- ionic build android
- adb devices
- adb install -r platforms/android/build/outputs/apk/android-debug.apk
debug:
ionic run android -l -c
This last command will launch the app in debug mode
If you want to inspect the app from Chrome, just type or copy paste in the browser the followin line
chrome://inspect/#devices
The two commands are not necessary
- ionic resources –icon
- ionic resources –splash
However it will help you generate the icon and splash. Here is the result icons i made
Deploying Ionic to Google play
Posted by:Ryan zongo,
Most users fall into the scenario:
$ionic start myapp
$cd myapp
$ionic platform add android
But if you try this ionic platform add android you may get this error
Failed to install 'plugin.google.maps':Error: Variable(s) missing: API_KEY_FOR_ANDROID
Solution:
You need to modify the plugin.xml file. Open the plugin.xml with your text editor.
Find and delete the two lines: <preference name=”API_KEY_FOR_ANDROID” /> and <preference name=”API_KEY_FOR_IOS” />
Feature Photo: one of the apps we have made