/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

noellh.com
| | www.adamalbrecht.com
13.0 parsecs away

Travel
| | UPDATE: There have been some changes in the JWT Gem that make some of the below not work exactly right (it'll still be about 90% the same). Specifically, they added expiration support. See my post on the same topic, but using React.js. The server side code in this post will work just as well with Angular.
| | josediazgonzalez.com
12.6 parsecs away

Travel
| | Part 2 of a series of posts that will help you build out a personal CMS
| | tomasvotruba.com
10.5 parsecs away

Travel
| | With [Symfony 5 upgrade](/blog/2019/09/09/how-we-upgraded-pehapkari-cz-from-symfony-4-to-5-in-25-days/), we need any *working* Doctrine behaviors. Month later, we have [KnpLabs\DoctrineBehaviors 2.0](/blog/2019/12/30/doctrine-behaviors-2-0-reloaded/#how-do-you-migrate-from-gedmo-stof-to-knplabs-doctrinebehaviors) with full Symfony 5 support. If you used older Doctrine Behaviors, you're covered with Rector migration path. But what if you're using old broken Gedmo? **I'll show you how you can migrate Gedmo to KnpLabs**.
| | bobbyhadz.com
40.6 parsecs away

Travel
| To use environment variables in AWS CDK we have to first set them using the CDK CLI and then access them in our code on the process.env object.