suyashthakurblog.hashnode.devCreating an In-Video Search SystemIn-video search is ability to search for a specific content within a video. This can include searching for particular words spoken, objects shown or description of a scene. With the current advancement in transformers the process of in-video search h...Jun 1, 2024路6 min read
suyashthakurblog.hashnode.devUnderstanding GIFRecently I created a website to convert HTML code into image and gif (pictify.io). In the process I learned few things about GIFs that I am going to share here. The Essence of GIFs At its core, a GIF is a bitmap image format capable of storing multi...Mar 18, 2024路2 min read
suyashthakurblog.hashnode.devNode.js to GO: A Comedy of Errors 馃お馃攳Are you ready to embark on a journey of confusion, frustration, and comedic errors? Well, strap yourself in, because transitioning from node.js to GO is going to be one wild ride! 馃槀 The syntax confusion: 馃く When I first started with GO, I felt like...Apr 17, 2023路3 min read
suyashthakurblog.hashnode.devLevel Up Your Website Performance with Nginx's GeoIP Routing and Proxy Caching.Introduction Nginx is a powerful web server that can handle a large number of concurrent connections. It is also a highly configurable server that can be used to implement complex routing and caching strategies. One of the modules that comes with Ngi...Feb 28, 2023路5 min read
suyashthakurblog.hashnode.devBuilding a Video Streaming App with Node.js and Express.jsIntroduction The code is a simple implementation of a video streaming application using the Express framework for Node.js. It sets up an HTTP server that listens on a specified port and responds to various routes with different functionalities. It us...Feb 19, 2023路4 min read