Building Laravel Herd, https://t.co/8HwtSFyXJM , https://t.co/vuTdNhyRXo, NativePHP, and other tools for devs. Follow my product dev journey. CTO at @beyondcode
3 subscribers
Feb 27 β’ 7 tweets β’ 2 min read
The Command and Conquer source code was open sourced today and it's full of amazing comments π
Exhibit A: The "we will fix it later"
You gotta give your (ex)colleagues some credit too!
Nov 17, 2022 β’ 30 tweets β’ 9 min read
Let's try something new!
I saw this in my timeline today.
You can run JS code right from your GitHub issues by mentioning "robobun" followed by the code.
So obviously, my initial reaction is: It would be cool if we could make this work with PHP π€―
Let's try and build this π§΅
First of all, we need a GitHub username that we can mention...
Tinkerwell is already taken...
So is "artisan" (obviously).
phptinker is still available - let's go with that.
Aug 23, 2022 β’ 10 tweets β’ 4 min read
At @getsendstack we tried a lot of existing content/email/markdown editors. We wanted something that we would absolutely LOVE to use ourselves. But nothing really felt quite right. There were always too many trade-offs that we had to make.
Follow me into the WYSIWYG rabbit holeπ°
Pure Markdown editors are cool, but have you ever tried to link an image in a pure markdown editor like EasyMDE?
I know, markdown is for a technical audience, but come on...we should get a better UX than this, right?
Mar 22, 2022 β’ 7 tweets β’ 2 min read
We all know console.log β but there's a lot more to the DevTools console than you might know!
Measure time, count code calls, group logs, display objects in a table, and even style your log output using CSS!
π
Use console.count to quickly increment a counter, every time your code gets called.
Jan 13, 2022 β’ 9 tweets β’ 3 min read
Developers, get to know your terminal!
Here are some π₯ tips for bash and ZSH users that will make you more productive.
π§΅
Do you ever need to create a new folder via CLI just to cd into it right after?
No need to β just use the "mkcd" or "take" command in ZSH π
Jan 12, 2022 β’ 9 tweets β’ 3 min read
Blade, the powerful template engine in @laravelphp has some amazing features that will help you save keystrokes and time.
It offers custom directives, if conditions, view components, and much more...
Here are some of my tips π§΅
Make use of the built-in "includeWhen" and "includeUnless" directives to get rid of those ugly if conditions.
Jan 10, 2022 β’ 9 tweets β’ 3 min read
π Over the years I've written a lot of Eloquent queries in @laravelphp
Here's a collection of tips on how you can improve the performance/readability/maintainability of those queries.
π§΅
Use the "chunk" or "cursor" method when looping over large datasets
Mar 8, 2021 β’ 9 tweets β’ 2 min read
There is SO much work involved in creating and giving great conference or meetup talks.
A thread π
1. Find an interesting topic/talk title π‘
Talk about the things that you are passionate about. Still, narrowing it down so that it can be condensed to a talk, can be tricky.
2. Create a structured outline for your talk π
I start out my talks by creating a short outline of the topic and the key points that I want to come across. I ask myself: with what kind of feeling do I want people to go out of my session?
Oct 14, 2020 β’ 7 tweets β’ 2 min read
A lot of times, I get asked how we at @beyondcode can be so productive.
Here are my tips taken from years of releasing new video courses, developer tools or exciting open source software.
A thread:
πββοΈ Peace of mind
Got a deadline for a client project? Stressful clients?
Good luck with your side projects.
You canβt prevent this entirely, but (if possible) try to choose your clients wisely, to reduce possible problems when working together.