Patrick A. Matias

learn. create. share.

about me

Hi! I am Patrick. This is blog is all about the things I’ve learned being a Web Developer. Aside from the hobby of coding, I’m also into Multimedia Arts, Photography, Music, and Extreme Sports.

How to Add a Custom AJAX URL to WooCommerce AJAX URLs

WRITTEN in AJAX,, JS,, PHP, WooCommerce,, Wordpress,

I’ve been having an awesome time working with the WooCommerce plugin lately and found many things I liked and didn’t like about it. I wrote this article to tackle one thing that I didn’t like about it and how we could improve it.

If you’ve used WooCommerce before you’ll find parts of the system that uses AJAX and parts that do not, and which sometimes results into inconsistencies to it’s UX.

Read on

Making AngularJS and Wordpress Work Together

WRITTEN

There has been articles around the web about AngularJS and Wordpress working together that made me want to try this combination. In a short description, it’s AngularJS utilizing the Wordpress AJAX service as an API.

Read on

Learning Ruby and Rails

WRITTEN in Development,, MVC, Programming,, Web

It has been a few weeks since my last project, so I decided to dive-in to Ruby and Ruby and Rails during my downtime and learn simple coding. Here is what I’ve learned so far.

Ruby

Facts

Before digging into Ruby code I’ve read some facts about it first. Ruby was designed and developed in the mid-1990s by Yukihiro “Matz” atsumoto in Japan. It is a dynamic, reflective, object-oriented, general-purpose programming language. Ruby’s syntax is influenced by Perl and Python. Ruby has a library of plug-ins that can improve development workflow and experience called RubyGems (https://rubygems.org/). Ruby is one of the most popular programming languages of today.

Read on
1 2 3 4