CI-CD Pipeline in Jenkins
Blog
TECH SHITANSHU

CI/CD pipelines for code deployment using Jenkins

CI/CD pipelines for code deployment using Jenkins CI-CD Pipeline in Jenkins What does a CI/CD Pipeline entail? Imagine DevOps as the perfect fusion of development and operations teams, where they seamlessly work together to bring new software to life. In

Read More »
Modern Cloud infrastructure
Blog
TECH SHITANSHU

Modern Cloud infrastructure

Modern Cloud Infrastructure To grasp why it’s crucial to distinguish between different types of changes in our industry, let’s take a trip down memory lane. Back then, the concept of the “Cloud” didn’t exist. We operated with a fixed number

Read More »
pipes and filters
Blog
TECH SHITANSHU

Pipes and Filters Architecture Design Pattern

Pipes and Filters Architecture Design Pattern Pipes and filters pattern break down a complex task into smaller parts that can be used again and again. This helps boost performance, scalability, and re-usability because it lets you deploy and scale individual

Read More »
Amazon Virtual Private Cloud
Blog
TECH SHITANSHU

Amazon Virtual Private Cloud ( VPC design)

Amazon VPC Architecture Imagine Amazon VPC as a private neighborhood in the vast city that is the internet. In this neighborhood, you get to build your own house (virtual private cloud) and set up your own rules. It’s like having your own

Read More »
Data Warehouse
Blog
TECH SHITANSHU

Top 10 Popular Data Warehouse Tools

Top 10 Popular Data Warehouse Tools A data warehouse is a relational database that is designed for query and analysis rather than for transaction processing. It usually contains historical data derived from transaction data, but can include data from other

Read More »
Websocket API Architecture
Blog
TECH SHITANSHU

Websocket – API Architecture Style Every Developer Must Know

Websocket – API Architecture Style Every Developer Must Know WebSocket APIs offer APIs that the client can access through the WebSocket protocol. Unlike REST and HTTP APIs, WebSocket APIs allow bidirectional communications. WebSocket APIs are often used in real-time applications

Read More »
Code Review Code Walkthrough Code Inspection
Blog
TECH SHITANSHU

Code Review vs. Code Walkthrough vs. Code Inspection

Code Review vs. Code Walkthrough vs. Code Inspection In Code review and code walkthrough the author of the material being reviewed facilitates walk-Through. The participants are led through the material in one of two formats; the presentation is made without interruptions and

Read More »
Scroll to Top