christalks.dev/post/secure-...
#laravel #tutorial #security #webhooks #article
christalks.dev/post/secure-...
#laravel #tutorial #security #webhooks #article
A quick little post I wrote about effective locale based routing with Laravel. It's easier than it might seem! ๐๐ป
christalks.dev/post/setting...
#laravel #php #tutorial
ok, let's break it down.
at the core of atproto is the data. it lives own your own computer (or someone hosts it for you). think of it as a hard drive with JSON files on it
data is structured (i.e. has a type), and can references other records on other peoples' computer with a URI like a hyperlink
PHP attributes are pretty trick and have much more capability than first meets the eye...
christalks.dev/post/using-p...
#php #laravel #tutorial
The other day I wrote a post on using the state machine pattern in PHP. Check it out here - christalks.dev/post/another...