Blog

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
Blog Post Image
Setting up Ruby 2.7.6 on Ubuntu 22.04

I always enjoy working on the latest ubuntu servers being a Ubuntu aficionado. It is an LTS. So naturally, my choice would be to have my application run on Ubuntu server 22.04. Since we use AWS extensively, I chose to install it in a c6g nitro instance type. It usesARM architecture too.

Read More
Blog Post Image
Say Hello to Cypress.

Cypress is an open-source automation tool and a Javascript-based framework specially used for end-to-end testing.

Read More
Blog Post Image
Enabling SSL on PostgreSQL

This blog describes the procedure to enable SSL authentication for a standalone PostgreSQL setup. We can use a self-signed certificate to enable ssl for our Postgres server. In a production environment, use a certificate signed by a certificate authority (CA).

Read More