{"id":2403,"date":"2021-06-01T08:01:37","date_gmt":"2021-06-01T07:01:37","guid":{"rendered":"https:\/\/www.jurecuhalev.com\/blog\/?p=2403"},"modified":"2021-08-17T13:47:49","modified_gmt":"2021-08-17T12:47:49","slug":"ales-vaupotic","status":"publish","type":"post","link":"https:\/\/www.jurecuhalev.com\/blog\/ales-vaupotic\/","title":{"rendered":"Ale\u0161 Vaupoti\u010d on conversations in IT"},"content":{"rendered":"\n<p class=\"has-light-brown-background-color has-background\">In Meaningful work interviews I talk to people about their area of work and expertise to better understand what they do and why it matters to them.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.reepolee.com\/\">Ale\u0161 Vaupoti\u010d<\/a> has a wide-ranging 35+ years career in building software and hardware solutions. He\u2019s one of the most experienced e-commerce experts in the region. Our conversation ranged from how to grow as a developer, what it\u2019s like to be part of the sales process, and where he currently sees technological opportunities.<\/p>\n\n\n\n<p><em>We had a very wide-reaching conversation and what follows is just a partial summary of things we discussed.<\/em><\/p>\n\n\n\n<p><strong>How do people introduce you?<\/strong><\/p>\n\n\n\n<p>I\u2019m most known as an Application Architect. I\u2019m most often in a role where I lead the project from the initial meeting up until the first successful deployment. By that time I\u2019m usually embedded in a larger team and I can usually call my client a friend.&nbsp;<\/p>\n\n\n\n<p>I\u2019m most proud that I can identify the needs of my clients and have the necessary breadth of experience to lead the implementation. It took me a lot of time to develop this skill.<\/p>\n\n\n\n<p>I explain my job as mostly finding the opportunities in the business process where IT can help. What can we do to make everyday work easier? It\u2019s also a multi-layered system. We need to think about our client, our client\u2019s client, and also possible end-users. We try to figure out how we can arrange processes so that everyone benefits. I think this type of thinking and planning is what makes me an <em>Architect<\/em>.<\/p>\n\n\n\n<p><strong>What were some of your early projects and what have you learned from them?<\/strong><\/p>\n\n\n\n<p>In my teens, I designed a mechatronic system that measured how fast we were skiing between two points at my local hill. That\u2019s where I first learned how to define what the project needs, the materials required and how we\u2019re going to implement it. Of course, this being in the 80\u2019s it required a lot of ingenuity and <em>borrowing<\/em> of hardware parts from different household electronics.<\/p>\n\n\n\n<p>I later worked with Globtour where we developed the first regional systems for booking, tourism transfers, and billing. There I first learned how to implement business needs and regulatory requirements into such a large-scale project.<\/p>\n\n\n\n<p>Luckily, I had a colleague who previously worked as a programmer for IBM and was trained by them in the USA. He taught me the basics of project management. For them, an IT project started with planning for how you&#8217;re going to do backups, maintenance, and ease of use. With this in mind, we developed a software framework that was serving us well for many years. We made sure that there was a robust login system, defined backup system, permission systems, and centralized logging to name a few important aspects. Even though it was written in Pascal it was not much different from today\u2019s modern frameworks like Laravel. It allowed us to be at about 1\/3 of the budget and time of competing companies at the time.<\/p>\n\n\n\n<p><strong>Why did you recently switch from a small consultancy to working inside a larger agency?<\/strong><\/p>\n\n\n\n<p>While I always enjoyed working solo or in small teams, I\u2019ve recently noticed that I\u2019ve hit a limit of what I can accomplish alone. It\u2019s just not possible for me to get larger projects because I don\u2019t have the necessary certificates, references, or required team size.&nbsp;<\/p>\n\n\n\n<p>While I can offer a lot of experience and specialized knowledge, that&#8217;s not enough if you want to become a larger solutions vendor. To solve this I\u2019ve decided to join a large digital company that can fulfill all these checkboxes and provides me with new challenges to work on.<\/p>\n\n\n\n<p><strong>You mentioned that you&#8217;ve participated in a lot of sales meetings. How do you see your role in the sales process and what makes for a good sales pitch in IT?<\/strong><\/p>\n\n\n\n<p>I found that being good at doing sales is a very important skill to master. I am not enjoying sales, but it\u2019s a skill you can learn by reading a book and practicing. In this regard, I see it as just like learning JavaScript or any other technical skill.<\/p>\n\n\n\n<p>A large part of sales in IT is also being able to explain the solution in a very plain language. I find it extremely valuable to invest time in these initial stages as we explain to the client what we\u2019re going to do. If the client understands the benefit of high-quality localization and accessibility they are more than happy to both pay for it and accept a longer development timeline. What I also often see is that people try to rush this part of the process and don\u2019t take time to learn how their client works and what their real needs are.<\/p>\n\n\n\n<p>Creating a high-quality business overview document creates value for everyone. It helps different people on the client\u2019s side understand what\u2019s going on and it also ensures that there is a good understanding of the team that will execute a plan. It\u2019s still a very imprecise problem as we still don\u2019t know how to properly define software projects ahead of time.&nbsp;<\/p>\n\n\n\n<p>I noticed that having the capability to quickly create high-fidelity prototypes makes a big difference in how clients understand proposed project functionality.<\/p>\n\n\n\n<p><strong>How are you improving the quality of your communication with your team?<\/strong><\/p>\n\n\n\n<p>I\u2019m always questioning my assumptions and how I relay information. Especially if the results are not what I expected. There\u2019s always an opportunity to improve as a communicator. It\u2019s always a new challenge when you need to delegate work that you used to do yourself. Many things that were obvious to you now need to be explicitly stated.<\/p>\n\n\n\n<p>One of the things that I\u2019m doing to improve in this area is that I\u2019m blogging more and creating YouTube videos. Today I realize that I won\u2019t improve if I don\u2019t go through the process of creating, publishing, and then learning from feedback. Despite my understanding of all this it\u2019s still scary to get feedback.<\/p>\n\n\n\n<p><strong>What does a good code look like?<\/strong><\/p>\n\n\n\n<p>It\u2019s a code that it\u2019s simple and straightforward on its own. Something that I know I\u2019ll still understand months later without having to think about what it does. I\u2019m not a fan of modern Javascript that you can write in a very terse way but doesn\u2019t make it easy to reason about it. I\u2019d rather write a <em>for-loop<\/em> than a <em>map function<\/em>. It feels much more natural to me. My personal mission at the moment is that each project that I work on has less unnecessary code.<\/p>\n\n\n\n<p>These days I\u2019m also studying code flows and how the project is structured. It doesn\u2019t have to be a language that I\u2019m working on. I\u2019m just trying to understand and learn from these conceptual ideas. GitHub is a great source to find such projects.<\/p>\n\n\n\n<p><strong>What would be your advice to more junior colleagues in the industry that are battling with all the technology changes, fear of missing out, and are starting to talk about burnout?<\/strong><\/p>\n\n\n\n<p>What I see happening with some people is that they fall into the trap of <em>everybody can be a developer<\/em>. Sure, for some time but after that, you become tired if you keep doing the same things all the time. You need to find ways to grow and to keep challenging yourself. If they can\u2019t do it in their workplace setting they could try to find that enthusiasm in life in their personal lives.<\/p>\n\n\n\n<p>Writing code and building technological solutions were always something that excited me. I\u2019m also very proud of my attention to detail and that I always see opportunities for my growth as a developer. That&#8217;s why I think I don&#8217;t feel many of these challenges.<\/p>\n\n\n\n<p><strong>You\u2019re also supporting the development of young people through First Lego League Adria. Can you reflect on some of the things that you learned in the process?<\/strong><\/p>\n\n\n\n<p>I\u2019m fascinated by how creative and capable kids are, aged between 8 and 16 years. They\u2019re also always very successful when competing on the international level and have very solid language and presentation skills.<\/p>\n\n\n\n<p>I&#8217;m happy to see that the best local participants are getting great opportunities for further studies and personal development. I hear that US Universities and Colleges are actively trying to recruit them with good scholarships. At the same time, there\u2019s a lack of trust in such opportunities in our environment so they mostly go unused. After working with such teams for the last 10 years I see how much potential they have and what kind of big impact they\u2019ll be able to have in their professional work.<\/p>\n\n\n\n<p><strong>What technologies excite you at the moment?<\/strong><\/p>\n\n\n\n<p><a href=\"https:\/\/svelte.dev\/\">Svelte<\/a> makes sense for me for front-end development. It just feels natural to write. I also really like the community around it. It\u2019s really supportive, full of great ideas, and open to discussion. I\u2019m also contributing to the <a href=\"https:\/\/routify.dev\/\">Routify<\/a> project that enables routing through file structures.<\/p>\n\n\n\n<p>Incremental Static Regeneration in modern JavaScript frameworks is definitely something I can see a lot of good use cases for.<\/p>\n\n\n\n<p><a href=\"https:\/\/tailwindcss.com\/\">Tailwind<\/a> makes it really easy to write CSS styles in a very natural way.<\/p>\n\n\n\n<p>I\u2019m looking at serverless and edge computing as I feel that this is finally the true cloud that allows us to bring websites closer to end customers.<\/p>\n\n\n\n<p>I\u2019m also excited about WASM and that we can push computation to clients&#8217; devices. When we connect this potential with serverless it greatly simplifies a lot of the needed backend infrastructure.<\/p>\n\n\n\n<div class=\"wp-block-group has-yellow-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><em><strong>What I learned from talking with Ale\u0161<\/strong><\/em><\/p>\n\n\n\n<p>Communication and written expression is the most fundamental part of successful IT projects. If people can&#8217;t understand each other the project will fail.<\/p>\n\n\n\n<p>Keep tinkering with technologies and different challenges. Fundamentals are always the same and I&#8217;ll be able to build on previous knowledge.<\/p>\n\n\n\n<p>Don&#8217;t worry too much about businesses. They come and go. People and relationships around them last much longer.<\/p>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Ale\u0161 Vaupoti\u010d has a wide-ranging 35+ years career in building software and hardware solutions. He\u2019s one of the most experienced e-commerce experts in the region. Our conversation ranged from how to grow as a developer, what it\u2019s like to be part of the sales process, and where he currently sees technological opportunities.<\/p>\n","protected":false},"author":1,"featured_media":2404,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[943],"tags":[],"class_list":["post-2403","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-meaningful-work"],"acf":[],"jetpack_featured_media_url":"https:\/\/www.jurecuhalev.com\/blog\/wp-content\/uploads\/2021\/06\/08-Ales-Vaupotic.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.jurecuhalev.com\/blog\/wp-json\/wp\/v2\/posts\/2403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jurecuhalev.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jurecuhalev.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jurecuhalev.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jurecuhalev.com\/blog\/wp-json\/wp\/v2\/comments?post=2403"}],"version-history":[{"count":3,"href":"https:\/\/www.jurecuhalev.com\/blog\/wp-json\/wp\/v2\/posts\/2403\/revisions"}],"predecessor-version":[{"id":2543,"href":"https:\/\/www.jurecuhalev.com\/blog\/wp-json\/wp\/v2\/posts\/2403\/revisions\/2543"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.jurecuhalev.com\/blog\/wp-json\/wp\/v2\/media\/2404"}],"wp:attachment":[{"href":"https:\/\/www.jurecuhalev.com\/blog\/wp-json\/wp\/v2\/media?parent=2403"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jurecuhalev.com\/blog\/wp-json\/wp\/v2\/categories?post=2403"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jurecuhalev.com\/blog\/wp-json\/wp\/v2\/tags?post=2403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}