This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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( |