/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.ccampo.me
| | java-source.net
6.7 parsecs away

Travel
| | [AI summary] The article discusses various open-source scripting languages and tools compatible with the Java platform, such as Groovy, Jython, BeanShell, Rhino, JRuby, and others, highlighting their features and use cases.
| | michaelscodingspot.com
6.6 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | journal.robbi.my
6.9 parsecs away

Travel
| | We start with postgreSQL because this our primary database connection and we do all CRUD stuff from here. We need 2 class, which use for connection and configuration of datasource. DatasourceConfigurationPostgreSQL package com.robbi.demo.config.postgresql; import javax.sql.DataSource; import org.slf4j.Logger; import org.springframework.boot.autoconfigure.jdbc.DataSourceProperties; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Primary; import com.robbi.demo.utils.LoggerFactoryUtil; @Configuration public class DatasourceConfigurationPostgreSQL { private static final Logger L...
| | mydeveloperplanet.com
15.9 parsecs away

Travel
| This blog discusses how to integrate AI agents, specifically MCP agents, into your coding workflow using the DevoxxGenie plugin for JetBrains IDE. It explains the interaction between DevoxxGenie and local Large Language Models (LLMs) through the Model Context Protocol, highlighting tools and examples for enhancing coding efficiency and automation in development.