Open in app

Sign In

Write

Sign In

Ankit Maheshwari
Ankit Maheshwari

396 Followers

Home

About

Pinned

Fraud transaction of ₹48,754 by scammers. PhonePe is NOT safe & secure?

Scammers are sending messages to PhonePe contacts asking for more money. My personal recommendation is to not use or not link a Bank account with PhonePe unless they address the issue. Complain being registered to Cybercrime, Police, and SBI Bank. Proofs screenshots are attached here. No support number to talk…

Phonepe

3 min read

Fraud transaction of ₹48,754 by scammers. PhonePe is NOT safe & secure?
Fraud transaction of ₹48,754 by scammers. PhonePe is NOT safe & secure?
Phonepe

3 min read


Published in

JavaScript in Plain English

·Pinned

Create a Single Page Website using Node.js and Express

To build a Website in Node.js we will use Express framework. Any other framework can also be used but Express is very popular when using Node. What to cover in this Article: #1) Installations. #2) Create new Node.js Project with Express.js #3) Create routes using Express. #4) Testing — to make sure everything is working. #1) Installation Required Node.js…

JavaScript

4 min read

Create a Single Page Website using Node.js and Express
Create a Single Page Website using Node.js and Express
JavaScript

4 min read


Apr 8

Android studio error Could not find method compile() for arguments.

How to fix Ionic Capacitor android build APK error. Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method compile() for arguments [com.github.ergovia-mobile:android-transcoder:v0.1.10R_ergovia] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. Solution steps: Open Android Studio → Go to File → Project structure → Select Dependencies → Change Compile to implement

Android

2 min read

Android studio error Could not find method compile() for arguments.
Android studio error Could not find method compile() for arguments.
Android

2 min read


Mar 21

Apple XCode iOS error NSURLErrorDomain or NSErrorFailingURLStringKey

The resource could not be loaded because the App Transport Security policy requires the use of a secure connection! From Apple documentation If you’re developing a new app, you should use HTTPS exclusively. If you have an existing app, you should use HTTPS as much as you can right now, and…

Apple

2 min read

Apple

2 min read


Jan 6

In the Ionic app text field that hides behind the keyboard issue is resolved.

Add the below code in config.xml file. After this, the content of the Ionic app page will adjust and move up when the keyboard opens on focus to a text field. <platform name="android"> .... .... <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application/activity" xmlns:android="http://schemas.android.com/apk/res/android"> <activity android:windowSoftInputMode="adjustResize" /> </edit-config> .... .... </platform>

Ionic

1 min read

Ionic

1 min read


Oct 20, 2022

AdMob-Plus Capacitor app Crashing issue in Android — Ionic Framework

AdMob Plus, using Capacitor with Ionic Framework. Crashing issue solution: This need to add in android/app/src/main/AndroidManifest.xml inside <application></application> for AdMob-Plus to work otherwise, the app will be crashing. <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-5607778480****~7299*****" /> <meta-data android:name="com.google.android.gms.ads.DELAY_APP_MEASUREMENT_INIT" android:value="true" />

Ionic

1 min read

AdMob-Plus Capacitor app Crashing issue in Android — Ionic Framework
AdMob-Plus Capacitor app Crashing issue in Android — Ionic Framework
Ionic

1 min read


Mar 31, 2022

What is the Recursion technique? Write Factorial program | Learn DSA

Recursion is a process of calling itself. A function that calls itself is called a recursive function. Example: If we place two parallel mirrors facing each other, an object in between two mirrors would be reflected recursively. In the same way, a recursive function is a function that calls itself. Syntax to define a recursive function:

Data Structures

3 min read

What is the Recursion technique? Write Factorial program | Learn DSA
What is the Recursion technique? Write Factorial program | Learn DSA
Data Structures

3 min read


Mar 30, 2022

What is Algorithm Complexity and Big O Notation? | Learn DSA

What is an Algorithm complexity, and how do we measure it in the context of algorithms? Answer: For the same problem and same inputs, different algorithms takes different time to solve. Sometimes the huge difference in time, especially when no of elements to manage grows. This complexity is called Big O, the Big O can be measured in following ways followed by more efficient to less efficient. …

Algorithms

2 min read

What is Algorithm Complexity and Big O Notation? | Learn DSA
What is Algorithm Complexity and Big O Notation? | Learn DSA
Algorithms

2 min read


Published in

AWS in Plain English

·Feb 22, 2022

BotKube Setup in Kubernetes Cluster

Part 4: A guide on setting up BotKube in Kubernetes Cluster. — BotKube is an app that helps monitor the Kubernetes cluster. It helps in debugging critical deployments & gives recommendations for standard practices. BotKube supports integration with Slack, Mattermost, or Microsoft Teams to monitor these activities. * Before continuing, remember to read: Kubernetes Local Setup — using Minikube and Kubectl [3]

Kubernetes

5 min read

BotKube Setup in Kubernetes Cluster
BotKube Setup in Kubernetes Cluster
Kubernetes

5 min read


Published in

AWS in Plain English

·Feb 22, 2022

Kubernetes Local Setup Using Minikube and Kubectl

Part 3: Learn what Minikube and Kubectl are and how to set up a Minikube cluster. — Before continuing, remember to read: Kubernetes Architecture [2] When we set up a production cluster — * We need multiple Master Nodes, at least two. * We also need multiple Worker Nodes, at least three. * These multiple Master and Worker Nodes are set up in virtual or physical machines. …

Kubernetes

5 min read

Kubernetes Local Setup Using Minikube and Kubectl
Kubernetes Local Setup Using Minikube and Kubectl
Kubernetes

5 min read

Ankit Maheshwari

Ankit Maheshwari

396 Followers

👨‍💻 Developer | ✍ Blogger

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams