mike make dev

1K posts

mike make dev banner
mike make dev

mike make dev

@lets_make_dev

Every day, I code.

شامل ہوئے Nisan 2022
180 فالونگ114 فالوورز
mike make dev ری ٹویٹ کیا
David Carr
David Carr@dcblogdev·
Just before Laravel 13 support was added to Laravel Modules a whole bunch of fixes have been released including support for using Inertia in modules, documented what's available at laravelmodules.com/docs/13/resour…
David Carr tweet media
English
0
1
4
180
mike make dev
mike make dev@lets_make_dev·
@wendell_adriel It’s a fun chart! It seems like there’s a natural progression of being “born” into AI. I do bump into L6 but what limits me is agent-locks. Claude has hooks to show which files it’s modified during its session and I haven’t got around to locking out other agents from edits.
English
0
0
1
27
mike make dev
mike make dev@lets_make_dev·
@SergioRocks I’m not sure about that. We’ve automated our tickets into our agents. Users just become part of the development process now and their feedback gets addressed early.
English
0
0
0
48
Sergio Pereira
Sergio Pereira@SergioRocks·
Ticket-driven software development is slowly dying. For years, the workflow looked like this: - PM writes the ticket - Engineer picks it up - Engineer ships the code Repeat. That model made sense when writing code was the bottleneck. But it isn’t anymore. AI tools can generate large chunks of implementation. Scaffolding, tests, refactors, even entire features. The constraint moved. The hard part is now: - Choosing the right problem to tackle - Structuring the system correctly - Deciding what not to build That is why engineers are increasingly expected to own outcomes, not tickets. Instead of: - “Implement this API endpoint.” The work becomes: - What problem are we actually solving? - What’s the smallest thing we can ship that users will use? - How do we know it worked once it’s live? The engineers who adapt to this shift will thrive.
English
54
29
307
58.1K
mike make dev
mike make dev@lets_make_dev·
@dcblogdev Thanks David. I've been using your package for a few years now. I just purchased your book and would love to continue to support your work. I appreciate the time you took to provide a response!
English
1
0
1
6
David Carr
David Carr@dcblogdev·
working on getting support for Inertia with Laravel Modules, very rough implementation but its working, some refinement to do. biggest problem is somehow getting static analysis to understand the vue pages are loaded from modules and not the default path
David Carr tweet mediaDavid Carr tweet media
English
2
1
25
2.1K
mike make dev
mike make dev@lets_make_dev·
I haven't checked your book out, but how do you handle modules pushing views or components into other modules? For example, if you have a LayoutModule you might create an AboutUsPageModule, and when About Us is loaded it can inject a link into the LayoutModule's navigation. Is this a pattern you've considered much?
English
2
0
0
15
David Carr
David Carr@dcblogdev·
@lets_make_dev most of what I build uses, modules definitely help isolate things.
English
1
0
1
29
Luke Diebold
Luke Diebold@LukeDiebold·
@lets_make_dev @_newtonjob Damn, I'm loving this idea! The chrome extension could literally just be a string you paste in. Then maybe automatically rotate the key in production every day or so.
English
2
0
0
46
Newton Job
Newton Job@_newtonjob·
Want to use your app in prod with debug mode turned on whilst turned off for other users? You can turn on debug mode at runtime based on your IP address. This trick massively helped us better debug an issue, since we can see errors more clearly with queries in the debugbar.
Newton Job tweet media
English
2
20
120
8.3K
mike make dev
mike make dev@lets_make_dev·
I was talking with a friend today and told him the same thing. AI on existing code bases work amazingly. I’m well aware of the frustration with new AI projects. But I started a project in January and it’s been a dream. I credit the success with a plugin systems for each feature. It’s easier to isolate the AI to a specific scope.
staysaasy@staysaasy

And to be clear I vibe code stuff successfully on top of existing codebases. But that’s like me using a magic sniper rifle at a problem - narrow, focused, careful. This was one of my first attempts since the model enhancements at using a magic machine gun and it feels great when doing it but when the smoke clears I realized there are bullet holes in a lot of places that weren’t targets.

English
0
0
0
16
mike make dev ری ٹویٹ کیا
staysaasy
staysaasy@staysaasy·
And to be clear I vibe code stuff successfully on top of existing codebases. But that’s like me using a magic sniper rifle at a problem - narrow, focused, careful. This was one of my first attempts since the model enhancements at using a magic machine gun and it feels great when doing it but when the smoke clears I realized there are bullet holes in a lot of places that weren’t targets.
English
4
5
214
24.5K
mike make dev
mike make dev@lets_make_dev·
It’s weird. I’ll share something. I add a secret header param to access different tenants on a multi tenant site. It’s usually set by default — ex: test-site.com. But one day, I went to a public facing website and it redirected me to my test site. It was super confusing at first but happens quite often when visiting a “specific” website in a specific stack. Use random keys or other people might find your debug flows.
English
1
0
0
50
Luke Diebold
Luke Diebold@LukeDiebold·
@_newtonjob @lets_make_dev You could have a secret in your env and some kind of a "debug-secret" header. This is a really cool idea I've never thought of! For some reason... still make me nervous though.
English
1
0
1
42
mike make dev
mike make dev@lets_make_dev·
@wendell_adriel Looks great! Congrats on the launch. I’m finally getting around to my new website too. Any year now… 🤪 stay tuned.
English
1
0
1
23
Wendell Adriel
Wendell Adriel@wendell_adriel·
I wanted to update my website for quite a while, but didn’t have time to. I tried before with AI, but without screenshots and mockups it didn’t went well. So I provided some screenshots and mockups (also generated with AI) to be aligned with what I wanted and let AI in a loop and TBH, I liked the result. Check my updated website in the link below. 👇
English
2
0
11
1.8K
mike make dev
mike make dev@lets_make_dev·
Orca is an AI Agent Orchestrator for your Laravel apps. It uses Livewire under the hood, amongst other things. I just added support for tmux, allowing to pop sessions out into the desktop. Follow/repost for me agentic Laravel. github.com/lets-make-dev/…
English
0
0
0
35
mike make dev
mike make dev@lets_make_dev·
Wait… so you can embed an AI agent terminal 🤖🖥️ directly inside a Laravel + Livewire app ⚡️, keep the session alive, and then pop that same terminal out into the desktop? 👀 Yeah… this is getting interesting.
English
1
0
0
38
mike make dev
mike make dev@lets_make_dev·
@RinodeBoer What if you could automate the screenshot process? I’m creating a framework to bring the dev experience to the front end… but you would need to take your project to Laravel.
English
0
0
0
76
Rino
Rino@RinodeBoer·
I vibe coded a WordPress plugin with Claude within one day. I didn't even look at the code once, all I had to do was provide Claude with screenshots when things went wrong. So it's starting to look like the future belongs to people with ideas. The technical moat is disappearing fast.
English
17
1
46
5.5K
Hammed Oyedele
Hammed Oyedele@devhammed·
Can you run a terminal session on the Web through PHP? The answer is yes. This is the result of my experiment with the PHP proc_open function, Ratchet PHP Websocket server and Xterm.js. 👌👌👌👌
English
2
3
27
1.2K
mike make dev
mike make dev@lets_make_dev·
What we're cooking over here with Orca -- an agent orchestrator for your Laravel Livewire applications.
English
2
0
1
98
mike make dev
mike make dev@lets_make_dev·
If you like this and want to see me, be sure to give me a follow! Previously I built a go-terminal wrapper for session management, but I saw a project by @devhammed to embed a terminal process directly into PHP. Took some finagling, but boy does it work great!
English
0
0
3
324
mike make dev ری ٹویٹ کیا
Wendell Adriel
Wendell Adriel@wendell_adriel·
I just released ⚡️SlideWire A package to create beautiful presentations with Blade/Livewire only, without any JS! 🔥 It uses Phiki for code highlight and integrates in Laravel apps as routes, so you can also create beautiful websites with slide-like animations! 🚀 Check the website and docs in the link below 👇
Wendell Adriel tweet media
English
14
35
218
21.3K