Pesquisar

Artigo
· Set. 18 5min de leitura

IrisTest – Simplification de la génération des rapports de tests unitaires

IrisTest est un outil léger, puissant et facile à utiliser, conçu pour simplifier la génération de rapports de tests unitaires. Il comprend un interpréteur de commandes interactif et une API pour faciliter la communication, permettant aux développeurs de gérer et de générer facilement des rapports pour leurs tests dans des formats variés. Que vous déboguez ou créiez des rapports détaillés pour analyse, IrisTest rend le processus fluide et efficace!

Discussão (0)1
Entre ou crie uma conta para continuar
Anúncio
· Set. 17

[Video] Explaining Agentic AI Through Automated Bug Fixing

Hey Community!

We're happy to share the next video in the "Code to Care" series on our InterSystems Developers YouTube:

⏯  Explaining Agentic AI Through Automated Bug Fixing

In this video, the presenter introduces the concept of agentic AI using the example of automated bug fixing. He explains how such a system operates by creating a loop between an application, a large language model (such as OpenAI, Claude, or Gemini), and a set of predefined tools. The LLM iteratively selects tools, such as listing, reading, editing, or executing program files, while the framework carries out these actions and returns the results. This process repeats until the model delivers a final fix. Rather than relying on a developer to outline every step, the LLM generates its own sequence of actions, making the approach more flexible and adaptive as language models continue to advance.

🗣 Presenter: @Don Woodlock, Head of Global Healthcare Solutions, InterSystems

Enjoy watching, and subscribe for more videos! 👍

Discussão (0)1
Entre ou crie uma conta para continuar
Job
· Set. 17

IRIS Data Platform Specialist | 10+ years exp | Looking for the next job

Hi everyone,

I'm currently seeking a new position related to InterSystems technologies. My major skill is app integration and data flow development on the InterSystems IRIS platform (Interoperability). I develop high-load, mission-critical software. My coding background on Cache ObjectScript includes hundreds of data flows, thousands of Production business hosts, dozens of APIs, and other solutions on InterSystems IRIS. I worked to integrate such applications as SAP S/4HANA, Oracle Siebel, SAP Commerce Cloud, many custom apps, and all that can be integrated. I have also gained experience in various areas, including SQL, Java, Docker, IRIS administration, Kafka, and Flutter (Dart).

I am living in Thailand (GMT +7), so the preferred job type for me is Remote (full-time). But I am also open to any purposes, such as part-time, relocation, etc. Here is my CV: https://ogurecapps.github.io/Sklyarov-IRIS-CV.pdf

Please feel free to connect with me via DM or LinkedIn

Discussão (0)1
Entre ou crie uma conta para continuar
Anúncio
· Set. 17

VS Code release August 2025 (version 1.104)

Visual Studio Code releases new updates every month with new features and bug fixes, and the August 2025 release is now available.

This release features smarter AI model selection, enhanced security for sensitive edits and terminal commands, and productivity enhancements such as streamlined chat editing and customizable context with AGENTS.md. 

If you’re migrating from InterSystems Studio to VS Code, or want to deepen your knowledge, check out the VS Code training courses from George James Software.

Updates in version 1.104 include -

Model flexibility

Security

Productivity

The release also includes contributions from our very own @John Murray through pull requests that address open issues.  

View the full release notes here > https://code.visualstudio.com/updates/v1_103

For those with VS Code, your environment should auto-update. You can manually check for updates by running Help > Check for Updates on Linux and Windows or running Code > Check for Updates on macOS.

Discussão (0)1
Entre ou crie uma conta para continuar
Artigo
· Set. 17 3min de leitura

Como obter o InterSystems IRIS Community Edition

Olá, pessoal! Tendo me integrado recentemente à InterSystems, percebi que, apesar de ter uma Edição Comunitária totalmente gratuita e incrível, não é muito claro como obtê-la. Decidi escrever um guia destacando todas as diferentes maneiras de acessar a Edição Comunitária do InterSystems IRIS:

Obtenha o InterSystems IRIS Community Edition como um contêiner

Trabalhar com uma instância em contêiner da Community Edition é a abordagem recomendada para quem está começando a desenvolver no InterSystems IRIS e, na minha opinião, é a mais simples. A Community Edition do InterSystems IRIS pode ser encontrada no DockerHub; se você tiver uma conta InterSystems SSO, também poderá encontrá-la no Registro de Contêineres da InterSystems.

Em ambos os casos, você vai querer extrair a imagem desejada usando o Docker CLI:

docker pull intersystems/iris-community:latest-em
// or
docker pull containers.intersystems.com/intersystems/iris-community:latest-em

Em seguida, você precisará iniciar o contêiner: para interagir com o IRIS de fora do contêiner (por exemplo, para usar o portal de gerenciamento), você precisará publicar algumas portas. O comando a seguir executará o contêiner IRIS Community Edition com as portas do superservidor e do servidor web publicadas; observe que você não pode executar nada que dependa das portas 1972 ou 52773!

docker run --name iris -d --publish 1972:1972 --publish 52773:52773 intersystems/iris-community:latest-em

Obtenha o InterSystems IRIS Community Edition na nuvem

Talvez você queira evitar completamente a necessidade de uma instalação local; nesse caso, você pode começar a usar uma implantação em nuvem do InterSystems IRIS Community Edition. Todos os principais provedores de nuvem são suportados; confira nossa página de Parceiros de Nuvem para obter mais informações. Neste exemplo, vamos nos concentrar na implantação na AWS.

Comece encontrando o InterSystems IRIS Community Edition no AWS Marketplace:

Você pode clicar em "Ver opções de compra" e fazer login na sua conta para visualizar a página de assinatura:

 

Rolando para baixo, você pode clicar em "Inscrever-se", preencher as informações necessárias e, em seguida, clicar em "Implantar" para implantar o IRIS Community Edition como um nó de nuvem! Confira nossa documentação sobre a implantação do InterSystems IRIS na nuvem para obter mais informações.

Obtenha o InterSystems IRIS Community Edition como um kit de instalação

Se preferir trabalhar com o InterSystems IRIS instalado diretamente na sua máquina e não quiser lidar com contêineres, você pode baixar um kit de instalação para o seu sistema no Serviço de Avaliação da InterSystems. Para baixar um kit de instalação, você precisará de um login SSO do InterSystems; a boa notícia é que, se você tiver uma conta aqui na Comunidade de Desenvolvedores, você já tem uma! Caso contrário, você pode clicar em "Registrar uma nova conta" e seguir os passos a seguir:

Depois de fazer login, você verá a seguinte página; clique em "Download Community Edition" para começar a baixar o kit de instalação:

 

Você será solicitado a preencher algumas informações sobre qual versão exata do InterSystems IRIS você precisa e em qual plataforma você o instalará:

 

Na maioria dos casos de uso, você deverá selecionar "InterSystems IRIS Community" e a versão mais recente disponível para sua plataforma. Após concordar com os Termos de Serviço, você estará pronto para baixar o kit de instalação! Siga as instruções de instalação na documentação específica da plataforma e pronto!

Discussão (0)1
Entre ou crie uma conta para continuar