My Blog
Insights on AI, technology, and personal projects.
How to Use Transformer Models for Text Summarization
October 26, 2023 | AI/ML | 10 min read
This article explores the core principles of the Transformer architecture and provides a practical case study using Hugging Face for text summarization...
Building a Serverless API with Next.js and Vercel
September 15, 2023 | Web Dev | 8 min read
A step-by-step guide to creating a fully functional, scalable, and cost-effective serverless API using the Next.js framework and deploying it on Vercel.
Getting Started with PyTorch: A Comprehensive Guide
August 02, 2023 | Deep Learning | 20 min read
Learn the fundamentals of PyTorch, from tensor operations to building neural networks. This comprehensive guide covers everything you need to start your deep learning journey.
React 19: New Features and Best Practices
July 21, 2023 | Web Dev | 25 min read
Explore the latest features in React 19, including improved performance, new hooks, and best practices for building modern web applications.