Using Maplibre with Jetpack Compose

What is Jetpack Compose? Jetpack Compose is a modern toolkit for building Android user interfaces using a declarative programming model. With Jetpack Compose, you can create UI components and layouts in a simple and intuitive way, using Kotlin code to define your app's user interface. One of the…

Swift Custom Operators

Custom operators are underrated topic among iOS developers. Some people think they’re bad , whereas others love to use them. Code can be written in less lines, while keeping it clear what is happening. Custom operators are also known as advanced operators and allow you to combine two instances with…

Top New iOS 16 features

There have been quite a lot of enhancements and updates in iOS 16. iOS 16 brings one of the most important updates for the iPhone’s Lock Screen since iOS 7. With improvements for Focus Mode, more continuity capabilities, and tweaks to Messages, there’s a lot to take advantage…

NestJS 8 vs NestJS 9

Who doesn't love new toys? But what features does this new upgrade have for us and is it beneficial to migrate? That's what this blog is about. Before we move to the comparison between NestJS 8 vs NestJS 9, let us understand what NestJS is. What…

All about Suspense in React18

React is one of the trending and most popular client-side libraries for developing painless interactive UIs. Already it has its roots deep in the market, but obviously, the goal is to achieve the best UI experience but not better. So React comes up with another major feature in its Version…