In this post we will be seeing how you can build your project using Jenkins. We will be building sample project using Jenkins.
Install Jenkins on AWS EC2 Instance
In this post we will be seeing how to install jenkins on AWS EC2 instance
Install Java on EC2
In this post we will be seeing how we can install Java on our EC2 instance.
DevOps Introduction and Lifecycle
In this post we will be seeing We will be seeing What is DevOps? Role of operations before DevOps? What is the need of DevOps? or Why DevOps is important? and DevOps Lifecycle.
First Chef Cookbook recipe using AWS and chef Server
In this post we will be seeing how to write chef recipe using AWS and chef server. Chef is a configuration management tools that is used to manage the configurations on servers, I won't be explaining in depth what is Chef in this tutorial, but you can go through this for more insights.
What is DevOps?
In this post I will be introducing you with the DevOps culture, We will be seeing What is DevOps?, Role of Operations before DevOps?, What is the need of DevOps or Why DevOps is important. DevOps is such culture or model or practice or approach, whatever you may call but not a programming language or technology.
Set transparency level using Python Imaging Library/Pillow
Image processing can be allowed using The Python Imaging Library or PIL. Unfortunately PIL's last release was in 2009 and then it stopped getting updated. Luckily there were some Python techies who came along and forked PIL and named their project as Pillow. This project Pillow is the enhanced replacement of PIL which also supports … Continue reading Set transparency level using Python Imaging Library/Pillow
DSP Icebreaker – FFT and its interpretation. Windowing
In the first tutorial we saw how to draw a signal of given frequency. In this tutorial we will see how to observe the spectrum of a signal. We know to draw a sinusoidal signal we need two information : frequency of the signal and sampling frequency. Also Nyquist rule has to be respected. But … Continue reading DSP Icebreaker – FFT and its interpretation. Windowing
You must be logged in to post a comment.