Insights, tutorials, and thoughts on web development and technology
The RAM works on CMOS technology (transistor), every charge and discharge cycle consume power. Now that we are entering the AI era, data centres efficiency and sustainability is being talked a lot.
Pytorch tensors can run on both CPU and GPU directly by calling out the device_type whearas NumPy arrays dont have a direct support for GPU. Pytorch tensors has automatic gradient (autograd) module
Tips and techniques for optimizing your Next.js applications for better performance and SEO. Learn about image optimization, code splitting, and caching strategies.
A deep dive into TypeScript generics and how they can make your code more flexible and type-safe. Practical examples and use cases included.
Explore the latest CSS features and techniques that are revolutionizing web design. From container queries to CSS Grid subgrid.
Complete guide to building robust and scalable APIs using Node.js and Express. Covers authentication, validation, and best practices.