Profile cover photo
Profile photo
Aaron Parecki
5,081 followers
5,081 followers
About
Posts

Post has attachment
Here is a pretty nice guide to building a Laravel app with Angular! Who says you need to use Vue with Laravel right? https://developer.okta.com/blog/2018/10/23/php-laravel-angular-crud-app

Post has attachment
I just wrote a blog post about nginx's underutilized "auth_request" module to protect any app behind nginx! I was super surprised to learn about this when I discovered it, and it's been super handy so far!

Post has attachment
My coworker wrote up this tutorial on building a simple CRUD app with React and a Symfony backend.

I normally write plain JavaScript, so this was a fun way to get my feet wet with React! This semantic-ui CSS is also a nice refreshing change from Bootstrap.

https://developer.okta.com/blog/2018/08/23/symfony-react-php-crud-app

Post has attachment
My coworker wrote up this tutorial on building a simple CRUD app with Angular and a Symfony backend.

I normally write plain JavaScript, so this was a fun way to get my feet wet with Angular!

https://developer.okta.com/blog/2018/08/14/php-crud-app-symfony-angular

Post has attachment
My coworker wrote up this tutorial on building a simple CRUD app with Angular and a Symfony backend.

I normally write plain JavaScript, so this was a fun way to get my feet wet with Angular!

https://developer.okta.com/blog/2018/08/14/php-crud-app-symfony-angular

Post has attachment
"Add authentication to your PHP app in 5 minutes"! I didn't think I was going to make it there for a bit! https://developer.okta.com/blog/2018/07/09/five-minute-php-app-auth
Photo

Post has attachment
Just published a fun video where I race the clock to add authentication to a PHP app in under 5 minutes! It was a close call! https://developer.okta.com/blog/2018/07/09/five-minute-php-app-auth

Post has attachment
In this tutorial, we walk through setting up a simple CRUD app to add movies to the list and count the number of bad puns in the movie. The frontend is built using Vue.js, and it talks to a simple PHP backend written using the Symfony framework. Before you can read or write any content to the database, you have to log in to the app first. The backend enforces the authentication, but the login flow happens entirely in the frontend app.

https://developer.okta.com/blog/2018/06/14/php-crud-app-symfony-vue

The tutorial is also available as a screencast! https://www.youtube.com/watch?v=qe1t91bXRiQ

Post has attachment
In this tutorial, we walk through setting up a simple CRUD app to add movies to the list and count the number of bad puns in the movie. The frontend is built using Vue.js, and it talks to a simple PHP backend written using the Symfony framework. Before you can read or write any content to the database, you have to log in to the app first. The backend enforces the authentication, but the login flow happens entirely in the frontend app.

https://developer.okta.com/blog/2018/06/14/php-crud-app-symfony-vue

The tutorial is also available as a screencast! https://www.youtube.com/watch?v=qe1t91bXRiQ

Post has attachment
I thought this would be a useful tutorial to share here: Building a simple CRUD app with Symfony and Vue -> https://developer.okta.com/blog/2018/06/14/php-crud-app-symfony-vue

And here's a screencast walkthrough of it as well! https://www.youtube.com/watch?v=qe1t91bXRiQ
Wait while more posts are being loaded