localstorage as alternative of Session and Cookie

WP site hosting platform WPEngine does not support feature to create or access Session and Cookie variable due to security reason. So while seeking alternative to store and access different values across the site I found localStorage.

localStorage is a attribute of browser that allows sites to preserve value in a browser. Such data stored will be available even after the browser’s window is closed. Continue reading localstorage as alternative of Session and Cookie

How to enable dark mode in Google Chrome?

Google has enabled dark mode in its browser Google Chrome. Below are the steps to enable dark mode in Google Chrome.
1) Launch Google Chrome
2) Type chrome://flags/ on the url bar
3) Search for flag with text “Force Dark Mode for Web Contents” as shown below and Select Enable in the select box of the flag

How to enable dark mode in Google Chrome
How to enable dark mode in Google Chrome

Now you have to restart/relaunch the Google Chrome to see the change. Hope you like the post on how to enable dark mode in Google Chrome

Error Exception in php artisan make migration

Recently, I came across an issue of Error Exception in php artisan make migration while coding in laravel to create a table via migration as shown in the below screenshot.

Error Exception in php artisan make migration
Error Exception in php artisan make migration

Continue reading Error Exception in php artisan make migration

How to stop getting notifications from a skype group

Skype is one of the best communicating tools for conversation among your colleagues, clients, co-workers which has a feature to create a group and have a conversation. At times these group chats may be disturbing when you are having a serious call or conversation so you can turn the conversation notification off and resume when necessary. Below is the small step on how to stop getting notifications from a skype group. Leaving group may be the ultimate solution but you may still want to see the ongoing conversation happening there. Continue reading How to stop getting notifications from a skype group

What are mostly used Chrome and Firefox extensions by a Developer

If you are a programmer/developer you might be wondering Mostly used Chrome and Firefox extensions by a Developer. I have tried to list some of the most used Chrome and Firefox extensions by a programmer/developer.
Adblock Plus
Todo Tab
Work Mode
NewsFeed Eradicator
Grammar.ly Continue reading What are mostly used Chrome and Firefox extensions by a Developer

HBL e-commerce payment gateway for the Nepali E-commerce site

Himalayan Bank Limited has extended a major service HBL e-commerce payment gateway for the Nepali E-commerce site owners for Nepal. It has introduced a payment gateway through which VISA & Master Card of the bank account holders and another good news is that they will be introducing American Express, JCB, UnionPay & SCT in near future to facilitate more consumers. Continue reading HBL e-commerce payment gateway for the Nepali E-commerce site

Facebook pages from Nepal for Programmers

Below are few of the Facebook pages for Programmers from Nepal known to me, if I missed any please add in the comment section I will be updating them.

https://www.facebook.com/groups/wordpressbhaktapur/
https://www.facebook.com/groups/wordpressnepal/
https://www.facebook.com/groups/231924633676927/?ref=search
https://www.facebook.com/groups/officialdevelopersnepal/
https://www.facebook.com/groups/109070762572263/
https://www.facebook.com/groups/rubydevelopersnepal/
https://www.facebook.com/mobile.apps.developers.nepal/
https://www.facebook.com/groups/vrnepal/
https://www.facebook.com/groups/nepaleserordeveloper/
https://www.facebook.com/groups/webdevelopersnepal/
https://www.facebook.com/groups/910111175782694/
https://www.facebook.com/groups/gdcnepal/
https://www.facebook.com/groups/JavaNepal/
https://www.facebook.com/groups/laravel.nepal/
https://www.facebook.com/groups/wp.plug.dev.np/
https://www.facebook.com/groups/dotnetdevnepal/
https://www.facebook.com/groups/developersnepal/
https://www.facebook.com/groups/codeigniter.nepal/
https://www.facebook.com/groups/wordpressthemedevelopernepal/
https://www.facebook.com/groups/607443336084988/
https://www.facebook.com/groups/607443336084988/
https://www.facebook.com/groups/354877791514518/
https://www.facebook.com/groups/symfonynepal/
https://www.facebook.com/groups/276304182470862/
https://www.facebook.com/groups/328411787331865/
https://www.facebook.com/groups/133816063348237/?
https://www.facebook.com/groups/589536991247892/
https://www.facebook.com/groups/613698375414575/
https://www.facebook.com/groups/145681835580766/
https://www.facebook.com/groups/128633937764549/
https://www.facebook.com/groups/611987645604146/
https://www.facebook.com/groups/developernepal/
https://www.facebook.com/groups/1627668140893566/
https://www.facebook.com/groups/1466585176901585/
https://www.facebook.com/groups/nepalr/
https://www.facebook.com/groups/519707794766102/
https://www.facebook.com/groups/100162466803741/
https://www.facebook.com/groups/ICT4MDN/
https://www.facebook.com/groups/gdgnepal/
https://www.facebook.com/groups/osdcn/
https://www.facebook.com/groups/156019947782168/
https://www.facebook.com/groups/1535774786634244/
https://www.facebook.com/groups/1518223711746970/
https://www.facebook.com/groups/528508153879435/
https://www.facebook.com/groups/699516416844438/
https://www.facebook.com/groups/298732896961314/

YouTube launches new feature to share videos

YouTube launches new feature to share videos to your Google contacts in mobile app as shown in the image below.

YouTube launches new feature to share video
YouTube launches new feature to share video

This feature has made sharing videos just got a lot more fun on the YouTube app easier. It may come handy if you are YouTube Vlogger to gain more reach to your contacts. These shared videos all live in a brand new tab on your YouTube mobile app, making it easier than ever to catch up on videos your friends have shared or to show them a few of your own favorites.

Will oneplus 3 , oneplus 3t get a android 8.0 oreo update

If you are proud owner of OnePlus or OnePlus 3T then you must be worrying Will oneplus 3 , oneplus 3t get a android 8.0 oreo update or not? I am OnePlus 3 owner so, I too am worried if I will get hands on Oreo in my phone or not.

According to response from OnePlus to an AMA on Reddit, the OnePlus 3 and OnePlus 3T will receive Android O within this year.

could not open input file artisan

IF you are getting an error message like “could not open input file artisan” while running a command php artisan make:controller ListController in Laravel then I have simple solution based on my experience.

Initially, I had created a folder “services” under D:\xampp\htdocs\allure\ and I created a Laravel project services inside services folder. I forgot and ran the command “php artisan make:controller ListController” resulting error message as “could not open input file artisan” like shown below Continue reading could not open input file artisan