blog.hemant.lolTailwind gets even cooler with tailwind signalsIf you're into web design, you've probably heard of Tailwind CSS, a handy toolkit that makes styling websites a breeze. Well, get ready for something even cooler: Tailwind Signals. It's like adding a turbo boost to your CSS skills. So, as we all know...Apr 16, 2024·3 min read
blog.hemant.lolA brief introduction to GraphQLWhat is GraphQL? GraphQL is a query language and runtime for APIs. It was created by Facebook and open-sourced in 2015. In simple terms, GraphQL is: A query language: It provides a syntax for clients to define the exact data they need from an API. ...Sep 25, 2023·3 min read
blog.hemant.lolA Beginner's Introduction to Apache KafkaApache Kafka is a system that helps transfer data in real-time. It is commonly used in modern applications where events play a crucial role. For example, when a customer places an order on a website, the order service needs to inform other services a...Sep 8, 2023·9 min read
blog.hemant.lolBuilding an AI Video Subtitle Generator with WhisperWhisper is an AI model from OpenAI that can be used to generate subtitles from audio or video files. Please click here to learn more. In this blog, we'll use Docker to simplify the process. First, we'll place our audio or video files into a Docker co...Sep 5, 2023·2 min read
blog.hemant.lolConnect Your Localhost to the Internet via Cloudflare TunnelIf you're using an old computer at home to run a server for things like media, files, or websites, you might want to make it accessible on the internet. You can do this by the port forwarding option in your router's settings, However, it's not safe o...Aug 30, 2023·6 min read