Henrique Dias · Nov 11, 2020 go to post

Hi @Yuri Marx 
I have got a few topics that maybe could help you/help us laugh with the certification exam

InterSystems IRIS Core Solutions Developer Specialist 

Recommended preparation: Complete available IRIS development learning content 

https://learning.intersystems.com/enrol/index.php?id=196 

https://learning.intersystems.com/enrol/index.php?id=1038

https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?…

https://learning.intersystems.com/enrol/index.php?id=959

Classroom: Developing with InterSystems Objects and SQL 

#Overview
    Benefits
    Features
    Platforms and Versions

#Development Introduction
    Introduction to classes and methods
    Packages
    Persistent and serial classes
    Errors

#Architecture
    Namespaces and databases
    Globals and routines
    System databases
    Naming conventions

#Classes
    OOP/SQL correspondence
    Classes revisited
    Multiple inheritance
    Class compilation
    $System

#Properties
    Properties
    Datatypes
    Accessor and mutator methods
    Reference properties
    Implicit joins
    Foreign keys
    Cloning objects
    Computed properties

#Unit Testing
    Unit testing
    Benefits
    Framework

#Collections
    Collections
    List collections
    Array collections
    Object collections
    Data population

#Relationships
    Relationships
    Many-to-many relationships
    Performance options

#Streams and Files
    Streams
    Files

#Queries
    Sets of results
    Embedded SQL
    Dynamic SQL
    SQL stored procedures
    Command line shell
    Views
    Other SQL features

#Indexes and Tuning
    Indexes
    Indexing options
    Collation
    Index types
    Query performance tuning
    Index methods

#Methods
    Inherited methods
    Scripting languages
    Method attributes
    OOP callback methods
    SQL triggers
    ProcedureBlock methods
    Code mode
    Special method syntax
    
#Debugging
    Debugging with Studio
    Debugging with ZBreak

 
Henrique Dias · Nov 10, 2020 go to post

I'm feeling miserable that I totally forgot about the deadline to request the certification voucher :(

Henrique Dias · Oct 22, 2020 go to post

Thanks, @Guillaume Rongier 
I'm glad that people liked the video. I'm getting good feedback about it. laugh 

I considered myself lucky enough to have such creativity friends 

Henrique Dias · Oct 12, 2020 go to post

Congratulations to all of you!

Great apps, I realized that I have a long way to go and a lot to learn. smiley

Henrique Dias · Oct 8, 2020 go to post

npm-iris now has ZPM support! wink

Install npm-iris is easier than ever! 

USER>zpm install npm-iris 
[npm-iris]      Reload START
[npm-iris]      Reload SUCCESS
[npm-iris]      Module object refreshed.
[npm-iris]      Validate START
[npm-iris]      Validate SUCCESS
[npm-iris]      Compile START
[npm-iris]      Compile SUCCESS
[npm-iris]      Activate START
[npm-iris]      Configure START
[npm-iris]      Configure SUCCESS
[npm-iris]      Activate SUCCESS
Henrique Dias · Oct 7, 2020 go to post

Great article! 
Thanks for introducing ngrok. Never heard of ngrok before, now I'll take a closer look at it.

Henrique Dias · Aug 7, 2020 go to post

Hi @John Lisa 

If you need to extract a large amount of data, the other options DBeaver and Datagrip, are better choices.

I usually use DBeaver to deal with situations like this. 

Because using JDBC, you don't have the Gateway Time-out problem. 

HTH

Henrique Dias · Jul 24, 2020 go to post

Hi @Luiz Henrique Carvalho Martarelli 

You can take a look at this post: Trigger or Callback?
https://community.intersystems.com/post/trigger-or-callback
And for more detail information: Using Triggers
https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GSQL_triggers 

If you have interested, the Developer Community has a Discord with a dedicated Channel for Portuguese Speakers. laugh 
https://discord.gg/dzzPDvY

Best Regards,
Henrique

Henrique Dias · Jul 22, 2020 go to post

Thanks for sharing your experience. 

Indeed this global scenario brought a lot of challenges for those who weren't a "work from home" experts.

For me, staying work from home since last March showed me that when working from home, we need to face different challenges. In my case, with two children, I also need to be a teacher, help with Math class lessons, I need to change diapers, prepare baby bottles, preparing lunch/snacks /dinner, and last but not least, work! 

Managing and balance everything it's the great mystery of all. laugh

Henrique Dias · Jul 21, 2020 go to post

I was curious about the error mentioned in the article/images and try to create a persistent class using IRIS Studio. I got the same error. 

@Eduard Lebedyuk , let me ask you a question about IntegratedML as a rookie in this field. 

Using the example of 6400 columns that you mention, can I use the IntegratedML to create a model, train it through PythonGateway? Or IntegratedML only can be used in persistent classes inside IRIS?