go to post Evgeny Shvarov · Apr 3, 2022 Added macro for all the one liners. So you also can include dc.one.Line and call $$$changealladminpass("pass") to change all the predefined passwords to "pass", and other useful one-liners you suggested. The Line.cls file illustrates the usage. Suggest your useful one-liners!
go to post Evgeny Shvarov · Mar 30, 2022 Thanks, @Anastasia Dyubaylo! I especially like tags change and analytics info!
go to post Evgeny Shvarov · Mar 18, 2022 We are looking for the implementations of different data models with globals as a persistence engine. Technically everyone can implement their own graph, temporal, columnar, document, or any other type of a persistence engine implementing the API via Embedded Python, ObjectScript, or through Native API libs of node.js, java, python, or dotnet. Also, we are looking for smart data index implementations, such as spatial index, functional indexes for search, etc. There will be technical bonuses of such. Stay tuned and join our Monday's kick-off for more details.
go to post Evgeny Shvarov · Mar 17, 2022 Thanks @Robert Cemper! Great feedback! Calling @Bob Kuszewski
go to post Evgeny Shvarov · Feb 23, 2022 Hi Peter! Thanks for sharing! BTW, do you want to publish your company on the Partner Directory?
go to post Evgeny Shvarov · Feb 23, 2022 Thanks for your hard work, @Robert Cemper ! but where’s your review on csvgen?)
go to post Evgeny Shvarov · Feb 23, 2022 @Sergey Mikhailenko - this is great! Could you please send a PR?
go to post Evgeny Shvarov · Feb 23, 2022 Updated the article with notes regarding the lowercase for classes: Package names are written in all lower case to avoid conflict with the names of classes or interfaces. So the full qualified name of the class is company.project.subpackage.TheClass.cls. The approach borrowed from the naming convention for java classes.
go to post Evgeny Shvarov · Feb 23, 2022 Thanks @Ben Spead ! How is this different from: USER>!<cmd line>
go to post Evgeny Shvarov · Feb 22, 2022 Thanks for the explanation, @Dan Pasco! Could you please explain why the size of indexes is reduced and why the queries are faster? Is it because of a shorter global name and path to the indexes? For a lot of developers who got used to the meaningful global names this random hash can be an issue when you want to examine the global values for the related class/table or to make direct changes to it programmatically.
go to post Evgeny Shvarov · Feb 22, 2022 Moreover, you can receive points and badges in Global Masters by completing the reviews.
go to post Evgeny Shvarov · Feb 22, 2022 It's not! Everyone is very welcome to review the apps. E.g. here you can provide a review for the ZPM Package manager.
go to post Evgeny Shvarov · Feb 22, 2022 Released a new version with @Alexey Maslov suggestion and two new one-liners, courtesy of @Sylvain Guilbaud