Blog

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
Blog Post Image
Analyze and Improve Webpage Performance Using Lighthouse

This article is about some of the common webpage issues that are identified while analyzing our Next.js application and how we fixed them.

Read More
Blog Post Image
SSL and SASL Authentication to Amazon MSK with confluent-kafka-python library

Recently I stumbled upon a problem with authenticating to Amazon MSK with one of the most prominent python libraries confluent-kafka-python through two different modes of authentication, one being SSL and the other being SASL. One of them uses keys to encrypt data and the other one uses a username and password for encryption.

Read More