Posts

Showing posts from October, 2025

Full stack react native app

Image
https://www.youtube.com/watch?v=UT-IiIdEX4c https://github.com/Galaxies-dev/anki-clone-react-native-xata?tab=readme-ov-file there are 5 parts to this tutorial  nodeJS server API and database  https://xata.io express : file base routing select sets from pre defined set so that user can make custom set create your sets , uploading cards , uploading images how to learn with these cards, how to present it in cool way using re-animate What is ~ and ^ in package.json ? https://www.geeksforgeeks.org/javascript/difference-between-tilde-and-caret-in-package-json/ ^ allows major and patch updates ~ allows only patch updates Nodemon is a command-line interface (CLI) utility that automatically restarts a running Node.js application when it detects file changes in the project directory. create Xata table file with following structure  (16:09 ) NPX vs NPM https://stackoverflow.com/questions/50605219/difference-between-npx-and-npm

JS Mastery : React Native Tutorial

Image
https://www.youtube.com/watch?v=BTfcnxXevm0 https://expo.dev/ TypeScript for strongly typed JavaScript , realiable and maintainable code Tailwind CSS  Native Wind Fast Consistent and Reliable UI Google Authentication App Write (Database , filestorage , Real time messaging, Serverless function) ZusTand : Minimal and Local state management with clean hook based APIs https://sentry.io/for/react-native/ @06:16 React Native Basics (09:30) It is no longer slow , there is new JSI Java Script interface 1) JSI (JavaScript Interface) significantly enhances React Native's performance by replacing the traditional "bridge" mechanism with a more direct and efficient communication layer between JavaScript and native code. 2) Turbo Module : Loads native Module only when needed , reducing startup time and memory usage. 3) Fabric : Optimizes UI rendering , making gesture,& updates faster and more efficient As per reacts getting started guide , expo is the way to go https://reactnativ...

Agentic AI Course : Week 2

Image
Day 1 Async Python it is super light weight kind of light weight alternative for threads Python Event Loop https://www.youtube.com/watch?v=RIVcqT2OGPA then there is gather function event loop will schedule all three , but as soon as one of them start blocking other will be running OpenAI Agents SDK Code https://github.com/ed-donner/agents/blob/main/2_openai/1_lab1.ipynb When calling runner.run we get a coroutine object, because runner.run is an async method this means in order for us to run agent , we call await you can package all of this in a trace (to record all interactions , under heading "telling a joke" this allows you to package up and make it available for tracing and observability )  in order to see the traces, you will have to login into the openAI Day 2 https://github.com/ed-donner/agents/blob/main/2_openai/2_lab2.ipynb Please visit Sendgrid at:  https://sendgrid.com (Sendgrid is a Twilio company for sending emails.) call like this below code 1) calls 3 agents ...