Solving Firebase Storage CORS Issue for Flutter WebWhen building a Flutter web project, you might run into an issue when loading images from Firebase Storage. Specifically, you’ll encounter…Sep 241Sep 241
Disabling Screenshots in Flutter Without Native CodeAs a Flutter developer, I’ve often tackled various challenges in securing sensitive information within apps. One such challenge is…Aug 30Aug 30
Published inDestination IndiaTravel Bits: My comfort travel destination — ThanjavurEveryone has comfort food to lighten their mood. As a traveler, I have a comfort place that I visit whenever I feel low or realize that I…Aug 17Aug 17
How to Disable Screenshot Capture in Your Flutter App Using Native MethodsIn today’s digital age, ensuring the security and privacy of users’ data is more important than ever. One way to enhance the security of…Aug 13Aug 13
Elevating Design Aesthetics: Unleashing the Power of ColorThief API in JavaScriptIn the realm of web design, colors are more than just visual elements — they’re an emotional language that can influence user experience…Aug 10Aug 10
Building a Recipe Search App with Flutter and the Edamam API: Part 1Beyond my fascination with JavaScript, I’m deeply drawn to Flutter — the future of mobile application development. Developed by Google and…Nov 8, 2023Nov 8, 2023
Edamam Recipe Search API and Javascript: Part 2Please find Part 1 of this post here, and here is the link to the complete code in GitHub.Nov 1, 2023Nov 1, 2023
Edamam Recipe Search API and Javascript: Part 1Hi! We have seen a simple API fetch using JavaScript in my previous post. Now let’s take a little bigger one and create a simple website…Nov 1, 2023Nov 1, 2023
Fetching Data from an API with JavaScript: The Chuck Norris Jokes APIIn this blog post, we’ll take a practical and straightforward approach to demonstrate how to fetch data from an API using JavaScript. APIs…Oct 31, 2023Oct 31, 2023
Copy Text with the Click of a Button: Using Clipboard API in javascriptCopying text from a web page can be a useful feature, allowing users to quickly and easily share content. In this post, we will explore how…Jul 17, 2023Jul 17, 2023