Anamika Aggarwal
@anamika16
Anamika Aggarwal
@anamika16
a developer building things that makes sense
a developer building things that makes sense
Delhi, India
Devfolio stats
Devfolio stats
3
projects
3
0
prizes
0
12
hackathons
12
0
Hackathons org.
0
Medium Posts
Medium Posts

Publish your first app on Google Play
medium.com
First step is to get a Google Play account, and then create a new app from the dashboard. when you open the app dashboard, you’ll see a lot of things. Let’s first finish setting up the app part. after filling in basic details, the main thing is the store listing, and there you need to upload the app logo, mobile, and tablet screenshots. I used the Pixel Fold API 35 emulator (for tablet) to run my app and then captured a video (there was no screenshot option) then, I used https://ovdss.com/apps/video-scre...

OAuth and OpenID Connect
medium.com
We often confuse OIDC and OAuth, as their functionality is similar, but they are not the same. Let’s talk about OAuth first. OAuth is like accessing a platform by using existing credentials (such as Google or Twitter) to verify and authorize the user. OAuth Flow When returning to the redirect URI with an access code, the client secret (the secret that mywebsite.com got while setting up the Google Auth) is used in the backend to exchange the access code for an access token. Getting the direct token from t...

Write your first automated detox test in react-native
medium.com
This article will cover everything you need to write your first test for Agentic AI Testing in React Native using Detox and Wix Copilot. The entire guide will focus on the bare React Native app (without the Expo framework) and the Android perspective. if you have already done basic detox integration, then you can jump to step 7 for Wix Copilot Integration Install Detox as a development dependency npm i -D detox yarn add --dev detox 2. Install jest — to run the detox test internally npm install "jest@^2...