Skip to content

Instantly share code, notes, and snippets.

View russelporosky's full-sized avatar

Russel Porosky russelporosky

View GitHub Profile
@russelporosky
russelporosky / resume.json
Last active March 31, 2025 05:25
resume.json
{
"basics": {
"name": "Russel Porosky",
"label": "Senior Developer",
"picture": "https://avatars.githubusercontent.com/u/6520433?v=4",
"email": "[email protected]",
"phone": "",
"website": "https://github.com/russelporosky",
"summary": "* 35+ years of experience in web application development using HTML, CSS, JavaScript, TypeScript, Vue, React, and Angular and a variety of back-end technologies including MySQL, Redis, Python, Java, Ruby, PHP, and .NET\n* Have led teams between 1 and 10 members through every phase of software product development using both agile and waterfall methodologies\n* Technology evangelist across multiple disciplines with the goal of improving how businesses use and implement technology\n* Helped Ducks Unlimited Canada track seed variety and fertilizer usage on winter wheat fields across the Canadian prairies using an iPad app written in Vue.js and a custom WordPress plugin\n* Planned and developed military ID lookup API
@russelporosky
russelporosky / index.php
Created January 28, 2014 22:15
How to make a layout/view combo with AuraView.
<?php
$view_manager = new \Aura\View\Manager(
new \Aura\View\Template,
new \Aura\View\Helper,
new \Aura\View\Finder,
new \Aura\View\Finder
);
echo $view_manager->render(
array(