lade...
random avatar

sk138 - Network

Posts Subscribe

Question for vim/neovim users, do you prefer to yank to clipboard or to a separate register? #vim #neovim

https://phpc.social/@sk138/11319...

Question for vim/neovim users, do you prefer to yank to clipboard or to a separate register?

24.9.2024 20:31Question for vim/neovim users, do you prefer to yank to clipboard or to a separate register? #vim #neovim
https://phpc.social/@sk138/11319...

I posted a quick tip for improving factory performance in #Laravel by better handling dependent relationship...

https://phpc.social/@sk138/11318...

I posted a quick tip for improving factory performance in by better handling dependent relationship data.

seankegel.com/laravel-factorie

22.9.2024 15:26I posted a quick tip for improving factory performance in #Laravel by better handling dependent relationship...
https://phpc.social/@sk138/11318...

I wrote a post about using a DTO to keep your JSON columns structured in #laravel. Learn about how to cast a JSON column in an Eloquent...

https://phpc.social/@sk138/11286...

I wrote a post about using a DTO to keep your JSON columns structured in . Learn about how to cast a JSON column in an Eloquent model to a DTO.

seankegel.com/laravel-casting-

28.7.2024 14:29I wrote a post about using a DTO to keep your JSON columns structured in #laravel. Learn about how to cast a JSON column in an Eloquent...
https://phpc.social/@sk138/11286...

If you're a PHP or Laravel developer and you've been wanting to try out Neovim, this is the post for you. I discuss how to setup a...

https://phpc.social/@sk138/11280...

If you're a PHP or Laravel developer and you've been wanting to try out Neovim, this is the post for you. I discuss how to setup a PHP and Laravel development environment in Neovim using LazyVim as a starter and introducing a few other plugins.

seankegel.com/neovim-for-php-a

18.7.2024 20:54If you're a PHP or Laravel developer and you've been wanting to try out Neovim, this is the post for you. I discuss how to setup a...
https://phpc.social/@sk138/11280...

I recently posted about tappable scopes in #Laravel.Learn how to avoid the magic of Laravel query scopes to get full IDE autocompletion....

https://phpc.social/@sk138/11230...

I recently posted about tappable scopes in .

Learn how to avoid the magic of Laravel query scopes to get full IDE autocompletion. Tappable scopes can also be easily reused and help to break down complex queries into smaller pieces.

seankegel.com/elevate-your-lar

20.4.2024 19:15I recently posted about tappable scopes in #Laravel.Learn how to avoid the magic of Laravel query scopes to get full IDE autocompletion....
https://phpc.social/@sk138/11230...

I wrote an article about using custom classes for managing cache keys in Laravel. This makes it easy to create and forget cache items...

https://phpc.social/@sk138/11208...

I wrote an article about using custom classes for managing cache keys in Laravel. This makes it easy to create and forget cache items without having to use magic strings throughout your application.

seankegel.com/laravel-cache-cl

12.3.2024 22:37I wrote an article about using custom classes for managing cache keys in Laravel. This makes it easy to create and forget cache items...
https://phpc.social/@sk138/11208...

I just posted my What I’m Reading series for February. I have some interesting links around cli tools, JavaScript bloat, and more.#blog...

https://phpc.social/@sk138/11203...

I just posted my What I’m Reading series for February. I have some interesting links around cli tools, JavaScript bloat, and more.

seankegel.com/what-im-reading-

3.3.2024 22:14I just posted my What I’m Reading series for February. I have some interesting links around cli tools, JavaScript bloat, and more.#blog...
https://phpc.social/@sk138/11203...

Have you run into flaky tests in your PHP or Laravel code base? Learn another option for debugging those tests using the repeat method in...

https://phpc.social/@sk138/11199...

Have you run into flaky tests in your PHP or Laravel code base? Learn another option for debugging those tests using the repeat method in Pest PHP.

seankegel.com/fix-flaky-tests-

25.2.2024 20:54Have you run into flaky tests in your PHP or Laravel code base? Learn another option for debugging those tests using the repeat method in...
https://phpc.social/@sk138/11199...

I just wrote the first of what I hope to make a monthly series. It's a post about interesting articles, tools, etc. related to web...

https://phpc.social/@sk138/11186...

I just wrote the first of what I hope to make a monthly series. It's a post about interesting articles, tools, etc. related to web development. Let me know what you think!

seankegel.com/what-im-reading-

3.2.2024 20:28I just wrote the first of what I hope to make a monthly series. It's a post about interesting articles, tools, etc. related to web...
https://phpc.social/@sk138/11186...

I just published the fourth post in my Integrating Third-Party APIs in #laravel. This one covers handling errors from the...

https://phpc.social/@sk138/11184...

I just published the fourth post in my Integrating Third-Party APIs in
. This one covers handling errors from the APIs.

seankegel.com/handling-errors-

30.1.2024 00:39I just published the fourth post in my Integrating Third-Party APIs in #laravel. This one covers handling errors from the...
https://phpc.social/@sk138/11184...

I posted the latest entry in my series for Integrating Third-Party APIs in Laravel!https://seankegel.com/creating-api-resources-in-laravel

https://phpc.social/@sk138/11176...

I posted the latest entry in my series for Integrating Third-Party APIs in Laravel!

seankegel.com/creating-api-res

16.1.2024 02:15I posted the latest entry in my series for Integrating Third-Party APIs in Laravel!https://seankegel.com/creating-api-resources-in-laravel
https://phpc.social/@sk138/11176...

I recently published a post on using DTOs to map third-party API responses in...

https://phpc.social/@sk138/11152...

I recently published a post on using DTOs to map third-party API responses in Laravel.

seankegel.com/streamlining-api

5.12.2023 03:12I recently published a post on using DTOs to map third-party API responses in...
https://phpc.social/@sk138/11152...

I published an article for using @phpstorm HTTP Requests as an alternative to Postman and...

https://phpc.social/@sk138/11123...

I published an article for using @phpstorm HTTP Requests as an alternative to Postman and Insomnia.

seankegel.com/simplify-api-tes

14.10.2023 19:33I published an article for using @phpstorm HTTP Requests as an alternative to Postman and...
https://phpc.social/@sk138/11123...

Learn how to configure @phpstorm and @Docker https://seankegel.com/phpstorm-with-docker

https://phpc.social/@sk138/11120...

Learn how to configure @phpstorm and @Docker

seankegel.com/phpstorm-with-do

9.10.2023 01:45Learn how to configure @phpstorm and @Docker https://seankegel.com/phpstorm-with-docker
https://phpc.social/@sk138/11120...

Learn about adding value objects to your Laravel Data objects by using Casts and...

https://phpc.social/@sk138/11115...

Learn about adding value objects to your Laravel Data objects by using Casts and Transformers:

medium.com/@skegel/laravel-dat

30.9.2023 20:46Learn about adding value objects to your Laravel Data objects by using Casts and...
https://phpc.social/@sk138/11115...

Improve your Git CLI efficiency using @ohmyzsh!https://skegel.medium.com/improve-git-cli-efficiency-with-oh-my-zsh-4418fc074035

https://phpc.social/@sk138/11095...

Improve your Git CLI efficiency using @ohmyzsh!

skegel.medium.com/improve-git-

26.8.2023 02:14Improve your Git CLI efficiency using @ohmyzsh!https://skegel.medium.com/improve-git-cli-efficiency-with-oh-my-zsh-4418fc074035
https://phpc.social/@sk138/11095...

Learn how to setup #vscode and #laravel https://skegel.medium.com/vscode-for-php-and-laravel-ee04a37c1047

https://phpc.social/@sk138/11092...

Learn how to setup and

skegel.medium.com/vscode-for-p

21.8.2023 02:20Learn how to setup #vscode and #laravel https://skegel.medium.com/vscode-for-php-and-laravel-ee04a37c1047
https://phpc.social/@sk138/11092...

Here's a quick tip to get that first user created in a new Laravel application:...

https://phpc.social/@sk138/11088...

Here's a quick tip to get that first user created in a new Laravel application: skegel.medium.com/create-your-

13.8.2023 18:41Here's a quick tip to get that first user created in a new Laravel application:...
https://phpc.social/@sk138/11088...

I recently learned about the tryFrom method for BackedEnums in PHP.https://dev.to/sean_kegel/php-enums-tryfrom-method-1al7

https://phpc.social/@sk138/11086...

I recently learned about the tryFrom method for BackedEnums in PHP.

dev.to/sean_kegel/php-enums-tr

11.8.2023 00:20I recently learned about the tryFrom method for BackedEnums in PHP.https://dev.to/sean_kegel/php-enums-tryfrom-method-1al7
https://phpc.social/@sk138/11086...

I found a @phpstorm setting to equalize the size of splits! I have an ultra wide and having three equal vertical splits is super helpful at...

https://phpc.social/@sk138/11085...

I found a @phpstorm setting to equalize the size of splits! I have an ultra wide and having three equal vertical splits is super helpful at times.

The setting is: Equalize proportions in nested splits.

jetbrains.com/help/phpstorm/se

9.8.2023 01:04I found a @phpstorm setting to equalize the size of splits! I have an ultra wide and having three equal vertical splits is super helpful at...
https://phpc.social/@sk138/11085...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members