Blog

Blog Post Image
Monitoring Amazon Timestream Health in Your Rails Application

When building robust applications, it’s crucial to have visibility into the health of all your external services. I always advocate for implementing a comprehensive vitals checking system in every project. Today, let’s focus on how to implement health checks for Amazon Timestream in a Rails application.

Read More
Blog Post Image
Installing EventMachine Gem from Source on Apple Silicon Macs

EventMachine is a popular Ruby gem that provides event-driven I/O using the Reactor pattern. While it’s typically installed via a simple gem install eventmachine, Apple Silicon (M1/M2) Mac users often encounter compilation issues when installing from source. This guide walks through the common problems and provides a detailed solution.

Read More
Blog Post Image
The AI Takeover: Stack Overflow Falls Victim to Changing Times

In the rapidly evolving landscape of technology, the rise of artificial intelligence (AI) has left no industry untouched. One of the latest casualties of this revolution is Stack Overflow, the beloved question-and-answer platform that has long been a go-to resource for developers worldwide. As the era of AI-powered chatbots and similar technologies dawns, Stack Overflow finds itself struggling to adapt, resulting in a significant decline in traffic, layoffs, and an uncertain future.

Read More
Blog Post Image
NETDATA — Monitor everything in real time

Netdata is a powerful monitoring and troubleshooting tool. It consists of two main components: the Netdata agent and the Netdata Cloud.

Read More
Blog Post Image
Provisioning a Self-Signed Certificate (SSL) for Nginx in a Docker Environment

In this article, let's see how to quickly set up an NGINX container with a self-signed certificate using Docker without having to manually construct or modify a single thing!

Read More
Blog Post Image
Install rdkafka on Apple Silicon M1/M2 (for Rosetta Ruby)

If you have to install rdkafka to work with the Rosetta Ruby in an Apple Silicon Mac, you will have to do the following steps.

Read More
Blog Post Image
Why are enterprises struggling to get out of Oracle?

In today’s technology landscape, where cloud computing and open-source software reign supreme, many companies are finding it hard to move away from their longstanding reliance on Oracle. Despite its poor reputation and high costs, Oracle has created deep dependencies for many businesses, making it difficult for them to adopt alternative database solutions. Additionally, the recent shift towards Apple’s M1 hardware has presented new challenges for Oracle users, further reducing productivity and pushing companies towards alternative options.

Read More
Blog Post Image
DialogFlow chatbot integration Part-II

In the Dialogflow chatbot integration Part-I, you learned how to create a chatbot with provided Training phrases and output response, in this blog you will learn how to connect Dialogflow to your server, send a request to the server from Dialogflow, and receive a response from your server.

Read More
Blog Post Image
Dialogflow chatbot integration

Dialogflow is a Google-owned developer of human-computer interaction technologies based on natural language conversations that allow you to create a chatbot. Voice and conversational interfaces created with Dialogflow works with a wide range of devices including phones, wearables, cars, speakers and other smart devices with 14+ languages.

Read More
Blog Post Image
Mail Interceptor Rails

In most of the application, it requires to send email through the app itself like sending email to the user after registration, forgot password, sending feedback, etc. In most cases, we used to have a development, staging, and production server.

Read More
Blog Post Image
Vue JS FAQs

The latest stable version is 3.2.2.8, released on 21st Jan 2022.

Read More
Blog Post Image
FAQs on Ruby

Latest version: Ruby 3.0.0 Dec 25, 2020

Read More