In the realm of electronic warfare, public safety, and commercial applications, the design of antennas plays a pivotal role in elevating operational efficiency and safety. The significance of antenna design extends far beyond mere functionality; it is about unlocking the full potential of electronic warfare (EW) technologies to ensure safety, enhance communication, and drive innovation. […]
Many UX professionals often find themselves working alone, and usually face more projects impacting user experience than they can handle. In this article, Paul Boag explains how UX teams can be transformed into a significant driver of customer-centric innovation within organizations. In my experience of building and supporting UX teams, most of them are significantly […]
It’s been a while since I haven’t posted anything on my website, it’s because there have been a few changes in 2022 that kept me away from writing. It’s time to resume it. For some time, I wanted to transition toward a manager role. Although I love mobile engineering and technical problems, “people problems” that […]
Gui Rambo returns to the show to talk about the role and importance of system design when building apps and open source tools, and how common app architectures and design patterns can be augmented with custom systems. NordVPN: Get an exclusive discount on NordVPN’s excellent VPN service, by going to nordvpn.com/sundell. They even have a […]
When writing asynchronous code using Swift’s new built-in concurrency system, creating a Task gives us access to a new asynchronous context, in which we’re free to call async-marked APIs, and to perform work in the background. But besides enabling us to encapsulate a piece of asynchronous code, the Task type also lets us control the […]