Hacks

Regex for GUID in Java, Angular, React, C, Python, VueJS

A Globally Unique Identifier (GUID) is a unique reference number used in software development to identify resources or components. In this article, we will be discussing the concept of GUID and its structure. Further, we will explore the use of regular expressions (regex) to validate GUIDs in various programming languages and frameworks such as JavaScript, […]

Regex for GUID in Java, Angular, React, C, Python, VueJS Read More »

Best Screenshot Screen Snipping Tool for Mac & Windows to Mark with Arrows, Texts, Comment Share Screenshot Online

Sometimes we want to share what’s happening on our screen to others or just want to add screenshots in documents like word or emails etc. We usually press “Print Screen” button on our keyboards then go through following list of steps – Press “Print Screen” – Open Paint application – Press Ctrl V then Crop

Best Screenshot Screen Snipping Tool for Mac & Windows to Mark with Arrows, Texts, Comment Share Screenshot Online Read More »

How I resolved! “Your requested URL has been blocked as per the directions received from Department of Telecommunications, Government of India. Please contact administrator for more information.”

Today morning when I tried to open the Ionic Frameworks website, a strange message was showing up on screen “Your requested URL has been blocked as per the directions received from Department of Telecommunications, Government of India. Please contact administrator for more information.”

How I resolved! “Your requested URL has been blocked as per the directions received from Department of Telecommunications, Government of India. Please contact administrator for more information.” Read More »

Ionic 3 Resolve! Failed to install ‘cordova-plugin-admob-free’: Error: Variable(s) missing: ADMOB_APP_ID

Here we will discuss an issue faced during the platform build of Ionic 3 application, having an AdMob Free plugin. You can see that error below, this issue comes when we don’t add AdMob app id in an application using AdMob Free Ionic 3 native Plugin.

Ionic 3 Resolve! Failed to install ‘cordova-plugin-admob-free’: Error: Variable(s) missing: ADMOB_APP_ID Read More »

Resolved! Found com.google.android.gms:play-services-location:+, but version 9.0.0 is needed issue in Ionic 2/3

Hey! when I was building ionic 3 application using native plugins, I faced a strange issue during building my application to generate APK file out of it. Then I noticed that this issue was caused after adding Ionic’s Native “Background Geolocation” . So when I removed this plugin, APK generated successfully. I was in deadly need

Resolved! Found com.google.android.gms:play-services-location:+, but version 9.0.0 is needed issue in Ionic 2/3 Read More »