Johannes Schuba

@joschuba
144 Followers
327 Following
153 Posts
Web Developer 👨‍💻 #Statamic #KirbyCMS #Laravel #PHP #HTML #CSS and stuff. Mostly hacking into a keyboard, often gravel biking through northern Germany 🚵‍♂️ or heading north with a VW Bus. 🚌💨 Ex journalist ZEIT ONLINE / t3n.
Websitehttps://joschuba.digital
GitHubhttps://github.com/joschuba
@futzle
Also RTYI

Always a pleasure to drink a Sunday afternoon coffee and read the Own Your Web newsletter by @matthiasott. Check it out!

https://buttondown.email/ownyourweb/subscribers/fceb86f6-bc20-4bdc-92ae-ce68cf8780b7/archive/issue-04

Own Your Web – Issue 4: First We Pick Our Tools

Hi All! 🤗 In the previous issues, we looked at how having a personal website can change your life and what’s in a domain name. Once you’re fired up and...

Own Your Web

New blog post: "Let’s learn how modern JavaScript frameworks work by building one" https://nolanlawson.com/2023/12/02/lets-learn-how-modern-javascript-frameworks-work-by-building-one/

Some step-by-step instructions on how to build a new JavaScript framework, if you're so inclined. Or just my way of learning how they all work!

Let’s learn how modern JavaScript frameworks work by building one

In my day job, I work on a JavaScript framework (LWC). And although I’ve been working on it for almost three years, I still feel like a dilettante. When I read about what’s going on in …

Read the Tea Leaves
The restaurant nearest Google

Thai Food Near Me, Dentist Near Me, Notary Near Me, Plumber Near Me are among the businesses across the country meant to game Google SEO. Does it actually work?

The Verge
Recommend this video that shows a really nice way to build a #Laravel blog with page-based routing, markdown content and static site generation. Plus: You get an intro to #LaravelVolt and #LaravelFolio. The exact way I would do it. https://www.youtube.com/watch?v=drLTFKylASI
Can we use Laravel as a Next.js alternative?

YouTube

If you change the ?utm_source param of a social link to a swear word, will it show up in some marketing person's slide deck when they present their monthly update to their bosses?

I don't know.

But I might have a new hobby.

New features galore!

We shipped quite a few neat additions to Statamic and our other packages in the past few weeks.

Read the summary over on our blog:
https://statamic.com/blog/statamic-hq-update-aug-31

Multi-Site Permissions, Fancy Prompts, SSG Updates, and More! - The Statamic Blog

In the last few weeks we've added Multi-Site Permissions, enhanced our CLI with Laravel's new Prompts goodness, and gave our SSG package some love with support for highly customizable pagination URLs and routes.

Statamic
If you ever wanted a visual to explain how binary in works.
Mary UI gives you a nice set of #Laravel Blade components for #Livewire 3. #TailwindCSS and daisyUI under the hood. Looks really handy! https://laravel-news.com/maryui-livewire3
Mary UI: Laravel Blade Components for Livewire 3

MaryUI is a UI library that gives you gorgeous Laravel Blade components made for Livewire 3 and styled with DaisyUI and Tailwind

Laravel News

✍️ Fast database queries are not always better

You probably think fast database queries are good.

You also probably think slow database queries are bad.

But are they? I promise answers, Laravel tips, and typos.

https://timacdonald.me/fast-database-queries-are-not-always-better/

Fast database queries are not always better by Tim MacDonald

You probably think fast database queries are good. You also probably think slow database queries are bad. On top of all of these "thinks" you have about database queries - there is a certain Laravel method that, if you’ve seen it, you probably think you understand…but there is a chance you don’t.

Tim MacDonald