Technology

More than just a tool.
Quality products are built through the application of good technology and even better technical skills. Problem-solving, value-maximizing, efficiency, innovation, security, and risk management depend on it.
And one way to master the skill is to show how a particular problem was solved and get useful feedback.
Read our contribution to a collaborative educational culture of the IT industry.

Optimizing VRAM for efficient LLM performance

Without optimization, top-tier hardware still won’t deliver. Here are some useful tips to optimize your VRAM usage, helping your GPU run more efficiently and improving overall performance when working with LLMs.

Reading Time 5 minutes

Continue reading

12 common pitfalls in LLM agent integration (and how to avoid them)

Having gone through multiple LLM agent implementations, we've gained plenty of hands-on knowledge. As with any learning curve, it came with challenges, so we summarized it into a list to help skip the hard parts.

Reading Time 7 minutes

Continue reading

AI agents in action: their benefits and game-changing examples

Would AI technology improve your business? This is a valid question to consider: some innovations are a must, others “a pass”, and most companies can’t afford to gamble. That’s why it helps to look at real-world examples and benefits first.

Reading Time 7 minutes

Continue reading

Developing a custom Gradle plugin for formatting and static analysis

In the third and last blog of our series, we will help you to create and publish a custom Gradle plugin that automates ktfmt and detekt integration and simplifies your new projects' setup.

Reading Time

Continue reading

Enhancing code quality with detekt for static analysis

In the 2nd part of the series, you will learn to integrate detekt for static code analysis in your Kotlin projects, optimize it for Jetpack Compose, and implement it in pre-commit hooks for better code quality.

Reading Time 10 min

Continue reading

Implementing and automating code formatting and static code analysis in your Android projects

In the first part of our series on how to play your code the right way on your Kotlin projects, we will focus on integrating ktfmt for code formatting.

Reading Time 10 minutes

Continue reading

WebAssembly for people in a hurry

Interested in WebAssembly (Wasm), but don’t have the time for in-depth research? Read this guide to familiarize yourself with some of its core concepts and use cases.

Reading Time 17 minutes

Continue reading