Introduction to AI Calorie Counting In our health-conscious world, tracking calorie intake has become essential. Many apps now use advanced technology to analyze food images and provide calorie estimates. This blog will explore how to build an AI calorie counter using JavaScript and the OpenAI API. Choosing an Image for Analysis The first step in... Continue Reading →
Mastering GitHub Dependabot: Your Pathway to Secure and Reliable Code
As a software developer, maintaining the security and reliability of your codebase is a critical responsibility. One powerful tool at your disposal is GitHub Dependabot, a feature that automatically monitors your project's dependencies and alerts you to any security vulnerabilities. In this comprehensive guide, we'll walk you through the steps to effectively leverage Dependabot and... Continue Reading →
Novels AI, the audiobook creator using ChatGPT
Introduction Novels AI is an innovative platform that leverages artificial intelligence to generate personalized audiobooks. Users can choose their preferred genre, customize story elements, and even become a character within the narrative. By utilizing AI technology, Novels AI aims to revolutionize the audiobook experience, making it more engaging and tailored to individual interests. The platform... Continue Reading →
Add a mock mode to an Angular app
One important aspect of building a frontend is testing your application against various kind of data that usually comes from some backend API. One way to make this easier is the ability to mock the data so you can work independently with the frontend part without the need of a real API being ready and... Continue Reading →
Building a decentralized Photos app on Blockstack with React
I have decided to jump on the #100DaysOfCode challenge, with the purpose to learn a few new stuff by working about an hour a day on it for 100 days and see where it ends up.
