Just dumb man try talk about code.

Tuesday, July 19, 2016

High Level Vs Low Level

In high level language, we don’t need to think about memory allocation. For example, to create dynamic array, we don’t need to initialize the array length. But, all would be different if we move to low level language like C where required strong identifier in variable declaration. Then you face with a problem that required you to check unregistered value on certain array. In higher language, we just need to address new key without need to think about memory allocation. But in low level language, there is no way to do new array key creation as long as we have fixed length array.

At the earliest programming level, most people start to solve a problem using brute force algorithm because it’s easy to understand and implemented to any problems. When we move to higher level, the problem become complex and required more memory and time. At this level, we must do optimization. If you have built brute force or greedy algorithm, you may to do optimization by rebuilt your algorithm based on Dynamic Programming method.

,

Thursday, July 14, 2016

Tuesday, July 12, 2016

JQuery is most popular javascript extension that have rich of javascript library, small size and fast process. JQuery make javascript common task become simpler because it’s have easy to use API to do such things like HTML manipulation, event handling, animation, and ajax. With the help of jQuery we can simplified the code writing and focused on the main goal.

, ,

Friday, July 8, 2016

I just tried to install Magento on my local server, but suddenly the Apache not responding and stop by itself. I am sure that my all requirements satisfied in the step 3. I decided to remove all folder and database, then do fresh installation. Then i got Error 503: Service Unavailable
Powered by Blogger.

Followers