Skip to content

Show archive meetups in reverse chronological order #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/atom.xml

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions docs/meetups/2020/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,55 +51,56 @@ <h1>2020 Meetups</h1>
<div class="container bg-white pt-5">
<div class="row blog-item px-3 pb-5">
<div class="col-md-5">
<img class="img-fluid mb-4 mb-md-0" src="/images/placeholder.webp" alt="Building lightning fast search with Meilisearch">
<img class="img-fluid mb-4 mb-md-0" src="/images/placeholder.webp" alt="Turbocharged Development with Docker, PHPStorm, and Xdebug">
</div>
<div class="col-md-7">
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetups/2020/06/11/building-lightning-fast-search-with-meilisearch.html">Building lightning fast search with Meilisearch</a></h3>
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetups/2020/12/10/turbocharged-development-with-docker-phpstorm-and-xdebug.html">Turbocharged Development with Docker, PHPStorm, and Xdebug</a></h3>
<div class="d-flex mb-3">
<time class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> June 11th, 2020</time>
<time class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> December 10th, 2020</time>
</div>
<p>
MeiliSearch is a powerful, fast, open-source, easy to use and deploy search engine. Both searching and indexing are highly customizable. Features such as typo-tolerance, filters, and synonyms are provided out-of-the-box.
My name is James, and I have a confession to make: I&#039;ve been a var_dump()er my whole life. I tried Xdebug once years back, but a chance brush with social media from its author prompted the question: is Xdebug still relevant? Is it hard to set up?

In a modern developer world of Docker containers and advanced IDEs, it was time to revisit how we go about writing software at Jump24 - in this talk, I&#039;ll set up Xdebug on a test project and show you how you can turbocharge your development like we did
&hellip;
</p>
<a class="btn btn-link p-0" href="/meetups/2020/06/11/building-lightning-fast-search-with-meilisearch.html">Read More <i class="fa fa-angle-right"></i></a>
<a class="btn btn-link p-0" href="/meetups/2020/12/10/turbocharged-development-with-docker-phpstorm-and-xdebug.html">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<!-- Blog List Start -->
<div class="container bg-white pt-5">
<div class="row blog-item px-3 pb-5">
<div class="col-md-5">
<img class="img-fluid mb-4 mb-md-0" src="/images/placeholder.webp" alt="Open Sourcing Mental Illness">
<img class="img-fluid mb-4 mb-md-0" src="/images/placeholder.webp" alt="What&#039;s new in PHP 8.0">
</div>
<div class="col-md-7">
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetups/2020/07/09/open-sourcing-mental-illness.html">Open Sourcing Mental Illness</a></h3>
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetups/2020/11/12/what-s-new-in-php-8-0.html">What&#039;s new in PHP 8.0</a></h3>
<div class="d-flex mb-3">
<time class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> July 9th, 2020</time>
<time class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> November 12th, 2020</time>
</div>
<p>
Years ago, Ed Finkler opened up and told the community about his struggles with depression and anxiety. Fast forward today, and he has successful led a group of passionate people in an organization called Open Sourcing Mental Illness.\n\nThis talk will focus on our efforts as an organization, where we have been, where we are going and also dive into some numbers and stories along the way. While this is a heavier talk, I tend to inject humor where I can to keep it light while still delivering an
&hellip;
From attributes and named arguments to union types and a JIT, there&#039;s a lot of new functionality large and small landing in PHP 8, due out around Thanksgiving. We&#039;ll take a look at the highlights, as well as backward compatibility breaks to be aware of prior to upgrading.
</p>
<a class="btn btn-link p-0" href="/meetups/2020/07/09/open-sourcing-mental-illness.html">Read More <i class="fa fa-angle-right"></i></a>
<a class="btn btn-link p-0" href="/meetups/2020/11/12/what-s-new-in-php-8-0.html">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<!-- Blog List Start -->
<div class="container bg-white pt-5">
<div class="row blog-item px-3 pb-5">
<div class="col-md-5">
<img class="img-fluid mb-4 mb-md-0" src="/images/new-mysql-features-that-you-may-have-missed.jpg" alt="New MySQL Features That You May Have Missed">
<img class="img-fluid mb-4 mb-md-0" src="/images/placeholder.webp" alt="Deployments and CodeScanning with Github">
</div>
<div class="col-md-7">
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetups/2020/08/13/new-mysql-features-that-you-may-have-missed.html">New MySQL Features That You May Have Missed</a></h3>
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetups/2020/10/08/deployments-and-codescanning-with-github.html">Deployments and CodeScanning with Github</a></h3>
<div class="d-flex mb-3">
<time class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> August 13th, 2020</time>
<time class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> October 8th, 2020</time>
</div>
<p>
MySQL has gone to a continuous release cycle so that new features are added several times a year. This quickly provides a better product to customers. The news about these new facets may have escaped your notice if you were not paying attention. So you may have missed the addition of hash joins, multi-valued indexes, the ability to validate JSON documents before the are stored, dual passwords, the clone replication tool, and other improvements. This session will cover not only what is new, but h
&hellip;
Github Actions have been in general release for almost a year now. How far have we come in that time and what is left to do? Let&#039;s take a deep dive into several new features to have recently come out of Github. Last time we covered some other deployment options, but how does it compare? Come join the discussion this month with your friendly local user group. Live chat on YouTube or watch Zoom.
</p>
<a class="btn btn-link p-0" href="/meetups/2020/08/13/new-mysql-features-that-you-may-have-missed.html">Read More <i class="fa fa-angle-right"></i></a>
<a class="btn btn-link p-0" href="/meetups/2020/10/08/deployments-and-codescanning-with-github.html">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
Expand Down Expand Up @@ -127,56 +128,55 @@ <h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetup
<div class="container bg-white pt-5">
<div class="row blog-item px-3 pb-5">
<div class="col-md-5">
<img class="img-fluid mb-4 mb-md-0" src="/images/placeholder.webp" alt="Deployments and CodeScanning with Github">
<img class="img-fluid mb-4 mb-md-0" src="/images/new-mysql-features-that-you-may-have-missed.jpg" alt="New MySQL Features That You May Have Missed">
</div>
<div class="col-md-7">
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetups/2020/10/08/deployments-and-codescanning-with-github.html">Deployments and CodeScanning with Github</a></h3>
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetups/2020/08/13/new-mysql-features-that-you-may-have-missed.html">New MySQL Features That You May Have Missed</a></h3>
<div class="d-flex mb-3">
<time class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> October 8th, 2020</time>
<time class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> August 13th, 2020</time>
</div>
<p>
Github Actions have been in general release for almost a year now. How far have we come in that time and what is left to do? Let&#039;s take a deep dive into several new features to have recently come out of Github. Last time we covered some other deployment options, but how does it compare? Come join the discussion this month with your friendly local user group. Live chat on YouTube or watch Zoom.
MySQL has gone to a continuous release cycle so that new features are added several times a year. This quickly provides a better product to customers. The news about these new facets may have escaped your notice if you were not paying attention. So you may have missed the addition of hash joins, multi-valued indexes, the ability to validate JSON documents before the are stored, dual passwords, the clone replication tool, and other improvements. This session will cover not only what is new, but h
&hellip;
</p>
<a class="btn btn-link p-0" href="/meetups/2020/10/08/deployments-and-codescanning-with-github.html">Read More <i class="fa fa-angle-right"></i></a>
<a class="btn btn-link p-0" href="/meetups/2020/08/13/new-mysql-features-that-you-may-have-missed.html">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<!-- Blog List Start -->
<div class="container bg-white pt-5">
<div class="row blog-item px-3 pb-5">
<div class="col-md-5">
<img class="img-fluid mb-4 mb-md-0" src="/images/placeholder.webp" alt="What&#039;s new in PHP 8.0">
<img class="img-fluid mb-4 mb-md-0" src="/images/placeholder.webp" alt="Open Sourcing Mental Illness">
</div>
<div class="col-md-7">
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetups/2020/11/12/what-s-new-in-php-8-0.html">What&#039;s new in PHP 8.0</a></h3>
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetups/2020/07/09/open-sourcing-mental-illness.html">Open Sourcing Mental Illness</a></h3>
<div class="d-flex mb-3">
<time class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> November 12th, 2020</time>
<time class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> July 9th, 2020</time>
</div>
<p>
From attributes and named arguments to union types and a JIT, there&#039;s a lot of new functionality large and small landing in PHP 8, due out around Thanksgiving. We&#039;ll take a look at the highlights, as well as backward compatibility breaks to be aware of prior to upgrading.
Years ago, Ed Finkler opened up and told the community about his struggles with depression and anxiety. Fast forward today, and he has successful led a group of passionate people in an organization called Open Sourcing Mental Illness.\n\nThis talk will focus on our efforts as an organization, where we have been, where we are going and also dive into some numbers and stories along the way. While this is a heavier talk, I tend to inject humor where I can to keep it light while still delivering an
&hellip;
</p>
<a class="btn btn-link p-0" href="/meetups/2020/11/12/what-s-new-in-php-8-0.html">Read More <i class="fa fa-angle-right"></i></a>
<a class="btn btn-link p-0" href="/meetups/2020/07/09/open-sourcing-mental-illness.html">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<!-- Blog List Start -->
<div class="container bg-white pt-5">
<div class="row blog-item px-3 pb-5">
<div class="col-md-5">
<img class="img-fluid mb-4 mb-md-0" src="/images/placeholder.webp" alt="Turbocharged Development with Docker, PHPStorm, and Xdebug">
<img class="img-fluid mb-4 mb-md-0" src="/images/placeholder.webp" alt="Building lightning fast search with Meilisearch">
</div>
<div class="col-md-7">
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetups/2020/12/10/turbocharged-development-with-docker-phpstorm-and-xdebug.html">Turbocharged Development with Docker, PHPStorm, and Xdebug</a></h3>
<h3 class="mt-md-4 px-md-3 mb-2 py-2 bg-white font-weight-bold"><a href="/meetups/2020/06/11/building-lightning-fast-search-with-meilisearch.html">Building lightning fast search with Meilisearch</a></h3>
<div class="d-flex mb-3">
<time class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> December 10th, 2020</time>
<time class="mr-2 text-muted"><i class="fa fa-calendar-alt"></i> June 11th, 2020</time>
</div>
<p>
My name is James, and I have a confession to make: I&#039;ve been a var_dump()er my whole life. I tried Xdebug once years back, but a chance brush with social media from its author prompted the question: is Xdebug still relevant? Is it hard to set up?

In a modern developer world of Docker containers and advanced IDEs, it was time to revisit how we go about writing software at Jump24 - in this talk, I&#039;ll set up Xdebug on a test project and show you how you can turbocharge your development like we did
&hellip;
MeiliSearch is a powerful, fast, open-source, easy to use and deploy search engine. Both searching and indexing are highly customizable. Features such as typo-tolerance, filters, and synonyms are provided out-of-the-box.
</p>
<a class="btn btn-link p-0" href="/meetups/2020/12/10/turbocharged-development-with-docker-phpstorm-and-xdebug.html">Read More <i class="fa fa-angle-right"></i></a>
<a class="btn btn-link p-0" href="/meetups/2020/06/11/building-lightning-fast-search-with-meilisearch.html">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
Expand Down
Loading