Blog


Using RabbitMQ as a Message Broker in Node.js

A practical demonstration of how RabbitMQ manages inter-service communication within a microservices architecture

MicroservicesNodejsRabbitmq

Optimizing Web Performance for Faster Loading

Explore powerful strategies like lazy loading, image optimization, and efficient code splitting designed to enhance your website's speed

Web performanceWeb optimizationWeb development

Message Queue in Nodejs with BullMQ and Redis

Learn how to manage message queues, especially when dealing with a high volume of messages in a distributed environment using BullMQ, a Node.js library built on Redis

NodejsBullmqRedis

Automated Web Scraping with Node.js and Puppeteer

See how to synchronize my app’s data with constantly changing data from another website

Web scrapingNodejsPuppeteer

Understanding Llama2: KV Cache, Grouped Query Attention, Rotary Embedding and More

Grouped Query Attention, Rotary Embedding, KV Cache, Root Mean Square Normalization

NLPArtificial IntelligenceDeep Learning

The Basics of Web Hosting and Domain Names

Explaining how web hosting and domain names work

Web developmentWeb hostingWeb domains

How to Print the First 10 Rows of a Pandas DataFrame?

Explore multiple methods to print the first 10 rows of a Pandas DataFrame

pythonpandasdataframe

Mapping Elevation Data in Python’s Matplotlib

Learn how to add beautiful 3D terrain to your plots using accurate earth elevation data with this step-by-step guide.

MatplotlibPythonMaps

Unlocking the Mystery: What Are Privacy Coins?

CryptocurrencyMoneroZcash

Mirror GitHub Repository to AWS CodeCommit Using GitHub Actions

Cloud ComputingAWSGitHub