Advertisement ยท 728 ร— 90

Posts by Chris

Preview
Secure Your Webhooks in Laravel: Preventing Data Spoofing Learn how to implement robust authentication using pre-shared keys and HMAC signatures to protect your webhook endpoints.

christalks.dev/post/secure-...

#laravel #tutorial #security #webhooks #article

11 months ago 1 0 0 0
Preview
Setting up locale based routing in Laravel with middleware Laravel is an excellent framework that supports multilingual functionality out of the box - but it doesn't go as far as setting up the routing for you. Here's how you can achieve it with simple routin...

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

1 year ago 3 0 0 0

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

1 year ago 660 143 75 41
Preview
Using PHP Attributes to enhance the capabilities of Enums PHP Attributes are a powerful feature of PHP >= 8. In this example, I provide a brief introduction to using reflection to enhance your Enums with PHP attributes

PHP attributes are pretty trick and have much more capability than first meets the eye...

christalks.dev/post/using-p...

#php #laravel #tutorial

1 year ago 8 0 0 0
Preview
Another pattern - lets talk about state machines The state machine pattern isn't something you often hear about, but its critical to almost every piece of technology you experience in every day life

The other day I wrote a post on using the state machine pattern in PHP. Check it out here - christalks.dev/post/another...

1 year ago 1 0 0 0