
matthewmachuga.com
Matthew MachugaThe website for Matthew Machuga. Available for consulting, tutoring, and mentoring.
http://www.matthewmachuga.com/
The website for Matthew Machuga. Available for consulting, tutoring, and mentoring.
http://www.matthewmachuga.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.5 seconds
16x16
32x32
64x64
128x128
160x160
192x192
256x256
MATTHEW MACHUGA
2813 S●●●●●● TRAIL
WAT●●●ORD , PA, 16441
US
View this contact
MATTHEW MACHUGA
2813 S●●●●●● TRAIL
WAT●●●ORD , PA, 16441
US
View this contact
MATTHEW MACHUGA
2813 S●●●●●● TRAIL
WAT●●●ORD , PA, 16441
US
View this contact
16
YEARS
0
MONTHS
14
DAYS
ENOM, INC.
WHOIS : whois.enom.com
REFERRED : http://www.enom.com
PAGES IN
THIS WEBSITE
3
SSL
EXTERNAL LINKS
23
SITE IP
104.236.124.225
LOAD TIME
0.517 sec
SCORE
6.2
Matthew Machuga | matthewmachuga.com Reviews
https://matthewmachuga.com
The website for Matthew Machuga. Available for consulting, tutoring, and mentoring.
Matthew Machuga| Talks
https://matthewmachuga.com/talks.html
Objects, Testing and Responsibility. Laracon EU Amsterdam, Netherlands 08/31/2013. Object Oriented Design can add a lot to a project with just a little effort. With a bit of OOD code flows more naturally, can be refactored easier and tests become simpler to write. We will discuss these ideas as well as compare and contrast various design techniques. Laravel, Object-Oriented Design, Testing, Responsibility, PHP History, Polymorphism, Duck Typing, Type Hinting.
Matthew Machuga| Screencasts
https://matthewmachuga.com/screencasts.html
Building Multitenant Apps in Laravel. In fall of 2014, in response to dozens of questions from the Laravel IRC channel regarding multitenant apps, I proposed this course to Tuts . The course acts as a primer for someone converting (or starting) an application into a multitenant architecture while keeping business concerns in mind. The course covers both single-database and multiple-database styles of multitenancy, and demonstrates the intricacies of each with Laravel. Object-Oriented Design in PHP. Larav...
Matthew Machuga| Blog
https://matthewmachuga.com/blog
Setting up a Quick Dev Environment for React, ES2015, Babel, and Webpack. Nov 1, 2015. This is going to be short and sweet. I couldn’t find a tutorial that spelled out a way to get a barebones environment setup for React using webpack and ES2015 without something being missing. This is due in part to the fact that Babel has recently. ActiveRecord and the Beauty Lost in Translation. Sep 12, 2015. Jan 9, 2015. Aug 22, 2014. Light Table Part 2: A Retrospective. Jun 16, 2014. Jun 8, 2014. My text editor jour...
TOTAL PAGES IN THIS WEBSITE
3
Posts Tagged “controllers” :: Kirk Bushell
http://kirkbushell.me/tag/controllers
Posts Tagged “controllers”. When to use directives, controllers, or services in Angular JS. Posted 08 Jun 2013. There appears to be some confusion as to the various moving parts of Angular JS and when to use them. Directives, Services and Controllers all provide some amazing functionality to angular apps, but each serve a very different purpose. Here I aim to clear up some of that confusion and provide examples as to when to use each concept. Read more.
Making the Paginator API-friendly in Laravel 4 :: Kirk Bushell
http://kirkbushell.me/making-the-paginator-api-friendly-in-laravel-4
Making the Paginator API-friendly in Laravel 4. The Paginator is a great pagination tool in Laravel 4. It easily allows us to create pagination tags and urls that link to the relevant pages a user may wish to browse through when iterating through a result set. However, the Paginator appears to not be designed so well for API consumption, as are Eloquent models or Eloquent collections. So how do we solve that? First of all, if you haven’t read my previous article, Pagination with Laravel 4 and Angular JS.
Laracon EU - PHP event of the year! :: Kirk Bushell
http://kirkbushell.me/laracon-eu-php-event-of-the-year
Laracon EU - PHP event of the year! When you have some of the leading figures in the PHP world all in one place, something special is bound to happen. Not only is the Laravel lead developer showing face (Taylor Otwell), we also have the pleasure of welcoming and listening to the likes of:. Fabien Potencier (PHP good practises grand master). Phill Sparks (Laravel core developer). Jordi Boggiano (Lead composer developer). Jeffrey Way (Nettuts article extraordinaire and general good guy).
An alternative application workflow in Laravel 4: Part 2 :: Kirk Bushell
http://kirkbushell.me/laravel-4-an-alternative-application-workflow-part-2
An alternative application workflow in Laravel 4: Part 2. Laravel 4 provides a huge number of features, not the least of which is providing you the freedom to work however suits you best. In my previous article, An alternative application workflow in Laravel 4. We looked at a different approach for medium-large applications. This can also apply to small applications if you really like to segregate your work, but its value isn’t as evident, nor is it as necessary. So let’s get on with it, but first a recap.
Category: PHP :: Kirk Bushell
http://kirkbushell.me/categories/php
Eloquence is now 2.0. Posted 04 Dec 2015. Eloquence is my "flagship" open source product. It's been my most succesful, and one I continue to enjoy tinkering with. In version 2.0, Eloquence gains a wealth of new features, improvements and API enhancements. Read more. Data, *Context*, Interaction - the DCI design pattern in PHP 5.4. Posted 16 Aug 2013.
Posts Tagged “javascript” :: Kirk Bushell
http://kirkbushell.me/tag/javascript
Posts Tagged “javascript”. Angular JS: Using ngResource in a more RESTful manner. Posted 27 Jun 2013. NgResource is a fantastic RESTful library that you can easily inject into your Angular JS services to create easy-to-use, API-driven data requests. However, it falls over if you're trying to maintain good RESTful practises, such as PUT operations for updates, and POST for create. How can we manage this in a more autonomous way?
Posts Tagged “pagination” :: Kirk Bushell
http://kirkbushell.me/tag/pagination
Posts Tagged “pagination”. Making the Paginator API-friendly in Laravel 4. Posted 10 Sep 2013. A while ago I wrote an article on how you can build pagination with Angular JS and Laravel 4. I missed one critical piece, that being; how the paginator can actually be consumed by simply returning it from your controller action. In this article we'll go through how you can update Laravel 4's Paginator without touching its code, and ensuring that you can use it as easily as I do. Read more. Posted 15 Aug 2013.
An alternative application workflow in Laravel 4 :: Kirk Bushell
http://kirkbushell.me/laravel-4-an-alternative-application-workflow
An alternative application workflow in Laravel 4. Composer packages and support. You should by now know how to use Composer - it’s required for Laravel 4. What you may not be used to or familiar with, however - is the workbench. The whole idea of this article is to provide an alternative way of building your application. What we’ll do is separate the three main domains of our application into 3 separate packages:. A package for managing data. A package for API requests. A package for an admin panel.
Posts Tagged “services” :: Kirk Bushell
http://kirkbushell.me/tag/services
Posts Tagged “services”. When to use directives, controllers, or services in Angular JS. Posted 08 Jun 2013. There appears to be some confusion as to the various moving parts of Angular JS and when to use them. Directives, Services and Controllers all provide some amazing functionality to angular apps, but each serve a very different purpose. Here I aim to clear up some of that confusion and provide examples as to when to use each concept. Read more.
Data, *Context*, Interaction - the DCI design pattern in PHP 5.4 :: Kirk Bushell
http://kirkbushell.me/data-context-interaction-for-php
Data, *Context*, Interaction - the DCI design pattern in PHP 5.4. Thanks to closure object binding in PHP 5.4, we now have the ability to easily (and elegantly) implement the DCI design pattern for our classes and objects. This opens up a whole new world of code management and readability, helping us PHP developers to write more maintainable code for large projects. So to get started, let’s first cover DCI in layman’s terms. What it is, and why would we want to use it? DCI stands for Data,. Model, and we...
TOTAL LINKS TO THIS WEBSITE
23
Parking de Dominio
Bienvenido a la futura página de. Bienvenido a la página de parking de matthewmacgregor.com. Ventajas de tu dominio. Panel gestión de dominios. Alojamiento web con IP española. Encuentra ahora TU DOMINIO. Con tu nombre de dominio. Soluciones de correo profesional. Ideales para las necesidades exclusivas de correo, totalmente configurables y escalables para adaptarse al crecimiento de tu negocio. Informe SEO Gratis,. Realizamos un análisis de marketing. Crea fácilmente Tu web. Con 'Crea tu web!
Matthew MacGregor | Geekery & Game Dev
Geekery and Game Dev. Calling Objective-C From JavaScript, Part 2. This is Part 2 of the tutorial on connecting JavaScript and native Objective-C through a webview. If you missed Part 1, you can find it here. If you’d like, I’ve published a Sample Project. So that you can easily follow along. In JavaScript: function foo() { var name = jsbridge.whatsMyName(); document.getElementById("my-name").innerHTML = name; }. Notice we’ve added. Jsbridge.log( name ). Method on that object. It will look like this:.
<– look, there's a farmhouse! | This, however, is not a blog about farmhouses.
8211; look, there's a farmhouse! This, however, is not a blog about farmhouses. May 28, 2014. May 28, 2014. Create a free website or blog at WordPress.com. The Hemingway Rewritten Theme. Follow “ - look, there's a farmhouse! Get every new post delivered to your Inbox. Build a website with WordPress.com.
Matthew Machowski
The Guardian: Water becomes a weapon in Iraq war. Last week, following an interview for The Guardian, John Vidal published an article featuring my comments on some water security aspects of the current conflicts in Iraq and Syria. The article appeared in the print version of the newspaper on Thu, 03/07/2014. Below you can find the full text of the article and a number of related snapshots:. WATER SUPPLY KEY TO OUTCOME OF CONFLICTS IN IRAQ AND SYRIA, EXPERTS WARN -. John Vidal, The Guardian. 8220;Control ...
Matthew Machuga
My name is Matthew Machuga. I'm a software developer from Erie, PA who specializes in architecting and developing web applications. These days I tend to primarily use Ruby, JavaScript, and PHP. I work on a variety of tasks including building traditional web applications, designing and implementing API's, and creating rich JavaScript client applications. I like to contribute back to the open source community in the form of code. And helping on public forums or IRC. You already have some awesome developers...
ζɐıɔɐɯ
Page 1 of 31. June 30, 2014. Works dating from 1959-72). Fifty Days at Iliam: Achaeans in Battle. Poems to the Sea. Leda and the Swan Rome. May 22, 2014. Art Writer’s Wednesday 22. A Discussion between artists Part II. I never went through the rigors of a studio art curriculum in college. I know you earned a BFA in illustration at Northern Illinois University and I’m curious, how did you deal with institutional criticism? I studied art history and art theory which has come to serve as the foundation, and...
UNDER CONSTRUCTION
Is currently UNDER CONSTRUCTION. This Web site is currently under construction. Please be sure to visit this Web site again in the near future! This is your current default homepage; it has been setup with your new account. To update this Under Construction page, please replace your index.html file.
Matthew Mack
Cape Henlopen, DE. Nags Head, N.C. Port Clyde, Maine. Website Designed at Homestead Design a Website. And List Your Business.
Century21 | Matthew Mackay | PEI Real Estate | Matthew Mackay is your go-to source for all your PEI real estate needs
629 Water St.,E, Summerside PE C1N4H8. Direct; (902) 439-5257. Retire to PEI using the equity of your current home. Purchase a PEI cottage for family homes and investment rental. Become a Landlord on PEI. PEI Real Estate and the Family Home. Matthew Mackay sells PEI real estate. Centurion Award Winner 2015. 10 Yr Centurion Producer. Specializing in Kensington and the North Shore. The PEI real estate market is a consistent performer. PEI real estate offers great opportunities to get into home ownershi...
SOCIAL ENGAGEMENT