Hi, again. I spent 10 years to become a Junior to an kind of Software Architecture. And I still have a lot of things to learn....
Continue reading...Monkey
How to be a better programmer (P1)
You care about code. You’re passionate about programming. You’re the kind of developer who likes to craft truly great software. But the career path to become...
Continue reading...Explain programing to your kid
A program is an algorithm, or set of instructions, that has been written in a special code that a machine can read. You can make up...
Continue reading...What is metaphor technique in programming?
A metaphor is a literary technique where one thing is compared to another by stating they share the same qualities. Let me give you some examples: When...
Continue reading...Build Magento commerce site from A-Z with no money
Magento is an ecommerce website platform owned by Adobe that specializes in ecommerce websites. It has open source version to build ecommerce site with very basic features....
Continue reading...Git basic for monkey (Part 2)
It’s recommended to create tags for software releases. You can create a new tag named 1.0.0 You need first 10 characters of the commit id to link...
Continue reading...Brief history of version control (VCS)
Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. Before...
Continue reading...Git basic for monkey (Part 1)
Create a new repository Create a working copy of a local repository by running the command Add new changing files from working directory to staging Commit...
Continue reading...How computer program work ?
Computer programs are everywhereProgramming is not just about conventional computer systems anymore. The world has become increasingly digital, and almost everything runs on software. Programs are...
Continue reading...How to become a developer ?
A lot of people don’t know how to start to become a developer ? And this is not an easy question. Because you know, they always...
Continue reading...