Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

php[architect]:
PHP Sessions in Depth
Jan 23, 2018 @ 17:16:33

php[architect] magazine has republished an article from their January 2018 issue by Jeremy Dorn that covers PHP sessions in-depth.

HP Sessions are often taken for granted. A session is a magic array which persists across page loads and holds user-specific data. It’s a fantastic and integral part of most web applications. But when misused, sessions can cause substantial security holes, performance and scalability problems, and data corruption. A deep understanding of sessions is vital to production web development in PHP.

The article covers various topics around PHP sessions and their use including security, performance and scalability. It also covers a few additional topics like serialization of data, session locking and intelligent auto-merging of sessions on the backend. Check out the full article for descriptions of each and some code examples to help show them in action.

tagged: sessions detail security performance scalability additional tutorial

Link: https://www.phparch.com/2018/01/php-sessions-in-depth/

Community News:
Bulgaria PHP Conference 2016 Videos Posted
Nov 09, 2016 @ 16:35:23

If you weren't able to attend this year's Bulgaria PHP Conference but still want to get in on some of the great content that was presented, you're in luck. They've just posted videos of all recorded sessions over on Vimeo.

Sessions presented at this 2016 event include:

You can watch these and many more in the full Vimeo album with 28 sessions (including keynotes) on a wide range of topics, not just PHP.

tagged: bulgariaphpconference bpc16 conference video sessions release

Link: https://vimeo.com/album/4217236

Community News:
Laracon EU 2016 Videos Published
Oct 07, 2016 @ 15:25:53

As Freek Van der Herten mentions in his latest post to his site, the videos for all of the sessions at this year's Laracon EU conference have been posted on their official YouTube channel.

This year’s Laracon EU was an amazing conference. The venue was astonishing, there were lots of cool talks and interesting people to talk to. If you’re using Laravel or PHP going to this conference really is a no brainer.

If you were unable to attend or want to see the talk you missed during the conference you can now do so. The organisers have uploaded video’s of all talks to their YouTube channel.

Freek talks briefly about his presentation (covering backups in Laravel applications) and mentions some of the future plans for the backup package that he's created to make it simpler. Other sessions that were presented at the conference also included:

The full playlist can be found on the Laracon Youtube channel.

tagged: laraconeu16 video published youtube sessions conference laravel

Link: https://www.youtube.com/watch?v=mTRH6vjWG_E&list=PLMdXHJK-lGoCMkOxqe82hOC8tgthqhHCN

Laravel News:
All of the Laracon videos are now available for free
Aug 11, 2016 @ 14:50:43

As is mentioned in this new post from the Laravel News site, all of the videos from this year's Laracon US conference are now available online for free.

StreamACon has just published all of the videos from Laracon US and they are available for everyone to watch for free.

Included with all the talks is also videos from the sponsor segments so you can relive the entire conference right from your couch. Except of course mingling with everyone.

These videos include sessions like:

...and many more. Check out the full page for the entire list of videos and sessions from this year's event.

tagged: laravel laraconus16 videos posted free sessions

Link: https://laravel-news.com/2016/08/laracon-2016-videos/

Laravel News:
Laracon US 2016 Recap
Aug 02, 2016 @ 14:40:03

For those that weren't able to make it to this year's Laracon US conference (just wrapped up in Louisville, Kentucky) the Laravel News site has you covered. They've posted a wrapup of the event today with a bit of coverage for each day of the event and some overall thoughts and feelings.

Hundreds of developers fought the airline industry to arrive in downtown Louisville for the annual Laravel conference. This year’s event was a sell-out with around 550 developers and had people attending from all over the world. At last count, twenty-four different countries were represented.

The conference location was a mirror of last year and held at the Kentucky Center for the Performing Arts. Even though it was the same location every part of the event was bigger than ever.

The post talks about the variety of speakers at this year's event and the inclusion of a live stream of the sessions being presented. Each session was recorded so getting into the details of each wouldn't be as useful. Instead he goes through each day and talks briefly about what happened, announcements and highlights from certain speakers. The post ends with some links to a few of the slide decks of presentations given at the event (with more to follow I assume).

tagged: laravel laraconus16 recap overview sessions slides

Link: https://laravel-news.com/2016/08/laracon-us-2016-recap/

Community News:
Bulgaria PHP Conference 2015 Videos Posted
Dec 21, 2015 @ 18:11:55

This year's Bulgaria PHP Conference has officially posted the videos from all of their sessions at this year's event to the official conference website. There's lots of great sessions from this year's event including talks from Larry Garfield, Ilia Alshanetsky and Beth Tucker Long. The full list of videos is a bit long to have here, but here's a sampling:

You can check out the rest of the videos on the conference website or directly over on their Vimeo channel.

tagged: bulgariaphpconference bpc15 conference video sessions release

Link: http://www.bgphp.org/videos/

SitePoint PHP Blog:
PHP Summer Camp 2015 Review
Sep 04, 2015 @ 15:55:15

The SitePoint PHP blog has posted an article from editor Bruno Skvorc reviewing the latest edition of the PHP Summer Camp conference that recently happened in Croatia.

You’re standing on a long pier, the last ten meters of which curiously belong to international waters despite being well inside the current country’s territory. As you climb the meter-high rock wall that forms a small barrier towards the west, you’re able to witness the sun dipping into the sea, far in the distance. Soft waves caress the rocky surface below your feet, bobbing the sea urchins and fish to and fro. There are other people there, each immersed in their own thoughts. No, that’s not a Dungeons and Dragons session starting. It’s the end of a great conference of workshops in Rovinj, Croatia, in the same spirit as [last year’s](http://www.sitepoint.com/phpsummercamp-review).

The PHP Summer Camp was made up of three tracks - two general PHP and one related just to eZ Publish. Bruno starts with a few of the key take-aways that he learned at the event before getting into reviews of each workshop he attended. He goes through each one describing what the session was about and some of the good/bad aspects he noticed. He also shares a "technical realization" he though of during the event around the use of Vagrant and provisioning virtual environments for the attendees. Finally he covers some of the "extras" like the early morning "triathlon" and evening events.

tagged: phpsummercamp15 conference wrapup review event sessions workshops

Link: http://www.sitepoint.com/php-summer-camp-2015-review/

Community News:
PHP UK 2015 Conference Videos Posted
Jun 22, 2015 @ 13:44:13

The PHP UK Conference has just posted videos of all the 2015 sessions over on YouTube. The PHP UK Conference this year was a two-day event in London that featured some of the best speakers and sessions the PHP community has to offer. Videos posted include:

...and many more. There were some great sessions at this year's PHP UK and if you weren't abel to make it, these videos are the perfect chance to catch up.

tagged: phpuk15 conference video youtube sessions presentations

Link: https://www.youtube.com/playlist?list=PL_aPVo2HeGF_VdlTpUF6ViNgLC7Raph0i

Symfony Blog:
SymfonyCon Madrid starts to reveal its schedule!
Oct 06, 2014 @ 16:47:17

There's an announcement on the Symfony blog today about the release of parts of the schedule for SymfonyCon Madrid, a conference happening at the end of November (27th - 29th) in Madrid, Spain.

We received a ton of brilliant talk proposals for SymfonyCon Madrid so that we had a very hard time selecting the speakers for the conference but we can finally confirm the first speakers! Year after year, it’s been harder to choose among the great talk proposals you all submitted. We’d like to thank very much all the people who submitted!

Among the sessions released so far are talks like:

  • Feature Flags with Symfony
  • Life After Assetic: State of the Art Symfony 2 Frontend Dev
  • PHP object mocking framework world: let's compare Prophecy and PHPUnit
  • Filesystem Abstraction with Flysystem
  • Unleash Postgresql features in your PHP developments

These are just a few already released, so be sure to check out the rest of the post or the schedule itself for more details and talk summaries.

tagged: symfonyconmadrid14 schedule release speakers sessions

Link: http://symfony.com/blog/symfonycon-madrid-starts-to-reveal-its-schedule

Community News:
Laracasts.com - Laravel 4 Screencast Archive
Apr 17, 2013 @ 16:50:59

A new resource has popped up for those wanting to get even more information about the Laravel PHP framework - the Laracasts.com site. The site is devoted to providing a consolidated listing of Laravel screencasts across the web.

[This site is a] compilation of screencasts from Youtube and Vimeo. Let's learn Laravel together!

There's already a good number of screencasts posted to the site from folks like Taylor Otwell (author of the framework), Jeffrey Way (NetTuts) as well as several recordings of talks from various conferences about the framework. If you have a screencast that's not linked on the site, you can submit the information for review and inclusion.

tagged: laracasts laravel4 screencast archive youtube vimeo sessions

Link: http://laracasts.com


Trending Topics: