Thursday, 31 July 2025
Thursday, 24 July 2025
teams bot using ai
https://osmosys.co/blog/microsoft-teams-bot-development-a-step-by-step-guide/
https://learn.microsoft.com/en-us/microsoftteams/platform/sbs-gs-csharp?tutorial-step=1
Wednesday, 23 July 2025
azure data engineering
azure kubernates services
azure pureview
mlflow
spark
azure databricks sql analytics
azure machine learing.
---
azure data bricks.2.spark.3.mlflow.4.azure databricks sql analytics
Design--build--> managing
is full stack.
Monday, 21 July 2025
Supabase authenticaion keys
to post or create getting error
To fix this:
- Go to your Supabase dashboard.
- Open your project, then go to the "Table Editor" and select the "students" table.
- Click on "RLS" or "Policies".
- Add a policy that allows inserts. For development, you can use:
- Policy name: Allow insert for all
- Action: INSERT
- Expression:
true
(or use the policy builder to allow all inserts)
After saving, try creating a student again. For production, you should restrict this policy to authenticated users or specific roles. Let me know if you want a secure example!
create student getting above error
Thursday, 17 July 2025
Wednesday, 16 July 2025
Prompt
Monday, 7 July 2025
nodejs with mongodb
npx express-generator --no-view HomeService25
new app deployed to render homeservie25 app from github222
https://dashboard.render.com/web/srv-d1mb6pqli9vc739adrc0/deploys/dep-d1mb6pqli9vc739adrjg
logo design sample site
https://www.design.com/maker/logos/page2?colors=&filterByTags=vintage
https://www.design.com/
Sunday, 6 July 2025
generate APK using capacitor
D:\A-MyProjects2024-2025\ReactNative2025\BookRental\android\app\build\outputs\apk\debug
path of apk
To build an Android app using Capacitor, you typically follow these steps and commands. These commands assume you already have a Capacitor project set up and Android Studio installed.
✅ 1. Build Your Web App
You must first build the web assets from your frontend framework (e.g., Angular, React, Vue).
Angular:
bashng build
React:
bashnpm run build
Vue:
bashnpm run build
✅ 2. Copy Web Assets to Capacitor
This copies the built web app to the native platforms:
bashnpx cap copy
If you're targeting Android only:
bashnpx cap copy android
✅ 3. Open Android Project in Android Studio
bashnpx cap open android
This will open the android/
folder in Android Studio, where you can build/run your app.
✅ 4. Build APK from Android Studio
From Android Studio:
-
Go to Build > Build Bundle(s) / APK(s) > Build APK(s)
-
Or to build a release version: Build > Generate Signed Bundle / APK
🧪 Optional: CLI Build Without Android Studio (Using Gradle)
If you want to build the app via CLI:
bashcd android
./gradlew assembleDebug # for debug APK
./gradlew assembleRelease # for release APK
You can find the output APK in:
swiftandroid/app/build/outputs/apk/debug/app-debug.apk
or
swiftandroid/app/build/outputs/apk/release/app-release.apk
✅ Common Extras
Sync web assets and native plugins:
bashnpx cap sync
Add Android platform (if not already added):
bashnpx cap add android
fake apis
https://www.jsonapi.co/public-api/mail.tm
https://publicapi.dev/any-api
https://anyapi.io/
https://anyapi.io/
generate android
npm install @capacitor/core @capacitor/cli @capacitor/android
4.npx cap add android
Friday, 4 July 2025
Home service
https://www.behance.net/gallery/217375959/HelpHub-Home-Services-Mobile-App-UX-UI-Case-Study
https://www.behance.net/gallery/182776835/Fixpert-UXUI-Case-Study
Wednesday, 2 July 2025
CMD expo
› Metro waiting on exp://192.168.29.209:8081
› Scan the QR code above with Expo Go (Android) or the Camera app (iOS)
› Using Expo Go
› Press s │ switch to development build
› Press a │ open Android
› Press w │ open web
› Press j │ open debugger
› Press r │ reload app
› Press m │ toggle menu
› Press o │ open project code in your editor
› Press ? │ show all commands
Tuesday, 1 July 2025
Microservices
Looking for support on Microservices, C#,.net core, azure service bus, azure blob storage, event driven architecture ( good to have), cosmos, entity framework, sql server, angular. Anyone willing to support from 7pm to 2am IST please reach out to me. Telugu person preferred. https://medium.com/javaguides/top-15-microservices-patterns-every-junior-and-senior-developer-should-know-bdaf47049635
best UI
https://app.uizard.io/prototypes/create
https://www.figma.com/design/r75CJLkKqS4sipHOCNOAj4/Housify---Home-Service-Mobile-App---On-demand-Home-Service-App---Cleaning--Vehicle---Painting-UI-Kit--Preview-?node-id=29266-32034&t=4IflJT35uU51qJrr-0
https://www.figma.com/design/lssZYDmhXM1Zel1sKjNZXq/Home-Service-App-UI-Design--Community-?node-id=0-1&p=f&t=h42d3LvhdVCh34lw-0
-
Points 1.complex page layouts and adherence to code standards. 2.primeNG pagination 3.ngcontent 4.ngdestory(memorylekage) 5.datatransfer wi...
-
Check duplicate count based on 3 columns combo select EMPID,FORMinfoID,FormName,Count(*) as counts from tbl_FilesMigrationLogs group by Em...