Viewing 0 current events matching “symfony2” by Date.
Sort By: Date | Event Name, Location , Default |
---|---|
No events were found. |
Viewing 28 past events matching “symfony2” by Date.
Sort By: Date | Event Name, Location , Default |
---|---|
Wednesday
Mar 8, 2017
|
PDX PHP - Using Generators to Beat Memory Bloat ImpactFlow There will be food, give-a-ways (elePHPants) and a great time getting to know your fabulous PHP Community!
6:30 - We'll start off with Pizza and networking at 6:30 6:45 - 7:45 - Move into the presentation on Generators, by Korvin Szanto Memory usage is something that we as developers have to be aware of. Ever debugging a memory issue and find that your once small dataset has ballooned out of proportion? And instead of dealing with the issue, you opt for upping the memory limit? Iterators can be the answer but they require a lot of code and can be very difficult to understand at a glance. Thankfully since PHP 5.5 Generators help us create and manage what would be complex iterators with simple syntax sugar. In this talk I will go over some of the ways you can implement generators and cure your memory bloat.
7:45 - 8:30 - Hack and Help. Have a chance to try out Generators for yourself, or bring your own project and get some help from the community. |
Tuesday
Apr 18, 2017
|
PDX PHP - Let's Talk Scope ImpactFlow There will be food, give-a-ways (elephpants), and a great time to network with the fabulous PHP Community!
Scope is a major factor in any application, from programing scope to project scope, and communication is key. We will discuss different application scopes including global, functional, class, and package scope. From there we will show how everything ties together with communication of the project itself. Why and how to stay on top of project scope and how that can make or break the final outcome. Join us to learn and share with others in the community as we all grow in understanding and skills |
Wednesday
May 17, 2017
|
PDX PHP - The Red Team is Coming! ImpactFlow There will be food, give-a-ways (elephpants), and a great time to network with the fabulous PHP Community!
This month we will have a special guest speaker from Las Vegas: Adam Englander is an Engineer, Speaker, and Author with 30 years of experience in building business applications. He has been an outspoken evangelist of PHP during what he calls “The PHP Renaissance”. Adam is a strong believer in the power of strong developer communities. He is a actively involved in the Las Vegas technical community and the Founder of PHP Vegas. Always looking to push the boundaries of what is possible with PHP, Adam has been working to expose the PHP community at large to IoT and asynchronous programming. He also advocates building better applications today by building well tested applications that are cryptography secure. The Red Team is Coming! The Red Team, hackers, criminal organizations, and nation states, are a constant threat. The systems we build are the targets. We need to understand the human collateral that hangs in the balance. We embrace methodologies to write better code and make our lives better. They do nothing for the rest of humanity that is directly affected by security vulnerabilities we introduce. In this presentation, I will put a human face on the users of our software. I will challenge you to think in terms of flesh and blood rather than ones and zeros. We are all the Blue Team. We protect the rest of humanity. Join me in the fight. The Red Team is coming! |
Tuesday
Jun 20, 2017
|
PDX PHP - Using the Null Object Pattern ImpactFlow Food, give-a-ways, speakers and a great time to network with the fabulous PHP Community!
Using the Null Object Pattern When you develop OO PHP applications, you'll eventually get the error message "PHP Notice: Trying to get property of non-object". You can add a conditional to check if an object is null. There is however a better way. Null Object Pattern is a design pattern that helps you to simplify your application logic. The Null Object patthern removes the need to check for an object vs null by using Polymorphism. I'll demonstrate how it works with generic PHP code, and how you can apply it to work with database results.
|
Tuesday
Jul 18, 2017
|
PDX PHP - Building a Slack bot in PHP ImpactFlow Food, give-a-ways, speakers and a great time to network with the fabulous PHP Community! There is a great place across the street to get some drinks, but alcoholic and non-alcoholic (Tea Sodas!)
"Building a Slack bot in PHP"
Then I will review the process I went through that led me to build my own bot framework in PHP: Yabot. Next an overview of Yabot's architecture. Finally I'll show how to use the Yabot core to build your own bot to do wonderful things. |
Friday
Aug 4, 2017
|
PDX PHP - Hack And Help – Treehouse Come join us to work on your own projects. If you are interested in working with other PHP developers, now's your chance! You can build work or personal project or even walk through a tutorial. If you need help there will be people to ask, or if you just want a second opinion, we're there for you too :) come hangout with the awesome PHP community in Portland. Bring a lunch or grab something near by. |
Tuesday
Aug 15, 2017
|
PDX PHP - Hands on with Square for POS ImpactFlow Food, give-a-ways, speakers and a great time to network with the fabulous PHP Community!
Hands on with Square for POS Ever wanted your code to accept payments, not just through e-commerce, but in-person credit card swipe, dips and taps? Now you can! Tristan will be hands-on with how to add ecommerce to your site, build a PHP based point of sale system, and talk about other offerings Square has for PHP developers. Tristan works on the Developer Platform team at Square, and got his start in web development working on PHP sites for university student groups. When he isn't at work, Tristan grows backyard succulents in beautiful Oakland, California. |
Tuesday
Sep 19, 2017
|
PDX PHP - PHP TestFest! ImpactFlow There will be food and participation, so bring a computer!
PHP TestFest seeks to create more PHP core contributors by introducing PHP programmers to the PHP language test suite, teaching them how to write phpttests. From September through December, 2017, groups worldwide will meet physically or virtually to learn how to write and contribute phpt tests. You don’t have to be a C genius—in fact, you don’t need to know C at all to contribute.1 If you can write a few lines of PHP, you can write a phpt test. PHP TestFest wouldn’t be complete without prizes. We’re still working out the details, so we’ll announce prizes and how to win them soon. This kick-off meeting will be a mini-hackathon which will include information on setting up your environment and how to write and contribute phpt tests. We'll be able to continue working on our test together in the slack channel and at other meetups, so you'll want to get started with us now!!! |
Tuesday
Oct 17, 2017
|
PHPDX - Procedural Code to Testable Code Graybox Join us for food, learning and a great time to network with the fabulous PHP Community!
Kurtis Holsapple presents Procedural Code to Testable Code During this talk we'll look at how we can transform existing PHP code to cover it with a few unit tests. If you've never written a test, or want to see how we can cover a legacy code base with a brand new test suite, we'll be doing it live! We'll start with a basic contact form and build out a brand new testing setup based on PHP Unit and Composer, and when we're done we'll try to build out additional functionality all covered by unit tests. |
Tuesday
Nov 21, 2017
|
PHPDX - Up and Running with Symfony 4 Graybox Food, learning and a great time to network with the fabulous PHP Community! Make sure you join us for the after party! (aka kanging out at Produce Row Cafe)
This week Robert Parker will give us a tour of the BRAND NEW Symfony 4. Learn the basics of the Symfony framework that powers sites like crunchyroll. We will be building a simple website demonstrating features like Symfony Flex, routing, dependency injection, and object relational mapping. Bring your laptop and follow along! |
Tuesday
Dec 19, 2017
|
PHPDX - Monthly Meetup Graybox Stay tuned for further details. Expect food, speakers and a great time to network with the fabulous PHP Community! |
Tuesday
Jan 16, 2018
|
PHPDX - Monthly Meetup Graybox Stay tuned for further details. Expect food, speakers and a great time to network with the fabulous PHP Community! |
PHPDX - Managing your Environment Variables – Graybox Pizza, Presentation and Personal growth with the fabulous PHP Community!
This month Alena Holligan will be sharing with us about how to handle the variables specific to the environment you use: Development, QA, Production, etc. WHAT are the, WHY should you use them, WHERE do you put them, and HOW are they used. As an added bonus, Environmental Variables are not limited to PHP! |
|
Tuesday
Feb 20, 2018
|
CANCELED PHPDX - Server Provisioning and Configuration – Graybox Due to weather this meetup is canceled |
Friday
Apr 6, 2018
|
PHPDX - Hack And Help – Treehouse Come join us to work on your own projects. If you are interested in working with other PHP developers, now's your chance! You can build work or personal projects or even walk through a tutorial. If you need help there will be people to ask, or if you just want a second opinion, we're there for you too! :) Come hangout with the awesome PHP community in Portland. Bring a lunch or grab something near by. |
Tuesday
Apr 17, 2018
|
PHPDX - Answering Search Challenges with AWS CloudSearch – Graybox Pizza, learning and a great time to network with the fabulous PHP Community!
Does your site have a good search mechanism? Does it offer adequate quality for results? Is it a sustainable solution for the foreseeable scale required by your site? This week Chris Irvine will share experiences from a recent project, where he converted a site's traditional search method over to a search service, specifically AWS CloudSearch. Key topics will be: What can go wrong with typical RDBMS based search solutions? Chris Irvine is a Senior Technology Consultant and founder at Threeprong.com LLC, specializing in performance tuning, B2B integration, and custom workgroup solutions. He's local to the Portland area and a PSU alum. His professional experience includes management roles in multiple industries, and numerous development and database environments. Much of his recent projects have been in PHP/MySQL, Python, and also the FileMaker workgroup and mobile platforms. حالات حبحالات واتستفسير الاحلام |
Friday
Sep 14, 2018
|
PHPDX - Cascadia PHP Conference through Portland University Place Hotel Register here https://www.cascadiaphp.com/register
It’s not just PHP Conference Breakdown Join us at Cascadia PHP for an action packed two-day, three-track conference full of forward-thinking, tactical sessions in PHP, Security, API’s, Dev Ops, web technologies, and more. Check out our Speaker Page for a full lineup of speakers and talks. We’ve also partnered with Twilio to kick off the conference with a Hackathon on Thursday afternoon and a delightful after party on Friday Night. We are working hard to make this conference as welcoming and accessible as possible. The conference will be held at the University Place Hotel which is very accessible both by public transportation (MAX stop right out front) and as a conference space. We have also negotiated a great rate for those who would like to book a room at the hotel. We will have a nursing mothers room and a quiet room to help all our attendees have the best experience possible. We will also have FREE childcare available so sign up today!! https://www.cascadiaphp.com/register To learn more, start with our Code of Conduct (https://www.cascadiaphp.com/legal/coc) and if you have other concerns or questions, please do not hesitate to email us at [masked]. For our local user groups, we are offering a special discount code when you register today! https://www.cascadiaphp.com/register Enter |
Monday
Sep 17, 2018
|
PHPDX - Up to my Eyeballs in Technical Debt! – Graybox **PLEASE NOTE THE DAY HAS CHANGED. We will be meeting on a monday this month. There will still be pizza, learning and networking with the fabulous PHP Community!**
Every decision we make in our projects has the potential to increase or reduce technical debt. While the only way to completely eliminate the debt is to never write any code, there are steps that we as engineers, project managers, and project stakeholders can take to mitigate our risk. This talk covers the concept of technical debt, its potential to devastate projects, and red flags that project teams can look for to reduce its impact before it spirals out of control. -------------------------------------------------------------- Steve Grunwell is a Senior Software Engineer at Liquid Web. Specializing in WordPress and application development he has worked with brands and organizations including Microsoft, TED, Xylem, Elmer’s, and Experience Columbus. Steve has released numerous plugins in the WordPress.org repositories, including one from the grounds of The White House during the first annual National Day of Civic Hacking in 2013. When he’s not writing software he enjoys hiking, music, and writing about writing software on his blog. Steve holds a B.A. in Telecommunications from Bowling Green State University where he graduated Cum Laude with minors in General Business and Recording Technologies. More information, including portfolio work and his development blog, can be found at https://stevegrunwell.com. |
Tuesday
Oct 16, 2018
|
PHPDX - Static Sites: Use Your Smarts to Build Something Dumb – Graybox Pizza, learning and a great time to network with the fabulous PHP Community!
Join us as Kurtis Holsapple shares about Static Sites. Let's build out a site with no serverside processing at all. Static sites are nothing more than static files put up on a server that doesn't need any serverside runtimes. That means that you can host your site on places like Github Pages, AWS S3, or any other cheap hosting options. We can still leverage our PHP knowledge to build cools sites that have good structure and lots of content. You can still create things like blogs, collections of data, product listings, and more. |
Friday
Nov 2, 2018
|
PHPDX - Hack And Help – Treehouse Come join us to work on your own projects. If you are interested in working with other PHP developers, now's your chance! You can build work or personal projects or even walk through a tutorial. If you need help there will be people to ask, or if you just want a second opinion, we're there for you too! :) Come hangout with the awesome PHP community in Portland. Bring a lunch or grab something near by. |
Tuesday
Nov 20, 2018
|
PHPDX - Unblocking PHP applications with message queues – Graybox Pizza, learning and a great time to network with the fabulous PHP Community!
Message queuing allows applications to communicate by sending messages to each other. The message queue provides a temporary message storage when the destination program is busy or not connected. Join us as Caleb Tucker-Raymond takes us on an exploration of message queues. We'll learn both how to use them in a simple PHP web application, and how to test them. Code we will be using can be found at https://github.com/calebtr/queue-testing-demo |
Friday
Nov 30, 2018
|
PHPDX - Hack And Help – Treehouse Come join us to work on your own projects. If you are interested in working with other PHP developers, now's your chance! You can build work or personal projects or even walk through a tutorial. If you need help there will be people to ask, or if you just want a second opinion, we're there for you too! :) Come hangout with the awesome PHP community in Portland. Bring a lunch or grab something near by. |
Tuesday
Dec 18, 2018
|
PHPDX - PHP Christmas Party – Graybox Food will be provided and we'll have some fun programming group challenges to share. If you'd like to participate MORE, please bring:
1. A drink to share |
Tuesday
Jan 15, 2019
|
PHPDX - Monthly Meetup – Graybox Stay tuned for further details. Expect food, speakers and a great time to network with the fabulous PHP Community! |
Tuesday
Apr 16, 2019
|
PHPDX - Monthly Meetup: PHPStorm's lesser known features and functionality – Graybox If you're like Korvin Szanto you use PHPStorm day-in and day-out. This month, Korvin will go over some of the lesser known features and functionality provided by PHPStorm and its integrations.
PHPUnit testing integration |
Tuesday
May 28, 2019
|
PHPDX - Monthly Meetup: TDD with Laravel – WeWork Join us for a night of live coding, walking through some of the testing features that come out of the box with Laravel. See how we can go from a brand new project to a simple app with a code coverage report. If you are new to Laravel, TDD, or testing in general, you'll not want to miss this talk. While some of this code will be Laravel specific (there's so much included to help make PHP Unit even better than it already is) general testing practices will be discussed. Who: Kurtis Holsapple is a Portland based software engineer, and loves Laravel. He's been writing PHP (and more) for over 15 years.
This month we are trying out a new event space, be sure to RSVP and arrive with photo ID so that you can check in! To get there: |
Tuesday
Jul 23, 2019
|
PHPDX - Exploring Dependency Injection – WeWork Join us for food and learning about technical challenges.
Title: Exploring Dependency Injection To get there: |
Tuesday
Aug 27, 2019
|
PHPDX - Laravel and Vue.js – Vacasa Food, learning and a great time to network with the fabulous PHP Community! This month Kurtis Holsapple will be showing us how to Laravel and Vue.js work together.
Kurtis is a developer here in Portland, OR who loves making things work, which is why he loves both Laravel and Vue.JS. Laravel is the most starred full stack framework on Github (54k stars at the time of writing) and it comes out of the box bootstrapped and ready to go with Vue.js. Because Laravel a server side framework, you have everything you need to get started writing an amazing web application out of the box. Because Vue.js is amazing, the Laravel community has adopted this frontend framework to make your life easier whenever you need to use Javascript. If you're curious about how well Vue can integrate with other tooling, this talk is for you! Evan You, the creator of Vue.js, has talked at the last three years of Laracon US. We'll talk about how you can use VueJS with Laravel, the tooling around modern PHP (composer, PHPUnit, etc), Laravel Mix (the Webpack configuration ready to go with Laravel) and more. Join us for a night of fun code examples and more! This is a companion talk focused more on the Laravel/PHP side of things. Join us at the Portland Vue.js meetup to continue this talk, but that one will focus more on the Vue side of things. https://www.meetup.com/Portland-Vue-js-Meetup/events/262453723/ |