I stole this idea and now use it with every single employee.
Itβs the best illustration Iβve seen of teaching someone to be high agency.
It says there are 5 levels of work:
Level 1: βThere is a problem.β
Level 2: βThere is a problem, and Iβve found some causes.β
Level 3: βHereβs the problem, here are some possible causes, and here are some possible solutions.β
Level 4: βHereβs the problem, hereβs what I think caused it, here are some possible solutions, and hereβs the one I think we should pick.β
Level 5: βI identified a problem, figured out what caused it, researched how to fix it, and I fixed it. Just wanted to keep you in the loop.β
Using this framework, hereβs what I say to every new employeeβ¦
You will live at Level 4 from Day 1 and as we build trust you will rise to Level 5.
Being high agency doesnβt just mean tackling problems in this way. It means your entire way of working should be oriented to being a Level 4+ employee.
Plz feel free to steal it as well.
And ty @stephsmithio for the framework!
@exQUIZitely You describe 1:1 my experience with Lineage II.
It was the largest WoW rival at the time and the original devs in NCSoft that did the first 6 version of the game were just great, until they were replaced with some new guys and completely ruined the game.
@enunomaduro I'm using Nuphy Air75 V2 with Wisteria switches https://t.co/U5HDuvXmLP and I'm super happy! It is my first mechanical keyboard and I have no comparison but I love it.
Recently I was targeted by an extremely sophisticated phishing attack, and I want to highlight it here. It exploits a vulnerability in Google's infrastructure, and given their refusal to fix it, we're likely to see it a lot more. Here's the email I got:
Testing Laravel subdomain routing is a bit tricky. You can't really hard-code the root domain since you obviously won't have access to that domain locally
Instead, consider adding a "subdomain" macro on the Route facade to set the root domain for you using your app's config URL
@theo I'm self hosting @passbolt and I'm super happy. My server died once and I was away from the country which was a pain but other that it works great!
Here's a tip for getting relationships right in Laravel:
Write a test case for each of them.
Here's a classic example for blog posts:
it('has comments', function () {
$post = Post::factory()->hasComments(3)->create();
expect($post->comments->ensure(Comment::class))
->not->toThrow(UnexpectedValueException::class);
});
And so on!
This will also help you write your factories (which is fast now with AI). Then your seeders. And other tests. Also, coworkers will thank you.
The return on investment is really good.
To customize @filamentphp, you may add Render Hooks in various places.
Official docs list 56 hooks but don't show how they would LOOK.
So, in newest Laravel Daily course, we show 6 most typical examples.
Read this FREE lesson: https://t.co/imJBPfQyg9