When it comes to building REST APIs in 2025, the stakes are higher than ever. With the rise of micro-services, cloud-native applications, and AI-driven systems, REST API best practices have evolved. Are you designing APIs that are scalable, secure, and easy to use? Or are you stuck with outdated practices that frustrate developers and users... Continue Reading →
How to Install a Local LLM Similar to ChatGPT Using Ollama
In the world of artificial intelligence, large language models (LLMs) have become a hot topic. Many developers and tech enthusiasts are looking to leverage these models for various applications. Installing a local LLM can be a rewarding experience, offering enhanced privacy and control. In this guide, we will walk through the steps to install Llama... Continue Reading →
Unlocking Secrets: How To Code an AI Calorie Counter using JavaScript
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 →
Building a Currency Exchange App with Spring Boot, Thymeleaf and Bootstrap
Prerequest Read part 1 here first: https://nerdic-coder.com/2024/06/06/seamlessly-integrate-a-currency-exchange-api-into-your-spring-boot-application/ Step 1: Setting Up the Currency Exchange Form In this tutorial, we'll be building a currency exchange application using Spring Boot, Thymeleaf and Bootstrap. First, let's set up the form in our Thymeleaf template. We'll start with a basic form structure, including input fields for the "from" and "to"... Continue Reading →
