Blog

How to Connect React Native Mobile application to the Hosted URL?

Steps to be followed:  Configure in the API URL as “http:// /api” inside your React Native mobile application project wherever its needed. Run the Postman script to fetch the data. !!! Special Note :- while running the postman do not have the “/” at the end of the URL. Open a New Terminal in your […]

READ MORE

How to Change the phpversions – WAMP?

  Generally, the php version can be changed for the account in the environment variables. It could be changed globally in the env variables, by simply selecting ‘Change env variables’. The easiest way is to change in laragon settings, and then it’s the logged in user’s env variable is changed. However when changing from php7+ […]

READ MORE

Try catch & DB Rollback

  Recently I came across a peculiar issue, which I have never met before. The Try catch was not working, DB Rollback worked only for the first time in a loop and not for the rest of the items My coding structure was as follows:   Why this Happened? The first reason to not get […]

READ MORE

How to Connect React Native Mobile application to the Local host?

Steps to be followed:   Set to http://127.0.0.1 in the env file of the Laravel project. Start the service from the Laravel backend. Configure in the API URL as “http://10.0.2.2:8000/api” inside your React Native mobile application project wherever its needed. Run a Postman script to fetch the data from the backend as per the Laravel […]

READ MORE

Error Establishing a Database Connection for WordPress site on GoDaddy Server

It all started, when Kosala and I transferred our client’s brand new WordPress site to his GoDaddy server account. We added the domain through ‘Deluxe Windows Hosting’ created a database with user id and passwords, and transferred all the WodrPress files to the domain. We typed the url gleefully in our browser…and we were greeted […]

READ MORE

Connecting to Realand AC 121 for Remote Data Download via internet

I thought of putting this article as you might also come across similar issues, also trust me on this, up to the date, until I uploaded this blog post, myself or any one of my team mates couldn’t find a single article about solving the data download from AC121 through internet. Even the AC 121 […]

READ MORE

NSBM career fair 2017

We drove into the spacious, calm NSBM green university grounds on last Sunday the 26th Nov 2017. The number of vehicles parked in many rows was evident of the several of attendees to the event, though none were to be seen outside. The banners of many sponsors were flapping for the wind adding a new […]

READ MORE