Exakat is present at the Darkmira tour 2017 Join us at the Brazil Darkmira tour 2017, and listen to Damien Seguy, CTO of Exakat. Damien is a keynote speaker and will also present exakat and static analysis practice. Darkmira Tour PHP 2017 is a 2 days of learning, discoveries and interaction, in Brasilia, Brazil. It is the […]
Where can you get an elephpant ? The elephpant is the famous unofficial logo of the PHP community, turned into a snugly plush toy. They have been around the Internet since 2007, and may be met about everywhere. Elephpants have been sighted on every emerged continent in the world. But where can you get an elephpant ? There […]
PHP UK CONFERENCE 16TH & 17TH FEBRUARY 2017 The Brewery, London Exakat will animate two session “Last train for PHP 7.1” and “Static analysis saved my code tonight” at the PHP UK CONFERENCE the 16TH & 17TH FEBRUARY 2017 The Brewery, London. More information on the PHP UK CONFERENCE website
PHP BENELUX CONFERENCE 27 & 28 January 2017 Edegem, Antwerp Exakat will animate the “PHP 7 COMPLIANCE WORKSHOP” the 27th January 2017 between 09:00 – 12:30. More information on the PHP BENELUX CONFERENCE website.
FOSDEM is a free event for software developers to meet, share ideas and collaborate. Every year, thousands of developers of free and open source software from all over the world gather at the event in Brussels. Exakat will participate to the 2017 sessions. More information on Fosdem 2017 web site.
PHP SA is the annual PHP conference in South Africa. Exakat animate the “The Hunt For Dead Code” session between 2PM and2:45Pm the 29th septembre 2016.
More upcoming features in PHP 7.1 This is the second part of our series about last features in PHP 7.1. See ‘Upcoming features in PHP 7.1 (part a)‘ and ‘More upcoming features in PHP 7.1 (part b)‘ and ‘last features in PHP 7.1 (part c)‘ PHP 7.1 is already Beta 3 as we’re writing, and should be […]
Exakat will animate the “Preparing your code for PHP 7 ” session the 2th October 2016. More information on the PHPcon Poland web site.
There is an upgraded Exakat version available. Since May, we’ve been working hard on a major upgrade of the exakat code base. After two years of growing and adding features, the initial architecture was showing signs of aging, that needed to be upgraded. For example, structures definitions, such as classes, functions, constants, etc. were kept […]
There are two moments in the life cycle of a project where you can apply a long known best practice : « write test first, then the code ». The first one is when you start writing the code, and you have some time. The second is when the current architecture of the software has reached its maximal […]
Find private properties in my PHP It is always good to use the lowest visibility possible for a class member, and only relax the constraint when it is really needed. This is probably a old adage, shared with other programming languages, and one that I’m trying to apply more and more. Public properties will act as […]