Creating Stunning Gradients in React Native with Skia
Learn how to create stunning text with React Native using React Native Skia. In this post, we ’ll explore how to leverage Skia’s powerful features to bring vibrant gradients to life.
Learn how to create stunning text with React Native using React Native Skia. In this post, we ’ll explore how to leverage Skia’s powerful features to bring vibrant gradients to life.
Let's dive into the talks from React Universe 2024 that stood out to us the most and share the key insights we gained. From innovative debugging tools to cross-platform development strategies, we’ll walk you through what we found valuable and how it’s shaping our approach to React and React Native development.
Continuing the Monorepo exploration series, we’ll see in action a real-life example of a monorepo for JVM-based languages, implemented with Maven, that runs in continuous integration. The experiment of reuniting a codebase of ~700K lines of code from many projects and shared libraries, into a single repository.
Monorepo has become quite popular in Javascript world, and yet not fully explored for JVM-based development. The lack of tools and practical examples slow down its adoption in everyday software projects. In this series of articles, we’ll try to uncover the full potential of a monorepo with Java and Maven.
Sometimes you have custom Jackson object mapper imported from external modules/libraries. How can you customize their serialization/deserialization? Let's go to discover the power of Java Service Provider Interface.
Block'n'poll a complete example of a full stack web application interacting with Algorand Blockchain
In this third blog post of the series about our Tech ecosystem we look at the technologies that we adopted in the frontend and backend space, and explore the reasons behind our choices.
How to use functional interfaces to mock behaviours in tests without implementing classes
I recently discovered MockK, a mocking library created for Kotlin. Let's see how it is possible to write modern unit tests with MockK + JUnit 5.
The dark side of Unchecked Exceptions
React native 0.60.4 has a new cool feature for Android: a new JavaScript engine called Hermes. Let's see how you can turn it on in your React Native application to get all its benefits.
How to refactor code coupled with a data class?
It seemed a normal day of work when one of our managers called a meeting to inform us of a very urgent feature that should be put in production within 2 days.
You can run your React Native integration with Typescript in a couple of minutes in an existing app. Just read our example.
Being able to write code faster is a non-plus-ultra in every kind of software development. We made a comparison, take a look at our results.