How to connect Php docker container with Mongo DB docker container
Goto your command terminal. Type: This will expose port: 27017 by default. You…
August 20, 2017
For programmers, who want to write about their codes. Its often the first requirement to put your code in style. The code should looks like code, not normal text.
You must be familiar with bootstrap framework. Goto CSS code section.
The perfect way to use bootstrap functionality is to use code like below:
<pre class="pre-scrollable" style="max-height: 600px"> Your code goes here </pre>
You can either use pre tag without any style element. The block will as long as the code in it. Or, you can put pre-scrollable class in it. The default height is 340. And, it will display a vertical scroll bar.
Share this article, if you like it. And, send me your more suggestions to put in this blog.
Goto your command terminal. Type: This will expose port: 27017 by default. You…
Introduction In this post, I will show how to validate your json schema…
Introduction I needed a report page, where I wanted to have some information…
In previous article: Effective Git Branching Strategy, I discussed Git branching…
This will take backup of your passed database name, to the passed folder. It…
Introduction In this guide, We will get basic understanding of various options…
In this post, we will see some of the frequently used concepts/vocabulary in…
System design interview is pretty common these days, specially if you are having…
Introduction You are given an array of integers with size N, and a number K…
Graph Topological Sorting This is a well known problem in graph world…
Problem Statement Given a Binary tree, print out nodes in level order traversal…
Problem Statement Given an array nums of n integers and an integer target, are…