-
Why is software development so expensive??
Writing software is not an easy process. Cutting corners may hurt you and cost more in the long run. Read my thoughts about it in this article
-
On mentoring
Mentoring is a great way to transfer knowledge. I’ll give some tips and tricks, and show you the difference between mentoring and teaching.
-
You’re stuck. Now what?
What happens when you’re a freelancer and you get stuck but you are not aware of it?
-
Back to basics – how I redesigned my website
Sometimes you need a fresh start. Or to go back to your roots. In my case, I did both 😁
-
Keeping up with the dependencies
In object oriented programming (OOP) we are dealing with classes as the main ‘unit’ of our code. Classes represent the blueprints to the objects that will have some kind of business logic inside of it. Often times our classes need to interact with one another. This is when the coupling of the code happens. How do we handle this coupling? There are a few design patterns that can help with that.
-
Simple linked variations for WooCommerce
Second plugin I released on wordpress.org, plus a small tutorial on how to use it.