DYDheeraj Yadavindheerajydv19.hashnode.dev·Feb 7 · 23 min readFastAPIIt is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints. Fastapi is all based on pydantic and starlette. Addons Type Hints (Type Annotations) - These "type hints" or annotations are a ...00
DYDheeraj Yadavindheerajydv19.hashnode.dev·Feb 5 · 2 min readBun: A fast all in one toolkit for JS and TS.It is an all-in-one toolkit for developing modern JavaScript/TypeScript applications. It has - Bun Runtime - a fast JavaScript runtime designed as a drop in replacement for node.js Try - bun run Bun Package Manager - install packages almost 30x fas...00
DYDheeraj Yadavindheerajydv19.hashnode.dev·Jan 31 · 12 min readTypescriptIt’s a superset of JavaScript kind of like JavaScript with superpowers.Typescript = JavaScript + type-safetyPlayground - Try now. Main Types String - let username: string = "dheeraj" Number - let age: number = 21 Boolean - let isLoggedIn: boolean ...00
DYDheeraj Yadavindheerajydv19.hashnode.dev·Jan 26 · 42 min readTailwindCSSThe concept of Preflight Preflight is a set of base styles for Tailwind projects that are designed to smooth over cross-browser inconsistencies and make it easier for you to work within the constraints of your design system.When we import tailwindcss...00
DYDheeraj Yadavindheerajydv19.hashnode.dev·Jan 16 · 10 min readShadCNIt’s a component library based on Redix and Base UI to help you make in beautiful website faster. It’s works with react and react based framework like Nextjs. It’s fully customizable so utilize it fully by using “shadcn create” for setting your proje...00