DevOps

DevOps is a set of practices that automates and drive the processes through system between software development and operational teams. It is not a technology or tool. It is the practice which gives quick and quality delivery. This section will be very usefull for learning this culture and tools/technology.

This section contains following sub-sections.

  • Planning
  • Development
  • Build and Package
  • Testing
  • Release and Operation
  • Monitoring and Analytics

These are the various stages in the Software lifecycle. So, It is easy to identify right tools in the right stages of Lifecycle.

Follow this section for stories and article about DevOps

What is Blue-Green Deployment

What is Blue-Green Deployment?

Releasing complex applications with Zero downtime is always difficult to achieve. People always come with a solution to face such problems. So, Blue-Green Deployment is one of the strategies to deploy an application without having Downtime. In this article, we will discuss What is Blue-Green Deployment and How It is helping us with Zero Downtime […]

What is Blue-Green Deployment? Read More »

What is Event-Driven Programming.

What is Event-Driven Programming?

The Event-Driven Programming is an Architectural design pattern to build the software application where components of the runtime open event and responds to the event. In this article, we will discuss the traditional Programming and Event-Driven Programming with detailed comparison and examples to understand. Traditional Programming Let’s see how HTTP 1.0 to understand how events

What is Event-Driven Programming? Read More »

Security Testing with OWASP ZAP Proxy

OWASP ZAP – Zad Attack Proxy and its Features

OWASP ZAP (Zad Attack Proxy) is an opensource Dynamic Application Security Testing (DAST) tool. This will be sitting between web application and end-user and help to identify security vulnerabilities in web application design and architecture. As the name goes, this is Open Web Application Security Project (OWASP) projects. ZAP is one of the successful proxy

OWASP ZAP – Zad Attack Proxy and its Features Read More »

Approaches to Automate Security Testing in CICD Pipelines

Approaches to Automate Security Testing in CICD Pipelines

As part of the current Software application development approach, Security is one of the concerns we should take as serious. The Internet is growing with threats. We must secure our application from those threats in all the possible ways. If we have some structured approach like DevOps for Software development, it will be easy to

Approaches to Automate Security Testing in CICD Pipelines Read More »

Free Domain Names

Free Domain Names – Top 10 Free Domain Name Services.

Looking for Free Domain Names? You are in the right place. If you are planning to start a website? Showcase your company? Promote your Business with a website? You need the Domain name and Hosting space. We have discussed getting Top 10 Hosting Services with Offers. In this article, we will discuss Getting absolutely Free

Free Domain Names – Top 10 Free Domain Name Services. Read More »

How to Deploy Python Flask Application on AWS EC2

How to Deploy Python Flask Application on AWS EC2.

Flask is a WSGI based web application framework. Flask has wrapped around Werkzeug and Jinja which are a popular template engine that will help to build advanced dynamic web applications. Running python Flask on local is very simple and easy. But, in order to run it on the enterprise-level platform with all the security standards,

How to Deploy Python Flask Application on AWS EC2. Read More »