Skip to main content

Expert Insights

Software Development|Jun 26, 2026

From Tasks to Ownership: What Changes When You Move into Development Tooling?

Depending on the team and project, developers may work from well-defined requirements or help shape solutions from the ground up. In developer tooling, the latter tends to happen particularly often. We spoke with Karol Skóra about what surprised him most after moving from backend development into tooling and why communication may be just as important as technical expertise.

Image Alt
Software Development|Jun 18, 2026

JEP-538: native support for PEM format enabled

JEP-538 introduces the third preview of the PEM API. This API provides native support for decoding and encoding cryptographic objects in the Privacy-Enhanced-Mail (PEM) format, which is kind of an industry standard.

Image Alt
Software Development|Jun 4, 2026

Why Tooling Engineers Think Differently

Interview with Krzysztof Romanowski, Head of Development Productivity at VirtusLab Software engineering loves process, structure, best practices, and architectural purity. Tooling engineering often lives somewhere else entirely - in edge cases, uncomfortable tradeoffs, and systems that only work because somebody deeply understands how they break. We sat down with Krzysztof Romanowski to talk about why tooling engineers often think very differently from the rest of the industry.

Image Alt
Software Development|Apr 29, 2026

Supply Chain Attacks: How They Work and How to Defend Your Codebase against Them

Software supply chain security is a problem which, if ignored, can easily cause anything ranging from a minor bug to a literal disaster. Should we be scared? What can we do to be safe? This article will do its best to answer these questions briefly, while still doing justice to how serious the danger is. As a bonus, I will also mention how a build tool called Bazel can help in the fight.

purple_waves
Software Development|Apr 17, 2026

Bootstrap Your Backend Server Using Ktor, Koin, and Exposed

After seven years in Java, I joined a Kotlin project and got curious about the native ecosystem. To learn it, I built a small Trading Accountability App — a tool that logs trades, enforces trading rules, and flags violations when discipline slips — from scratch using only Kotlin-native libraries, and this article walks you through doing the same.

Image Alt
Software Development|Apr 8, 2026

Making Interfaces Feel Fast and Intentional: UX Patterns Beyond Raw Performance

Your interface may look right in a static mockup - but users don’t experience static pages. They see content appear, load, and shift. Perceived performance often matters more than raw performance metrics. A page that loads in 800ms but shows a blank screen feels slower than one that takes 1.2 seconds but shows skeleton placeholders from the first frame.

Image Alt
Software Development|Apr 8, 2026

UX through a Frontend Developer’s eyes - practical UX protips for FEDs

Shipping a working interface has never been easier. Design tools, AI, component libraries, and modern scaffolding have dramatically lowered the barrier to getting something on screen. This article is a practical, hands-on collection of workflow improvements, UX patterns, and implementation-level pro tips - all from a frontend developer’s perspective. No lengthy theory lectures (though a few concepts need a quick explanation to make sense). Jump in and try these techniques in your own projects to measurably improve how your interface feels.

Image Alt
Software Development|Apr 7, 2026

When TypeScript becomes the language of contracts. Specifying intent in practice.

Discover how TypeScript is becoming the language of intent, reshaping engineers into system designers who define contracts while AI handles code.

Image Alt
Software Development|Apr 7, 2026

Beyond the Mouse Cursor: Interaction Patterns for Touch and Assistive Technology

All the interactions discussed so far need to work across devices - and on mobile, they face a different set of constraints. More than half of all web traffic comes from mobile devices, yet many developer-built interfaces are designed cursor-first and touch-optimized as an afterthought. Mobile isn’t a smaller desktop - it has its own interaction model, constraints, and opportunities.

Image Alt
Software Development|Nov 18, 2025

TypeOps evolved: Scaling type-safe infrastructure to microservices

We’re taking the next step in the evolution of TypeOps: bringing type-safe integration to the level of full microservices. This generalization of the original design opens the door to something larger – a platform that can grow into an ecosystem of SDKs, plugins, and protocol connectors.

connected_squares_Typeops
Software Development|Sep 24, 2025

Gradle vs. Bazel for Android projects: A deep dive

Discover how Gradle and Bazel compare for Android builds, from IDE support to scalability. Learn which tool suits your team’s size and project goals.

Gradle vs Bazel hero element
Software Development|May 7, 2025

Why Java on ARM is gaining momentum

Java has come a long way on ARM. Runtime improvements, smarter garbage collectors, and better vector performance now make it a solid fit. CI/CD pipelines work without extra effort. This guide walks through: - real-world benchmarks - examples from AWS and Google Cloud - gives hands-on advice for tooling, deployment, and compatibility If you're weighing cost, speed, or sustainability, this will help you judge whether a move to ARM makes sense—and how to pull it off cleanly.

Why_Java_on_ARM_Is_Gaining_Momentum_image