avikbhanja.hashnode.devIntroduction to AI, Machine Learning, and Deep LearningIntroduction to AI, Machine Learning, and Deep Learning Definition of AI: Creating machines that act, think, and learn like humans, performing tasks such as understanding language, recognizing faces, and driving cars. Purpose of AI: To mimic human ...Jan 19, 2025·6 min read
avikbhanja.hashnode.devA Beginner's Guide to Docker: From Basics to MongoDB DeploymentIntroduction Docker simplifies application deployment by packaging applications and their dependencies into lightweight, portable containers. This guide will help you get started with Docker, walk you through essential commands, and demonstrate how t...Jan 9, 2025·8 min read
avikbhanja.hashnode.devExploring Different Design Styles for website:The world of design is diverse and ever-evolving, encompassing a wide range of styles that cater to various tastes, purposes, and emotions. Whether you’re building a website, creating a poster, or decorating a space, understanding these styles can he...Jan 7, 2025·15 min read
avikbhanja.hashnode.devExploring Different CSS/Styling Approaches in ReactWhen working on React projects, choosing the right styling approach can significantly impact your development experience and code maintainability. This blog explores various CSS styling approaches in React, from traditional CSS files to modern librar...Jan 5, 2025·6 min read
avikbhanja.hashnode.devExploring File and Folder Structures: npx create-expo-app VariantsWhen starting a new React Native project using Expo, the command npx create-expo-app provides several options for initialization. These options generate different file and folder structures based on your project requirements. Understanding these stru...Jan 4, 2025·4 min read