ServiceNow architect. Go developer.
I build tools the ecosystem is missing.
10+ years on ServiceNow. Started in PHP, moved through JavaScript, landed in Go. I run crucial.ly for ServiceNow consulting and unarii for everything else.
I self-host what I can and automate what I can’t. Infrastructure, networking, home automation — all local-first, no cloud dependency.
Four languages — English, German, Hungarian, Slovak. Based in Slovakia, consulting for clients in Austria.
Projects
crucial.ly
ServiceNow consulting services. Architecture, development, process optimization.
unarii
My company. Software development, infrastructure, hosting, and more.
vikstra-bridge
MCP stdio-to-HTTP bridge. Connect any MCP server over the network.
paste.me
Zero-knowledge paste sharing. Client-side encryption, no server trust.
sn-edit
ServiceNow script editor tooling. Write code where it belongs.
Telegram RSS Bot
RSS feed reader bot for Telegram. Subscribe to feeds, get updates.
Blog
- Serverless functions in Go Oct 2020
In the article you get to know how to build a simple serverless function and deploy it to AWS. Also you can get a good insight of what a serverless function is and the pros and cons of it.
- SN-EDIT v0.2 released Jul 2020
The new version promises a more streamlined and stable experience on all the major platforms like MacOS, Linux or Windows! Now you can use sn-edit on any platform of your choice with the same features. All of these promises without installing any dependencies and simply just using one executable!
Why did I replace some of the javascript implemented functions with WASM (Webassembly) and its benefits
- Did you ever hear about Go? May 2020
Choosing the right language for our project is never an easy task. It takes a lot of consideration what to invest your time into. Is a scripting or a programming language better?
I am sure you know the feeling, when you want to generate a custom PDF on Servicenow. You search for a way, but the platform just simply does not offer enough. In this little how-to I would like to show you the process of creating a custom PDF while using Servicenow. We will use the very familiar and popular chrome browser for this. If I have your attention now, keep reading!