Understanding Docker: Introduction
In this post, we will introduce the basic concepts of Docker. You’ll learn what docker is, why and when to use it. What is DockerDocker is a
In this post, we will introduce the basic concepts of Docker. You’ll learn what docker is, why and when to use it. What is DockerDocker is a
Pass data between a parent and a child componentPass data from parent component to its childUse props Parent.js 1<Child name={childN
DesignCreating good architecture design. Creating good database design. Creating good API design. Unit testWrite unit tests or test-drive de
match and match_phrase do not work for partial searches. We can use wildcard, query_string or regexp to match a partial string. For example,
What does the shit code look likeBad names for variables and functions. And there are a lot of literals. Bad data structures and database sc
Getting StartedHello World 12> print("Hello World")Hello World Get input data from console 1input_string_var = input("Ent
IO StreamsInput StreamsGet a Input Stream From a Path Get Input Stream from filepath 12345678String filepath = "D:\\test.txt"// Ja
Junk files are unnecessary files produced by the operating system or software. Junk files keep increasing, but our computer disks are limite
MySQL Server Configuration FilesMost MySQL programs can read startup options from option files (sometimes called configuration files). Optio
GitInstall GitOn Windows, download git for windows. On Linux, running the command sudo apt-get install git to install git. Verify that the i