Advertisement · 728 × 90

Posts by bagwaa

How much has your process for “writing code” changed in the last 12 months?

6 months ago 2 0 0 0
Phparser A modern PHP playground for testing and running PHP code online. Execute PHP scripts in a secure environment with syntax highlighting and real-time feedback.

I’ve been seriously thinking about switching phparser.com over to #WASM, purely on the basis that I know NOTHING about it.

Spinning up docker containers in job classes and then feeding back to the front end using #Laravel Reverb has been way more performant than expected.

#php

7 months ago 2 0 1 0
Post image
9 months ago 5 0 0 0

Nice!

9 months ago 1 0 0 0

Is AI at NFT levels of disdain yet?

9 months ago 2 0 1 0

I’ll be in London from around 4pm tomorrow for Laravel Live UK if anyone wants to hang out?

9 months ago 1 0 1 0
Chockablock - Crow - Part 1
Chockablock - Crow - Part 1 YouTube video by TributeToThePast

Vibe coding

youtu.be/jnWcm5dr45s

10 months ago 1 0 0 0
Post image
10 months ago 8 0 1 0
Post image

Next time …

10 months ago 1 0 0 0
Advertisement

Green dot aviation is seriously one of the best aviation channels on YT, amazing effort he puts in

11 months ago 3 0 1 0

index_bak.php

index_bak2.php

index_bak_old.php

11 months ago 3 0 0 0
Post image

I’ve been quiet on here, mostly been tinkering with Arduino and 3D printing to make sim racing gadgets like this.

11 months ago 7 0 0 0

Seriously considering Rivermind Lux

11 months ago 0 0 0 0

I did not know you were dealing with lymphoma, this is very sad to hear, sending my absolute best wishes John.

11 months ago 0 0 1 0

I think my all time favourite of recent is Arr::sole(), probably have to be British to appreciate that though (maybe).

11 months ago 2 0 0 0

You didn't factor in the fact that you can turn the t-shirt inside out and have a new one for another 10-12 days.

11 months ago 0 0 0 0
Post image

So true ...

11 months ago 10 2 0 1
Post image

Vibe coding …

1 year ago 6 0 1 0

I may have just purchased a 3D printer, I have a business idea but know nothing about 3D printing, let’s go 😀

1 year ago 3 0 0 0
Advertisement

I'm not sure, but I think I have an early winner for "UUID of the year"

ba3c79cc-5d94-4213-aa41-2f614ba90c33

Let me know if you've seen anything better? has to be from 2025 though as we crowned 38db57db-8243-4129-bdec-56017397b62b the winner of 2024

1 year ago 1 0 0 0
Code snippet of how to use Shale package for Laravel

Code snippet of how to use Shale package for Laravel

Pretty happy with the first pass of Shale, just need to build on the AWS Bedrock concepts a little more, however adding additional models is really easy now.

github.com/shale-php/sh...

#Laravel #AI

1 year ago 3 1 0 0

Absolutely love this!

1 year ago 0 0 0 0
Post image

Built my weekend project, my back hurts too much to race now.

1 year ago 6 0 2 0
Post image

Started working on a Laravel package last night to interact with AWS Bedrock (AI with loads of models to choose from) in the usual Laravel way.

#Laravel

1 year ago 3 0 0 0

Just to add, when you pick one, let me know, I can point you to a tonne of great learning resources for both. (paid and free)

1 year ago 0 0 0 0
The Rust Programming Language - The Rust Programming Language by Steve Klabnik, Carol Nichols, and Chris Krycho, with contributions from the Rust Community

the best book I have read, and best of all FREE.

For pure fun, I loved Rust, but honestly I don't think there is a "Wrong" decision here.

doc.rust-lang.org/book/

1 year ago 0 0 1 0

That's just the "Go way" of doing things, for me, Go is great for little http handlers and API stuff, but for me personally, not full scale web apps (subjective).

Rust on the other hand, seems to have a lot less opportunities but is just a shit tonne of fun to learn, "The rust book" is probably

1 year ago 0 0 1 0

However, I see people building full web apps in Go which I just wouldn't do myself since Laravel is so easy and clean.

In go you'll find yourself writing this sort of thing a LOT.

f, err := os.Open("filename.txt")
if err != nil {
log.Fatal(err)
}

At first this feels really icky, however

1 year ago 0 0 1 0
Advertisement

As shit as this sounds, "it depends"

If I were wanting to do something useful in my current situation that could complement what I already know then I would say Go.

Go has a lot of http integration by default, and is really nice out of the box, plus there are a lot more opportunities for it.

1 year ago 0 0 1 0

I learnt both, and both are very fun, I preferred rust I think, the borrow checker is a very different concept but quite simple after using it for a while.

That being said, I found generics in go a lot of fun too 😂

1 year ago 1 0 1 0