
Nuclia updates 2023-01-16
New integrations are here! Our desktop application now offers two new connectors, including the OneDrive connector for accessing and managing your files on Microsoft’s cloud
New integrations are here! Our desktop application now offers two new connectors, including the OneDrive connector for accessing and managing your files on Microsoft’s cloud
Strapi is an open-source headless CMS. Offers an admin panel to manage content and a great API. But what if you want to provide a search engine for content?
If you are interested in extracting text and metadata from documents, you have probably heard about Apache Tika. It is a great tool that can
Next.js is a React framework that allows you to build server-side rendered applications with React. It is a great tool to build static websites, but
Talks, conferences, meetings, lessons, how-to-tutorials, teaching lessons, product reviews, webinars… Video is absolutely everywhere. How can you make all these videos accessible and searchable? How
Svelte makes it very easy to create custom elements (we already discussed it in a previous post actually). By adding svelte:options tag to a component,
When you’re a developer, everyday is an adventure. Let me tell you about something that seemed really simple initially and turned out to be surpringly
If you want to distribute a small and performant component, Svelte is just great. It is simple, clean and the generated bundle is extremely small,
You use RxJS to implement your libary but you want to let your users decide if they prefer RxJS or regular JavaScript promises. Opinionated choices