Next.js for Building Mobile Apps
XTIVIA is your ultimate consulting vendor for developing mobile apps using Next.js. Are you looking to develop a mobile app that is highly scalable, flexible, and efficient? Look no further than Next.js, the popular React-based framework for building web applications....
A Day at the Liferay Race Conditions
This post will show you a case where a race condition might make a custom OSGI component not to override the original implementation, and how to solve it. This article is a step by step tutorial for avoiding race conditions with OSGI services in Liferay DXP.
Top New Features in Liferay DXP 7.4
This article covers the top new features in Liferay DXP 7.4 that we like the most, and answers the question “What’s new in Liferay DXP 7.4?”
Planning Your Liferay DXP 7.4 Upgrade
If you’re reading this blog, then you are either planning a Liferay DXP 7.2 upgrade or considering one. You may be running a version of Liferay that’s reached its end of life or desire the new features/enhancements in Liferay DXP 7.2. If you’re on...Creating a Liferay Docker Container on Apple Silicon
Now that there are ARMv8 native versions of MySQL and JAVA, there have been no issues running Liferay locally. But since many developers are running Liferay in a docker container, is the ARM ecosystem up to the challenge, while making sure our container stays compatible with traditional x64 machines? Let’s find out!
Converting Components Between NextJS and Gatsby
NextJS and Gatsby are two of the most dominant frameworks in the ReactJS space. Both have great pluses and both are great choices to work with, making both great technologies to learn. A great way to learn both is recreating components in each. In this article we will...
Using react-jsonschema-form With Tailwind CSS and daisyUI
React-jsonschema-form, also known as RJSF, uses themes to override its rendered html. They may seem daunting, but thankfully you can copy RJSF’s core theme from its source code and customize it pretty easily. In this example we’re going to create a RJSF theme that uses daisyUI, a tailwind library that sits right on top of plain html tags, the famous react-select, and react-datepicker.
Using Contentful, SwiperJS and GSAP Together For Beautiful Content-Driven Animations
Knowing how to integrate multiple technologies together can open many new doors to what you can do with your websites. Two technologies that can work really well together are GSAP and SwiperJS. In this article we will look at creating a simple project that uses a SwiperJS carousel and GSAP’s ScrollTrigger plugin.