SKSayuri Kambleinsayurikamble.hashnode.dev·Jan 3, 2024 · 5 min readAll About DockerI recently built Audiogram, a side project which turns your audio snippets into shareable and captivating Audiograms, all tailored to your preferences.On the backend, Audiogram relies on a Python Flask API that leverages OpenAI Whisper to generate su...00
SKSayuri Kambleinsayurikamble.hashnode.dev·Nov 28, 2023 · 6 min readRouting with React Router v6.4React Router, a fundamental tool for managing navigation in React applications, has released version 6.4, which includes a number of enhancements and tweaks.With the recent release of React Router, the framework has undergone a significant transforma...01S
SKSayuri Kambleinsayurikamble.hashnode.dev·Apr 12, 2022 · 3 min readSecurity, Cors and MoreSome Context In my previous blog, I elaborated on one of the topics that I presented to our tech team at Growth School, if you haven't read it yet, here's the article. Today we will be talking about a few other topics I presented. In this article,...00
SKSayuri Kambleinsayurikamble.hashnode.dev·Apr 7, 2022 · 4 min readLogging System in Node.js AppsToday will talk about logging systems and the benefits of having a logging system in NodeJs applications I was digging into some techniques to make my app more performant and secure when I was trying to get better at NodeJs + ExpressJS. Structured...01S
SKSayuri Kambleinsayurikamble.hashnode.dev·Jan 10, 2022 · 4 min readCustomise CursorHere's some context before we start. Got inspired to customise the typical cursor we all use. Googled, researched, watched videos but found nothing worthwhile. So here's an article on building your own fancy cursor. Here's what we are building to...02SK