HUHimanshu Upadhyayinhimanshuupdhyay.hashnode.dev·Apr 9, 2025 · 5 min readDecoding AI Jargons with ChaiGreetings to everyone! This article is for everyone curious about AI jargons—you don't need to be an AI student to understand them. In today’s world, everyone is trying to use AI to make their work easier. Some are curious to know how it works—how Ch...00
HUHimanshu Upadhyayinhimanshuupdhyay.hashnode.dev·Jan 24, 2025 · 3 min readFlexible box layoutFlexible box layout generally known as flexbox, is layout module to control the layout of child elements. It used to controlling and managing the available spacing between the child elements. display : flex This makes all the childs a flex-item, and...00