InterSystemsDev via @like
How to install and use #TFS in Atelier ❔
>> http://ow.ly/ovc230nIe0L <<
#Atelier #ChangeManagement #Tool #Tutorial #BestPractice
>> http://ow.ly/ovc230nIe0L <<
#Atelier #ChangeManagement #Tool #Tutorial #BestPractice
InterSystemsDev via @like
💡 [#BestPractice on #DeveloperCommunity] DeepSee: Setting up security - Part 1 of 5 💡
>> http://ow.ly/sWZl30nNwxf <<
#DeepSee #Security #Resources #Users #Roles
>> http://ow.ly/sWZl30nNwxf <<
#DeepSee #Security #Resources #Users #Roles
InterSystemsDev via @like
💡 [#BestPractice on #DeveloperCommunity] Determine programmatically if unit tests failed #Caché #CodeSnippet #Testing 💡
>> http://ow.ly/VPzI50q03WH <<
>> http://ow.ly/VPzI50q03WH <<
InterSystems Developer Community
Determine programmatically if unit tests failed
I needed to know programmatically if last ran failed or not.After some exploring, here's the code:
ClassMethod isLastTestOk() As %Boolean
{
set in = ##class(%UnitTest.Result.TestInstance).%OpenId
ClassMethod isLastTestOk() As %Boolean
{
set in = ##class(%UnitTest.Result.TestInstance).%OpenId
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] Using InterSystems IRIS Containers with Docker for Windows >> http://ow.ly/sXki50qT0xL
#InterSystemsIRIS #Containerization #Docker #Cloud #Containers #Deployment #Windows
#InterSystemsIRIS #Containerization #Docker #Cloud #Containers #Deployment #Windows
InterSystems Developer Community
Using InterSystems IRIS Containers with Docker for Windows
InterSystems supports use of the InterSystems IRIS Docker images it provides on Linux only. Rather than executing containers as native processes, as on Linux platforms, Docker for Windows creates a Li
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] A Containerized Machine Learning Playground with InterSystems IRIS Community Edition, #Spark, and #Zeppelin >> http://ow.ly/nRV250u1PLi
#InterSystemsIRIS #Caché #Containerization #MachineLearning #ApacheSpark #Docker #Python #Java #Hadoop
#InterSystemsIRIS #Caché #Containerization #MachineLearning #ApacheSpark #Docker #Python #Java #Hadoop
InterSystems Developer Community
A Containerized Machine Learning Playground with InterSystems IRIS Community Edition, Spark, and Zeppelin
The last time that I created a playground for experimenting with machine learning using Apache Spark and an InterSystems data platform, see Machine Learning with Spark and Caché, I installe
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] Free Text Search: The Way To Search Your Text Fields That SQL Developers Are Hiding From You! >> http://ow.ly/nsm950u6Ycf
#Caché #ObjectScript #iFind #Indexing #ObjectDataModel #SQL
#Caché #ObjectScript #iFind #Indexing #ObjectDataModel #SQL
InterSystems Developer Community
Free Text Search: The Way To Search Your Text Fields That SQL Developers Are Hiding From You!*
Have some free text fields in your application that you wish you could search efficiently? Tried using some methods before but found out that they just cannot match the performance needs of your
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] Using InterSystems Caché and Apache Zeppelin >> http://ow.ly/OBYz50uoJgw
#Caché #Apache #ApacheZeppelin #Analytics #Tools #UI #UIDevelopment
#Caché #Apache #ApacheZeppelin #Analytics #Tools #UI #UIDevelopment
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] Using Regular Expressions in Caché >> http://ow.ly/rc7J50uAw5a
#Caché #ObjectScript #Tutorial #InterSystemsIRIS #DataPlatform #MultiModel #Performance #BigData
#Caché #ObjectScript #Tutorial #InterSystemsIRIS #DataPlatform #MultiModel #Performance #BigData
InterSystems Developer Community
Using Regular Expressions in Caché
1.About this articleJust like Caché pattern matching, Regular Expressions can be used in Caché to identify patterns in text data – only with a much higher expressive power. This article provides a bri
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] Useful auto-generated methods >> http://ow.ly/RN3d50uU7m7
#InterSystemsIRIS #Caché #CodeSnippet #DataModel #ObjectDataModel
#InterSystemsIRIS #Caché #CodeSnippet #DataModel #ObjectDataModel
InterSystems Developer Community
Useful auto-generated methods
For each defined property, query or an index, several corresponding methods would be automatically generated on a class compilation. These methods can be very useful. In this article, I would describe
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] Writing better-performing loops in Caché ObjectScript >> http://ow.ly/RsTC50v0ZwE
#Caché #ObjectScript #CodeSnippet #CodingGuidelines #TipsAndTricks
#Caché #ObjectScript #CodeSnippet #CodingGuidelines #TipsAndTricks
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] ObjectScript Class Explorer — Exploring ObjectScript Classes in the UML Notation >> http://ow.ly/JKrt50v8be9
#InterSystemsIRIS #Caché #HealthShare #ObjectScript #Visualization #UML #Tools #OpenExchange
#InterSystemsIRIS #Caché #HealthShare #ObjectScript #Visualization #UML #Tools #OpenExchange
InterSystemsDev via @like
This media is not supported in your browser
VIEW IN TELEGRAM
New #BestPractice on #InterSystemsDevelopers: Brief introduction to Test Driven Development with Caché and CosFaker >> http://ow.ly/Up9c50vvABX
#InterSystems #Caché #OpenExchange #Testing #Development
#InterSystems #Caché #OpenExchange #Testing #Development
InterSystemsDev via @like
New #BestPractice on #InterSystemsDevelopers: Old/New Dynamic SQL Cheat Sheet >> http://ow.ly/5hZL50vBZyN
#InterSystems #Caché #Coding #SQL
#InterSystems #Caché #Coding #SQL
InterSystemsDev via @like
New #BestPractice on #InterSystemsDevelopers: Handling Date and Time Operations in Caché >> http://ow.ly/3jpq50vJWlJ
#InterSystems #Caché #ObjectScript #Coding
#InterSystems #Caché #ObjectScript #Coding
InterSystems Developer Community
Handling Date and Time Operations in Caché
Here are a few examples of conversions and operations you might need, along with links to documentation where you can learn more.At the time I wrote this, Eastern Daylight Time was in effect for my Ca
InterSystemsDev via @like
New #BestPractice on #InterSystemsDevelopers: APM – Monitoring SQL Query Performance >> http://ow.ly/wTZZ50vTLfL
#InterSystems #InterSystemsIRIS #Caché #SQL #APM #Monitoring
#InterSystems #InterSystemsIRIS #Caché #SQL #APM #Monitoring
InterSystems Developer Community
APM – Monitoring SQL Query Performance
Since Caché 2017 the SQL engine has included new set of statistics. These record the number of times a query is executed and the time it takes to run.This is a gold mine for anyone monitoring and tryi
InterSystemsDev via @like
New #BestPractice on #InterSystemsDevelopers: Improve SQL Performance for Date Range Queries >> http://ow.ly/Oabf50vZn9q
#InterSystems #SQL #WRC #Coding #Developers
#InterSystems #SQL #WRC #Coding #Developers
InterSystems Developer Community
Improve SQL Performance for Date Range Queries
Date range queries going too slow for you? SQL Performance got you down? I have one weird trick that might just help you out! (SQL Developers hate this!)*If you have a class that records t
InterSystemsDev via @like
New #BestPractice on #InterSystemsDevelopers: Implementing concurrent access to shared resources using Semaphores >> http://ow.ly/3WGx50wdw5Y
#InterSystems #Caché #Tutorial #Coding #Developers
#InterSystems #Caché #Tutorial #Coding #Developers
InterSystemsDev via @like
New #BestPractice on #InterSystemsDevelopers: Creating custom SNMP OIDs >> http://ow.ly/Bfdj50whScl
#InterSystems #Caché #SNMP #Monitoring #Visualization
#InterSystems #Caché #SNMP #Monitoring #Visualization
InterSystems Developer Community
Creating custom SNMP OIDs
This post is dedicated to the task of monitoring a Caché instance using SNMP. Some users of Caché are probably doing it already in some way or another. Monitoring via SNMP has been supported by the st