Home
TEAM141
Cancel

React + Redux

Sample React & Redux Application Sample React & Redux working application const { createStore, bindActionCreators } = Redux; const { Provider, connect } = ReactRedux; //REDUX: const AD...

Schedule For Interview Preparation

This post is to show a sample of scheduling “Daily Routine and Study Timetable” for cracking DevOps Interview. Daily Routine & Study TimeTable Time Table Study Timetable Daily Routine ...

Docker History

Building an Apache2 Docker container from Docker File Dockerfile FROM ubuntu:18.04 LABEL "Project"="LilFasion" ENV DEBIAN_FRONTEND=noninteractive RUN apt update RUN apt install apache2 -y WORKDIR...

Python Scripting

Code block print ("welcome to Python") welcome to Python print("Python indentations") Python indentations print("Python indentations") print("") print("#######") Python indentations ...

Bash Scripting

Code block Today’s Assignment Single BASH Script for Webserver launch in CENTOS and UBUNTU Type-2 #!/bin/bash # Variable Declaration echo webtemplate=https://templatemo.com/tm-zip-files-2...

Enable Google Page Views

This post is to enable Page Views on the Chirpy theme based blog that you just built. This requires technical knowledge and it’s recommended to keep the google_analytics.pv.* empty unless you have ...

Customize the Favicon

The favicons of Chirpy are placed in the directory assets/img/favicons/. You may want to replace them with your own. The following sections will guide you to create and replace the default favicons...

Getting Started

Prerequisites Follow the instructions in the Jekyll Docs to complete the installation of Ruby, RubyGems, Jekyll, and Bundler. In addition, Git is also required to be installed. Installation Crea...

Writing a New Post

This post will guide you how to write a post on Chirpy theme. Even if you have previous experience with Jekyll, this article is worth reading, because many features require specific variables to be...

Text and Typography

This post is to show Markdown syntax rendering on Chirpy, you can also use it as an example of writing. Now, let’s start looking at text and typography. Titles H1 - heading H2 - heading H3 - h...