Skip to content

Commit 728547a

Browse files
Add March 2023 event
1 parent 3010e7b commit 728547a

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

_includes/next-event.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@
22
<div class="card card-next-event mx-auto mb-0" itemscope itemtype="http://schema.org/EducationEvent">
33
<div class="card-body text-center">
44
<p class="text-muted">Our next event&hellip;</p>
5-
<h1 class="h3 mb-2" itemprop="name">Welcome Back &amp; 10 Year Anniversary Social</h1>
6-
<p itemprop="description">We are delighted to announce the long-anticipated return of PHP North East. After nearly three years away, we're returning with a social event to catch up with fellow PHP developers and celebrate PHP North East's 10-year anniversary. It'd be great if you could join us!</p>
5+
<h1 class="h3 mb-2" itemprop="name">A Practical Guide to Event Sourcing</h1>
6+
<p itemprop="description">We are pleased to announce the March 2023 event for PHP North East, “A Practical Guide to Event Sourcing” by Daniel Gadd.</p>
77
<ul class="list-inline">
88
<li class="list-inline-item">
99
<span class="sr-only">Date</span>
1010
<span class="fas fa-fw fa-calendar-alt text-muted"></span>
11-
<time datetime="2022-11-15T18:00:00+00:00" itemprop="startDate">Tuesday, 15 November</time>
11+
<time datetime="2023-03-21T18:00:00+00:00" itemprop="startDate">Tuesday, 21st March</time>
1212
</li>
1313
<li class="list-inline-item">
1414
<span class="sr-only">Time</span>
1515
<span class="fas fa-fw fa-clock text-muted"></span>
16-
<time datetime="2022-11-15T18:00:00+00:00" itemprop="doorTime">6 PM</time>
16+
<time datetime="2023-03-21T18:00:00+00:00" itemprop="doorTime">6 PM</time>
1717
</li>
1818
<li class="list-inline-item" itemprop="location" itemscope itemtype="http://schema.org/Place">
1919
<span class="sr-only">Location</span>
2020
<span class="fas fa-fw fa-map-marker-alt text-muted"></span>
21-
<a class="text-body" href="https://goo.gl/maps/vJFA2mbkKw2DvFA39" itemprop="url" rel="external noopener noreferrer" target="_blank">
22-
<span itemprop="name">The Conservatory, Liberty House</span>,
21+
<a class="text-body" href="https://goo.gl/maps/FYbuskEu45Sd5wiw7" itemprop="url" rel="external noopener noreferrer" target="_blank">
22+
<span itemprop="name">TusPark Newcastle</span>,
2323
<span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
24-
<span class="sr-only" itemprop="streetAddress">48 Westgate Road</span>
24+
<span class="sr-only" itemprop="streetAddress">27 Grainger Street</span>
2525
<span class="sr-only" itemprop="addressLocality">Newcastle upon Tyne</span>
26-
<span itemprop="postalCode">NE1 1TT</span>
26+
<span itemprop="postalCode">NE1 5JE</span>
2727
</span>
2828
</a>
2929
</li>
3030
</ul>
3131
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
3232
<meta itemprop="price" content="0.00" />
3333
<meta itemprop="priceCurrency" content="GBP" />
34-
<a class="btn btn-block btn-primary" href="https://ti.to/phpne/welcome-back-social" itemprop="url" rel="external noopener" target="_blank">
34+
<a class="btn btn-block btn-primary" href="https://ti.to/phpne/a-practical-guide-to-event-sourcing" itemprop="url" rel="external noopener" target="_blank">
3535
<span class="btn-text">RSVP</span>
3636
</a>
3737
</div>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: post
3+
title: "A Practical Guide to Event Sourcing"
4+
date: 2023-03-21
5+
excerpt: "We are pleased to announce the March 2023 event for PHP North East, &#8220;A Practical Guide to Event Sourcing&#8221; by Daniel Gadd."
6+
---
7+
We are pleased to announce the March 2023 event for PHP North East, “A Practical Guide to Event Sourcing” by Daniel Gadd.
8+
9+
Event sourcing is an event driven architecture, where all changes to an application’s state are recorded as a sequence of events. This approach enables applications to maintain and manage data in a highly consistent and auditable way, and allows complex features to be built in a novel way. In this talk we’ll take a high level look at what event sourcing is, review some practical examples, and discuss what some of the more prominent advantages and disadvantages are.
10+
11+
Daniel is the technical director at Land Digital, and one of his main focuses over the last few years has been looking at how he can positively impact their DX to empower our developers to work efficiently and effectively.
12+
13+
Thank you to our sponsor: [Sharpe Recruitment](https://www.sharperecruitment.co.uk/) who makes our events possible.

0 commit comments

Comments
 (0)