AMAnu Mauinanumau011.hashnode.dev·Jul 31 · 1 min readDockerWhat is a Docker Container? A container is a lightweight, isolated environment where your application runs. What is Docker Compose? Docker Compose is a tool for running multiple containers together us00
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/ ...01A