{"id":17493,"date":"2022-08-10T17:01:28","date_gmt":"2022-08-10T15:01:28","guid":{"rendered":"https:\/\/staging.brightanalytics.eu\/uncategorized-da\/brightanalytics-paa-laracon\/"},"modified":"2023-04-03T16:12:24","modified_gmt":"2023-04-03T14:12:24","slug":"brightanalytics-paa-laracon","status":"publish","type":"post","link":"https:\/\/staging.brightanalytics.eu\/da\/nyheder\/brightanalytics-paa-laracon\/","title":{"rendered":"BrightAnalytics p\u00e5 Laracon"},"content":{"rendered":"\t\n<section class=\"gc-hero-default gc-hero-default--wide\">\n\t\n<section class=\"gc-container gc-hero-default__container\" >\n\t\t\t\t<div class=\"gc-hero-default__content-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"gc-hero-default__content\">\n\t\t\t\t\t<div class=\"gc-hero-default__text-with-image\">\n\t\t\t\t\t\t<div class=\"gc-hero-default__form-image--wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<div >\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"gc-hero-default__title-wrapper\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<h1 class=\"gc-hero-default__title\">BrightAnalytics at Laracon<\/h1>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"gc-hero-default__text\">\n\t\t\t\t\t\t\t\t\t<div id=\"\" class=\"layout layout--onecol padding-very-small page-category-background\">\n<div class=\"container\">\n<div class=\"layout-builder__region js-layout-builder-region ui-sortable layout__region layout__region--content\">\n<div class=\"page-block text\">\n<div class=\"block-container\">\n<div class=\"clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item\">\n<p>A few months ago we registered for Laracon, the annual conference of the Laravel framework in which BrightAnalytics is developed: an excellent opportunity to learn from the experiences of other people working in the framework.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"\" class=\"layout layout--onecol padding-very-small diagonal-top\">\n<div class=\"container\">\n<div class=\"layout-builder__region js-layout-builder-region ui-sortable layout__region layout__region--content\"><\/div>\n<\/div>\n<\/div>\n\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t<\/section>\n<\/section>\n\n\n\n<section class=\"gc-long-content\">\n\t\n<section class=\"gc-container gc-container--has-margin gc-long-content__container\" >\n\t\t\t\t<div class=\"gc-long-content__sidebar\">\n\t\t\t\t<div class=\"gc-about-us\">\n\t<p><strong>BrightAnalytics<\/strong>, konsolideret ledelsesrapportering<\/p>\n<p>Intuitiv, p\u00e5lidelig og hurtig. Tag velinformerede beslutninger baseret p\u00e5 opdaterede finansielle og operationelle data.<\/p>\n\n\t<div class=\"gc-about-us__buttons\">\n\t\t\t\t\t\t\n\t\t\t\t\n\t<a href='https:\/\/www.brightanalytics.dk\/kontakt-os\/' class=\"gc-button gc-about-us__button\" role=\"button\"   >\n\t\t\t\t\tKontakt os\n\t\t\t<\/a>\n\t\t\t\t\t\t\n\t\t\t\t\n\t<a href='https:\/\/www.brightanalytics.dk\/anmod-om-en-demo\/' class=\"gc-button gc-button--blue gc-about-us__button\" role=\"button\"   >\n\t\t\t\t\tBestil en demo\n\t\t\t<\/a>\n\t\t\t<\/div>\n<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"gc-long-content__content\">\n\t\t\t\t<p>We started early on Wednesday: at 4 am we left for the airport to catch our flight. Since Laracon started on Thursday, this was an ideal opportunity to fully immerse ourselves in the culture of Madrid. We took a ride on the hop-on-off bus,explored Madrid&#8217;s main monuments and visited the Real Madrid football stadium, home to one of the most famous football clubs in the world. We had a beautiful panoramic view from the top of the stadium, definitely a lasting impression!<\/p>\n<p>On Thursday, we left for Laracon for a full day of lectures from people in the Laravel community. The agenda included a variety of presentations ranging from best practices for coding and security, to creating visually appealing applications.<\/p>\n<p>Some highlights we&#8217;d like to share:<\/p>\n<ol>\n<li>Freek Van der Herten, well-known speaker and developer in the Laravel community, kicked off the conference. His company Spatie is responsible for the development of more than 200 packages. He gave insight in how to keep substantial parts of an application as simple as possible, while retaining all the important functionalities. This is a challenge especially with large applications which several people work in\/on it at the same time.<\/li>\n<li>The talk &#8220;The Laravel Core &#8211; Demystify The Beast&#8221; was not so much about the different features of our framework, but rather about the internal logic behind it. Because of Christoph Rumpel, we now understand the core of Laravel better. According to him, knowing your framework makes you a better developer. And why is that so important? Because knowing your framework makes debugging easier.<\/li>\n<li>Nuno Maduro brought us a great, engaging discussion on writing effective PHP code. He compared programming to driving: defensive programming means assuming others will make mistakes, which means considering all risks. Just like defensive driving! Interesting if you are starting out with programming.<\/li>\n<li>We listened to Antti R\u00f6ssi, the ethical hacker, as he zoomed in on how a Laravel application can be hacked and how we can prevent that from happening. He introduced us to all the different types of attacks hackers can use to gain access to your application, including XSS attacks, CSRF attacks, SQL injection, and so on. The key message here is to think like a hacker to find the best solutions.<\/li>\n<\/ol>\n<p>Besides tapas and drinks we had a lot of food for thought, for example about real-time application design and building multi-tenant applications. A final visit to the Faro de Moncloa treated us to a magnificent view of the city of Madrid, absolutely amazing! You bet we captured the beauty of the city, but we were even more excited to share and put into practice all the insights we gained at the PHP conference in Laracon.<\/p>\n\n\t\t\t<\/div>\n\t\t<\/section>\n<\/section>\n\n\n<section class=\"gc-featured-posts\">\n\t\n<section class=\"gc-container gc-container--has-margin\" >\n\t\t\t\t<h2 class=\"gc-featured-posts__title\">More news<\/h2>\n\t\t\t<ul class=\"gc-featured-posts__list\">\n\t\t\t\t\t\t\t\t\t<li class=\"gc-featured-posts__post\">\n\t\t\t\t\t\t<a class=\"gc-featured-posts__thumbnail-link\" href=\"https:\/\/staging.brightanalytics.eu\/da\/nyheder\/tech-pioneren-jurgen-ingels-investerer-i-brightanalytics\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"470\" src=\"https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/Jurgen-Ingels.jpg\" class=\"gc-featured-posts__thumbnail\" alt=\"\" srcset=\"https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/Jurgen-Ingels.jpg 940w, https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/Jurgen-Ingels-300x150.jpg 300w, https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/Jurgen-Ingels-768x384.jpg 768w\" sizes=\"auto, (max-width: 940px) 100vw, 940px\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"gc-featured-posts__thumbnail-overlay\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"gc-featured-posts__icon\"><img loading=\"lazy\" decoding=\"async\" width=\"25\" height=\"25\" src=\"https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/blog.svg\" class=\"\" alt=\"\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<div class=\"gc-featured-posts__wrapper\">\n\t\t\t\t\t\t\t<h3 class=\"gc-featured-posts__post-title\">Tech-pioneren J\u00fcrgen Ingels investerer i BrightAnalytics<\/h3>\n\t\t\t\t\t\t\t<div class=\"gc-featured-posts__date\">10. august 2022<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/staging.brightanalytics.eu\/da\/nyheder\/tech-pioneren-jurgen-ingels-investerer-i-brightanalytics\/\" class=\"gc-featured-posts__link\">L\u00e6s mere<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"gc-featured-posts__post\">\n\t\t\t\t\t\t<a class=\"gc-featured-posts__thumbnail-link\" href=\"https:\/\/staging.brightanalytics.eu\/da\/nyheder\/dashboard-for-hver-enkelt-medarbejder\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/BrightAnalytics-een-dashboard-voor-elke-werknemer-1024x683.png\" class=\"gc-featured-posts__thumbnail\" alt=\"\" srcset=\"https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/BrightAnalytics-een-dashboard-voor-elke-werknemer-1024x683.png 1024w, https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/BrightAnalytics-een-dashboard-voor-elke-werknemer-300x200.png 300w, https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/BrightAnalytics-een-dashboard-voor-elke-werknemer-768x512.png 768w, https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/BrightAnalytics-een-dashboard-voor-elke-werknemer-1536x1025.png 1536w, https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/BrightAnalytics-een-dashboard-voor-elke-werknemer.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"gc-featured-posts__thumbnail-overlay\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"gc-featured-posts__icon\"><img loading=\"lazy\" decoding=\"async\" width=\"25\" height=\"25\" src=\"https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/blog.svg\" class=\"\" alt=\"\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<div class=\"gc-featured-posts__wrapper\">\n\t\t\t\t\t\t\t<h3 class=\"gc-featured-posts__post-title\">Dashboard for hver enkelt medarbejder<\/h3>\n\t\t\t\t\t\t\t<div class=\"gc-featured-posts__date\">10. august 2022<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/staging.brightanalytics.eu\/da\/nyheder\/dashboard-for-hver-enkelt-medarbejder\/\" class=\"gc-featured-posts__link\">L\u00e6s mere<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"gc-featured-posts__post\">\n\t\t\t\t\t\t<a class=\"gc-featured-posts__thumbnail-link\" href=\"https:\/\/staging.brightanalytics.eu\/da\/nyheder\/softwareplatform-brightanalytics-flytter-til-nederlandene\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"620\" height=\"930\" src=\"https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/Lode-Bogaert-Merijn-Demuynck-en-Olivier-Seynhaeve-founders-van-BrightAnalytics-in-Trends-e1632994910202.jpeg\" class=\"gc-featured-posts__thumbnail\" alt=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"gc-featured-posts__thumbnail-overlay\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"gc-featured-posts__icon\"><img loading=\"lazy\" decoding=\"async\" width=\"25\" height=\"25\" src=\"https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/blog.svg\" class=\"\" alt=\"\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<div class=\"gc-featured-posts__wrapper\">\n\t\t\t\t\t\t\t<h3 class=\"gc-featured-posts__post-title\">Softwareplatform BrightAnalytics flytter til Nederlandene<\/h3>\n\t\t\t\t\t\t\t<div class=\"gc-featured-posts__date\">10. august 2022<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/staging.brightanalytics.eu\/da\/nyheder\/softwareplatform-brightanalytics-flytter-til-nederlandene\/\" class=\"gc-featured-posts__link\">L\u00e6s mere<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"gc-featured-posts__post\">\n\t\t\t\t\t\t<a class=\"gc-featured-posts__thumbnail-link\" href=\"https:\/\/staging.brightanalytics.eu\/da\/nyheder\/masser-af-intelligens-under-motorhjelmen\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/BrightAnalytics-financieel-platform-1024x576.png\" class=\"gc-featured-posts__thumbnail\" alt=\"\" srcset=\"https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/BrightAnalytics-financieel-platform-1024x576.png 1024w, https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/BrightAnalytics-financieel-platform-300x169.png 300w, https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/BrightAnalytics-financieel-platform-768x432.png 768w, https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/BrightAnalytics-financieel-platform-1536x864.png 1536w, https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/BrightAnalytics-financieel-platform.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"gc-featured-posts__thumbnail-overlay\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"gc-featured-posts__icon\"><img loading=\"lazy\" decoding=\"async\" width=\"25\" height=\"25\" src=\"https:\/\/staging.brightanalytics.eu\/wp-content\/uploads\/blog.svg\" class=\"\" alt=\"\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<div class=\"gc-featured-posts__wrapper\">\n\t\t\t\t\t\t\t<h3 class=\"gc-featured-posts__post-title\">Masser af intelligens under motorhjelmen<\/h3>\n\t\t\t\t\t\t\t<div class=\"gc-featured-posts__date\">10. august 2022<\/div>\n\t\t\t\t\t\t\t<a href=\"https:\/\/staging.brightanalytics.eu\/da\/nyheder\/masser-af-intelligens-under-motorhjelmen\/\" class=\"gc-featured-posts__link\">L\u00e6s mere<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t<\/section>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":17503,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[492],"class_list":["post-17493","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-nyheder"],"acf":[],"_links":{"self":[{"href":"https:\/\/staging.brightanalytics.eu\/da\/wp-json\/wp\/v2\/posts\/17493","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.brightanalytics.eu\/da\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/staging.brightanalytics.eu\/da\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/staging.brightanalytics.eu\/da\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.brightanalytics.eu\/da\/wp-json\/wp\/v2\/comments?post=17493"}],"version-history":[{"count":2,"href":"https:\/\/staging.brightanalytics.eu\/da\/wp-json\/wp\/v2\/posts\/17493\/revisions"}],"predecessor-version":[{"id":27402,"href":"https:\/\/staging.brightanalytics.eu\/da\/wp-json\/wp\/v2\/posts\/17493\/revisions\/27402"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/staging.brightanalytics.eu\/da\/wp-json\/wp\/v2\/media\/17503"}],"wp:attachment":[{"href":"https:\/\/staging.brightanalytics.eu\/da\/wp-json\/wp\/v2\/media?parent=17493"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/staging.brightanalytics.eu\/da\/wp-json\/wp\/v2\/categories?post=17493"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}