To begin understanding or mastering something, consider the following: Here’s a personal example based on my last experience: I’ve always been someone who dives into things, even without prior knowledge. I learn through trial and errors, although I won’t claim it’s the best method. Sometimes, but it’s necessary. I used to manage my personal websites Continue reading “Starting to do things is the only way to proceed!”
Category Archives: Blog
Gradual Progress towards goals!
Achieving something, even if it little is built upon gradual behavior. If you haven’t been engaging in sports for a while, expecting to wake up and immediately do a one-hour high-intensity session may not be logic. However, if you dedicate 10 minutes a day to training for three months, you’ll find yourself capable of doing Continue reading “Gradual Progress towards goals!”
Hello, world! I hope this will be a consistent beginning.
Hi, everyone! I have started my personal blog numerous times in the past, aiming to share knowledge and thoughts about software development, life and various other topics. However, for one reason or another, those attempts have always come to an end. This time, I have made a firm decision to start this blog and view Continue reading “Hello, world! I hope this will be a consistent beginning.”
PHP note: For Loop Performance
About a year ago I started to writing code “BUT NOT JUST FOR WRITING IT”, I focused on to trying to fully understand what I’m about to write, in the whole software life cycle and I was giving attention to the performance, speed, and clean code. So I was trying to improving my “PHP For Continue reading “PHP note: For Loop Performance”
About code smells
In software engineering field you are probably heard about “Code Smell” before right?, the name comes from Martin Fowler and Kent Beck. So let me explain a little about this concept.What is and for what code smell? Code smell in software engineering point on sick code in the deep system of an software, simply is Continue reading “About code smells”