Tools

How to create Enterprise Architect online repository for free on AWS

Estimated time: 1h Difficulty: Easy Requirements: Valid credit card and Enterprise Architect license. Intro If you are IT Architect or Analyst like me, you have probably came across a program called Enterprise Architect. You can use EA to design whole IT architecture from high-level to low-level using various standard notations such as UML, Archimate, BMPN and more. If you ever work on a larger project, you will likely come to a point, where you need more people to get involved – either to collaborate or to view your diagrams and explore the models. You can use cloud solutions, use your…
Read more

Slovak NLP resources

Lately, I have been working on a new interesting project that utilizes NLP tools and resources in Slovak language to bring a real value to customer. So far it has been quite challenging, since there are very little resources, corpora and tools available. I have decided that it is best to investigate and find all the usable NLP tools and resources (somewhat usable for slovak language) on the internet and compile them together on github and release my tools as open source so we can move forward together. You can find the links here: https://github.com/essential-data/nlp-sk-interesting-links Feel free to contribute and…
Read more

Copy CSV (Excel) table to Jira

Jira description editor is still using Jira markup for tables and it is really hard to copy paste complete tables from csv/excel to Jira. There are online tools available to help with this manner by providing input where you copy table from excel and it produces Jira Markup table. I have developed my own for these reasons: Security. My implementation does not send or store any data and is provided by secure webserver (https). You can evaluate this by monitoring server communication and inspecting the source code. Multiline support. My implementation uses PapaParse, that supports multiple lines in excel cell….
Read more