Removing Language Barrier with AI – A Practical Example
We used OpenAI’s ChatGPT API to fix a problem our data mining team had been struggling with for a long time. Keep reading to learn more…
We used OpenAI’s ChatGPT API to fix a problem our data mining team had been struggling with for a long time. Keep reading to learn more…
Get more insight on how Prayers Connect adopted and use different AI solutions including ChatGPT, Bard, Github CoPilot etc.
Learn some quick tips of (manual) software testing from our experience in Prayers Connect. These short and practical tips will help you become a better tester.
Discover the importance of responsive design and learn how to build a responsive web app using React and Material-UI. Explore responsive layout techniques.
Learn Prayers Connect’s journey to Meilisearch to dramatically improve search api response resulting in boost in Apdex and reduction in users’ Misery Index.
In this fascinating exploration of architectural creativity, we harness the power of artificial intelligence to generate captivating mosque designs. Drawing inspiration from various historical eras and cultural influences, we infuse these concepts with a futuristic vision, resulting in a striking blend of past and present. By collaborating with AI, we unlock the potential for fresh…
When someone visits www.prayersconnect.com, a few things happen before the page is displayed. We know our visitors come to our site to get nearby mosque info. So we “do not show” (more on this later) a typical landing page but rather display their nearest mosques with the lowest friction. How does it happen? Once someone…
Lodash is one of the most downloaded node packages in the npm library. Basically, it is a utility library for JavaScript programming language. It facilitates JS’s functional programming with more than 200 functions which makes the workflow easier to work with arrays, objects, strings, numbers, etc. Here I have mentioned 5 of them, which I…
Previously we saw how we can get started with RTK Query with a minimal setup. If you haven’t read that already, I would suggest you take a look at it. It would make it easy for you to understand this one. In this setup, we will go beyond our minimal setup and would learn some…