Articles.

Cover Image for Building an Elasticsearch-Powered Question Answering System: Setup and Pipeline Construction

Building an Elasticsearch-Powered Question Answering System: Setup and Pipeline Construction

Explore the construction of an open-source Question Answering System leveraging Elasticsearch and Haystack, utilizing the 'Error Analysis of Pretrained Language Models (PLMs) in English-to-Arabic Machine Translation' paper as the open-source file...

Abdulrahman Muhialdeen
Abdulrahman Muhialdeen

More Stories

Cover Image for Effortless Database Migration: Exporting from Cloud to Local Instance without Neo4j-Admin

Effortless Database Migration: Exporting from Cloud to Local Instance without Neo4j-Admin

Are you looking to transition your Neo4j database from the cloud to a local environment? Perhaps you're considering backup options...

Abdulrahman Muhialdeen
Abdulrahman Muhialdeen
Cover Image for Building a Robust Repository Layer with Next.js 14 and MongoDB: A Comprehensive Guide

Building a Robust Repository Layer with Next.js 14 and MongoDB: A Comprehensive Guide

I’ve used Next.js 13 in many of my projects, but I was eager to explore the new features in version 14. In this article, we’ll delve into implementing server actions with a repository layer using Next.js 14 along with a MongoDB database.

Abdulrahman Muhialdeen
Abdulrahman Muhialdeen
Cover Image for Improve the Accuracy of Your Generated Text with ChatGPT and Template Prompts

Improve the Accuracy of Your Generated Text with ChatGPT and Template Prompts

As the demand for high-quality content continues to increase, content creators and writers are constantly looking for ways to save time and...

Abdulrahman Muhialdeen
Abdulrahman Muhialdeen
Cover Image for Writing Unit Tests for Services in C# using NUnit + Autofac

Writing Unit Tests for Services in C# using NUnit + Autofac

When it comes to software development, testing is an essential part of ensuring that the code we write is working as intended. Unit testing is one of the most popular ways to test code...

Abdulrahman Muhialdeen
Abdulrahman Muhialdeen
Cover Image for How to Implement Request Body Validation in a Next.js API using a ‘/validation’ Folder Structure

How to Implement Request Body Validation in a Next.js API using a ‘/validation’ Folder Structure

When building an API, it is important to ensure that the data sent in the request body is valid and meets certain criteria. This can be accomplished by implementing a request body validation layer...

Abdulrahman Muhialdeen
Abdulrahman Muhialdeen