Blog Posts
A blog about web development, programming, and technology.
Git Essentials: A Comprehensive Guide to Setting Up, Using and Collaborating with Git
#Git
#Cloud
Git Essentials: A Comprehensive Guide to Setting Up, Using and Collaborating with Git
In this comprehensive guide, learn about Git, the powerful version control system for software development and collaboration. You will learn how to set up and configure Git on your computer, the basic commands you'll use on a regular basis, and advanced features that will help you take your Git skills to the next level.
January 26, 2023
DBMS - Functional Dependencies
#Database
DBMS - Functional Dependencies
Functional dependencies are a way to describe the relationship between two or more attributes in a datababse table.
October 29, 2022
SQL Joins
#Cloud
#Database
SQL Joins
SQL Joins are used to combine data from two or more tables in a database. The combinations are based on a common field between the tables.
October 22, 2022
SQL in Action
#Cloud
#Database
SQL in Action
Structured Query Language (SQL) is a language for querying and manipulating data. It is a standard language for relational database management systems.
October 21, 2022
Publish/Subscribe Model
#Cloud
#IoT
Publish/Subscribe Model
Pub/Sub is a decoupled asynchronous messaging pattern. The publishers send messages to a topic and the subscribers receive messages from the topic.
October 8, 2022
MQTT communication between NodeMCU and Raspberry Pi
#IoT
#How To
MQTT communication between NodeMCU and Raspberry Pi
In this tutorial, we will learn how to make communicate between NodeMCU and Raspberry Pi using MQTT. We will use Mosquitto MQTT broker to establish a connection between NodeMCU and Raspberry Pi.
September 29, 2022
Stack - Make Your Table Plates Stackable
#DSA
Stack - Make Your Table Plates Stackable
Stack is a linear data structure where objects are inserted and removed in a last-in-first-out (LIFO) order.
September 15, 2022
Linked List - Operations
#DSA
Linked List - Operations
Linked List is a linear data structure, in which the elements are connected to each other. In this article, we will learn about the operations that can be performed on a linked list.
September 14, 2022
Linked List - Store your data in a chain of nodes
#DSA
Linked List - Store your data in a chain of nodes
Linked List is a linear data structure where each element is a separate object called node. Each node contains the data and a pointer to the next node.
September 13, 2022
How does DoS and DDoS work?
#Cloud
#Security
How does DoS and DDoS work?
This article explains how DoS and DDoS attacks work and how to protect your website from them. The article also explains the difference between DoS and DDoS attacks.
September 9, 2022