Hello world 🙂
This is my first post on my first blog. I am hoping my new journey will be a great one, learning new things and sharing my knowledge with everyone on the net who is interested.
I am going to share my thoughts in PHP, Javascript, HTML, CSS and maybe others. Also, I will post some of my code and ideas I have.
I would like to read others thoughts and opinions on my code, as long as its constructive :).
If you are asking, why jam and cheese is the name of the blog?
$bread = new Bread(Bread::TYPE_WHITE); $bread->slice(1) ->toastIt() ->add(new Jam(Jam::TYPE_PASSION_FRUIT)) ->add(new Cheese()) ->eat(); // output: That's yummy food!
Thanks for reading