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 →
How I built my own command line interface with NodeJS
In this article I will show you how I created my own command lite interface with NodeJs. In my case I'm doing a CLI for Stencil.
How I created and published my first Stencil component
Take a look at how I created a Stencil component and published it on the npmjs repository.
