InterSystemsDev via @like
💡 [#BestPractice on #DeveloperCommunity] Terminal tip: Running OS-level commands #Caché #Terminal #TipsAndTricks
> > http://ow.ly/qeDC30n74S8 < <
> > http://ow.ly/qeDC30n74S8 < <
InterSystems Developer Community
Terminal tip: Running OS-level commands
When working at the Caché command prompt I sometimes want to run an operating system command on the server host. By prefixing my command line with ! or $ I can do this with ease. The following example
InterSystemsDev via @like
💡 New Best Practice on #DeveloperCommunity: Language Extensions #Caché #BestPractice
>> http://ow.ly/gkLK30nh7l1 <<
>> http://ow.ly/gkLK30nh7l1 <<
InterSystems Developer Community
Language Extensions
This is a posting about a particular feature of Caché which I find useful but is probably not well known or used. I am referring to the feature of Language Extensions.This feature allows you to e
InterSystemsDev via @like
💡 Check the new #BestPractice on #DeveloperCommunity: SQL Performance Resources #InterSystemsIRIS #Performance #SQL
>> http://ow.ly/b70A30nmtbp <<
>> http://ow.ly/b70A30nmtbp <<
InterSystems Developer Community
SQL Performance Resources
There are three things most important to any SQL performance conversation: Indices, TuneTable, and Show Plan. The attached PDFs includes historical presentations on these topics that cover
InterSystemsDev via @like
Check the new #BestPractice on #DeveloperCommunity: Improve #SQL Performance for Date Range Queries
>> http://ow.ly/5dKf30ns2uJ <<
#Caché #CodeSnippet #WRC
>> http://ow.ly/5dKf30ns2uJ <<
#Caché #CodeSnippet #WRC
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
The One Query Performance Trick You NEED to Know? Tune Table! #Caché #InterSystemsIRIS #Performance #SQL #BestPractice
>> http://ow.ly/McCp30nELNu <<
>> http://ow.ly/McCp30nELNu <<
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