Question for vim/neovim users, do you prefer to yank to clipboard or to a separate register? #vim #neovim
24.9.2024 20:31Question for vim/neovim users, do you prefer to yank to clipboard or to a separate register? #vim #neovimI posted a quick tip for improving factory performance in #Laravel by better handling dependent relationship data.
https://seankegel.com/laravel-factories-tips-for-handling-dependent-data
22.9.2024 15:26I posted a quick tip for improving factory performance in #Laravel by better handling dependent relationship...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 model to a DTO.
https://seankegel.com/laravel-casting-eloquent-json-fields
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...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.
https://seankegel.com/neovim-for-php-and-laravel
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...I recently posted about tappable scopes in #Laravel.
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.
https://seankegel.com/elevate-your-laravel-eloquent-queries-with-tappable-scopes
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....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.
https://seankegel.com/laravel-cache-classes
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...I just posted my What I’m Reading series for February. I have some interesting links around cli tools, JavaScript bloat, and more.
#blog #laravel #javascript #cli
https://seankegel.com/what-im-reading-february-2024
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...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.
https://seankegel.com/fix-flaky-tests-with-pest-repeat
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...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!
https://seankegel.com/what-im-reading-january-2024
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...I just published the fourth post in my Integrating Third-Party APIs in
#laravel. This one covers handling errors from the APIs.
https://seankegel.com/handling-errors-with-third-party-apis
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...I posted the latest entry in my series for Integrating Third-Party APIs in Laravel!
https://seankegel.com/creating-api-resources-in-laravel
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-laravelI recently published a post on using DTOs to map third-party API responses in Laravel.
https://seankegel.com/streamlining-api-responses-in-laravel-with-dtos
5.12.2023 03:12I recently published a post on using DTOs to map third-party API responses in...I published an article for using @phpstorm HTTP Requests as an alternative to Postman and Insomnia.
https://seankegel.com/simplify-api-testing-with-phpstorm-http-requests
14.10.2023 19:33I published an article for using @phpstorm HTTP Requests as an alternative to Postman and...Learn how to configure @phpstorm and @Docker
https://seankegel.com/phpstorm-with-docker
9.10.2023 01:45Learn how to configure @phpstorm and @Docker https://seankegel.com/phpstorm-with-dockerLearn about adding value objects to your Laravel Data objects by using Casts and Transformers:
https://medium.com/@skegel/laravel-data-and-value-objects-dc7d25e7d182
30.9.2023 20:46Learn about adding value objects to your Laravel Data objects by using Casts and...Improve your Git CLI efficiency using @ohmyzsh!
https://skegel.medium.com/improve-git-cli-efficiency-with-oh-my-zsh-4418fc074035
26.8.2023 02:14Improve your Git CLI efficiency using @ohmyzsh!https://skegel.medium.com/improve-git-cli-efficiency-with-oh-my-zsh-4418fc074035Learn how to setup #vscode and #laravel
https://skegel.medium.com/vscode-for-php-and-laravel-ee04a37c1047
21.8.2023 02:20Learn how to setup #vscode and #laravel https://skegel.medium.com/vscode-for-php-and-laravel-ee04a37c1047Here's a quick tip to get that first user created in a new Laravel application: https://skegel.medium.com/create-your-first-laravel-user-8c39a63aa486
13.8.2023 18:41Here's a quick tip to get that first user created in a new Laravel application:...I recently learned about the tryFrom method for BackedEnums in PHP.
https://dev.to/sean_kegel/php-enums-tryfrom-method-1al7
11.8.2023 00:20I recently learned about the tryFrom method for BackedEnums in PHP.https://dev.to/sean_kegel/php-enums-tryfrom-method-1al7I 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.
https://www.jetbrains.com/help/phpstorm/settings-editor-tabs.html
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...