Python is created by Guido van Rossum in 1991 and developed by Python Software Foundation. It was primarily enhanced for emphasis on code readability, and its syntax allows programmers to express concepts in fewer lines of code.
[Read More]
Understanding about stream in Java 8
In this article, we will understanding about what is stream, and how to use stream in Java 8. Usually apply stream in java 8 makes our code understandable, maintainable, …
[Read More]
Binary Insertion sort
The comparison between MySQL and PostgreSQL
All content of this article is refer from the website https://employment.en-japan.com/engineerhub/entry/2017/09/05/110000.
[Read More]
How to use command line to do with MySQL
When we are working with database, we usually use UI to interact with database such as MySQL Workbench, PgAdmin 3, 4, … But when we want to do something deeper with databases such as granting permission for people to access our database, what did we do?
[Read More]