AMAnu Mauinanumau011.hashnode.dev·Feb 24 · 3 min readIntroduction Of Gen AIGPT (Generative Pre-trained Transformer) is a specific architecture that utilizes next-token prediction as its training objective. Workign of transformer step 1: Tokenization [ encoding ] llm unders10
AMAnu Mauinanumau011.hashnode.dev·Feb 16 · 5 min readJAVA DevelopmentJava technology functions as both a platform and a programming language. High-level object-oriented language Java has a specific syntax and structure. A Java platform is a specific setting where Java 00
AMAnu Mauinanumau011.hashnode.dev·Feb 16 · 3 min readUnderstanding Generative AIPROMPT ENGINEERING A prompt is just the initial tokens. For example, if you give an LLM the initial tokens [1, 2, 3], it will predict the output for you. The next tokens would be [1, 2, 3, 4, 5, 6]. A prompt written by an LLM is not very good because...00
AMAnu Mauinanumau011.hashnode.dev·Oct 15, 2025 · 4 min readRecommended Folder Structure React Native Expoproject-root/ │ ├── app/ # If you're using Expo Router (v2+) │ ├── _layout.tsx # Main layout (like stack navigation) │ ├── index.tsx # Home screen (default route) │ ├── auth/ ...00
AMAnu Mauinanumau011.hashnode.dev·Aug 19, 2025 · 1 min readGit SetupINSTALATION : GO TO https://git-scm.com/ DOWNLOAD AS PER YOUR OS GOTO FOLDER WHICH YOU WANT TO UPLOAD OPEN TERMINAL/CMD IN THAT FOLDER. BASIC COMMANDS YOU FOLLOW Set Name and Email Globally (Applies to all your Git projects) git config --global user....00