Some of the design principles that form the backbone of OOP.
The Software Development Life Cycle
In preparation for my KM1 exam, I’m putting together some notes on a generic SDLC (Software Development Life Cycle). The table below will hopefully act as a good visual aid in remembering which job roles are the most important during each stage, as this seems to be the details I struggle with the most. Roles […]
Applied Accessibility
Some notes on useful HTML tags and how to use them to improve accessibility, for both users with a permanent/temporary/situational disability, and for SEO.
Object Oriented UX & Object Mapping
Preaching the value of data-driven design and object-oriented UX.
Studying for the KM1 – Notes
A var_dump()
of studying for the KM1.
Guide to studying for the KM1
A handful of resources to aid me in studying for an exam I’ll be taking soon.
Introduction to Object-Oriented Programming (PHP)
Understanding the anatomy of a Class in PHP, with some examples.