Our Blog
Dive into a world of insights and inspiration on our blog.
WordPress as a Headless CMS with Next.js
Using Wordpress as a headless CMS WordPress powers 43.2% of all websites as their CMS. Around 470 million websites are built on WordPress. WordPress dominates the CMS market with a 62.8% share. However using Wordpress as a all-in-one solution may be...
RxDart in 2024
In today's world, as mobile applications become increasingly complex, developers are looking for new tools and technologies that will help them meet growing demands. One such tool that has gained popularity in the Flutter world is RxDart. RxDart is an implementation...
Comparison Riverpod vs BLoC
In today’s Flutter world, state management is a crucial aspect of every application. There are several approaches to state management, but two of them—BLoC (Business Logic Component) and Riverpod—have gained popularity due to their effectiveness and flexibility. In...
Comparison WatchOs vs WearOs
What is WatchOS? WatchOS is a dedicated operating system created by Apple specifically for their series of smartwatches, known as Apple Watch. This advanced system allows users to fully utilize features known from iOS, such as conversations with Siri, activity...
Github Copliot with React – Test Writing for React Components
Streamlining Test Writing for React Components In the world of software development, writing tests for our code is paramount. It ensures that our applications behave as expected, even as they evolve over time. However, crafting these tests can sometimes be a laborious...
Streamlining Own LLM Deployment with Ollama: Unlocking the Potential
Why Do Own LLMs Matter? Running your own LLM serves various purposes and offers numerous benefits: Tailored Solutions: Custom LLMs can be trained to address specific tasks or domains, providing tailored solutions to unique challenges. Enhanced Performance: By...
Github Copliot with React – Speeding process of easy tasks
Streamlining Easy yet Time-Consuming Tasks In the world of web development, React has emerged as a prominent framework due to its component-based architecture and declarative syntax, enabling developers to build robust and scalable applications with ease. However,...
Testing AI tool v0.dev for generating React UI Web Components
General Information Vercel has announced V0.dev for developers and designers to generate JSX code with Tailwind CSS using artificial intelligence (AI). The only issue with the announcement was that v0.dev had a waiting list and was not available to everyone initially....
applications for multiple platforms simultaneously
To address the challenge of developing software for various platforms, we need to take into account diverse screen sizes. Mobile applications are characterized by smaller screens, which additionally requires adapting menu/button layouts to the specific nature of...