Rust Tutorial For PHP and JavaScript Developers
– youtu.be - submitted by Nuno Maduro
Read more [youtu.be]
– youtu.be - submitted by Nuno Maduro
Read more [youtu.be]
A comprehensive look at how new CSS features are replacing JavaScript libraries. Anchor positioning, the Popover API, scroll-driven animations, view transitions, customizable selects, and more. The article estimates around 322 kB of JavaScript that can potentially be replaced by native CSS.
Read more [blog.gitbutler.com]
Join 9,500+ smart developers
Get my monthly newsletter with what I learn from running Spatie, building Oh Dear, and maintaining 300+ open source packages. Practical takes on Laravel, PHP, and AI that you can actually use.
No spam. Unsubscribe anytime. You can also follow me on X.
"As a Laravel developer, this is the one newsletter I most look forward to. Freek has a talent for distilling packages or techniques down to something immediately useful - one tip can save you hours and even weeks. It's concise and practical and highly relevant."
– tighten.com - submitted by Kayla Helmick
Learn how to build an AI-powered drawing guessing game. In this little app, users will draw anything they like, and the AI will try to guess what it is.
Read more [tighten.com]
In his talk at Wire:Live talk, Filip Ganyicz explores Bond, a new approach that brings the capabilities of modern JavaScript into your Blade views.
– tighten.com - submitted by Kayla Helmick
This article explores some exciting new features that have been added to the language in recent years, because sometimes vanilla is exactly what you need. If you’re looking to cut down on heavy dependencies or simply get up to date, this one’s for you.
Read more [tighten.com]
– phare.io - submitted by Nicolas Beauvais
Making a visually appealing range input based on Laravel Cloud's design, native HTML and only a few lines of JavaScript.
Read more [phare.io]
– react.gg
A visual exploration of core React concepts
Read more [react.gg]
– jvns.ca
A nice guide by Julia Evans
Read more [jvns.ca]
– myray.app - submitted by Spatie
Read more [myray.app]
– pascalbaljet.dev - submitted by Pascal Baljet
Vue 3.5 has just dropped this week, and it's packed with some nice features and improvements. I have been digging through the release notes and playing around with the new features, so let me glance over the highlights!
Read more [pascalbaljet.dev]
This is an overview of the major techniques used to make web sites and web applications without making use of build tools or frameworks, with just an editor, a browser, and web standards.
Read more [plainvanillaweb.com]
When a single-page application needs to fetch data from a remote source, it needs to do so while remaining responsive and providing feedback to the user during an often slow query. Five patterns help with this
Read more [martinfowler.com]
– mailcoach.app - submitted by Spatie
Read more [mailcoach.app]
– tighten.com - submitted by Jamison Valenta
Single Page Apps... without writing any JavaScript? Let’s do it! Learn how to unlock the power of HTMX in your Laravel applications in our newest blog article from @nicodevs.
Read more [tighten.com]
– tighten.com - submitted by Jamison Valenta
Let's explore Zod: a library that can help us validate data not only on the client but also on the server, and even generate TypeScript types to maintain end-to-end type safety and consistency.
Read more [tighten.com]
– github.com - submitted by Patrick
The vue-ray package has released v2.0, with full script setup/composition api support, reduced overhead, and more.
Read more [github.com]
– atlas.dev - submitted by Mitchell Davis
This article outlines why we use Inertia with Laravel at our agency in 2024, and makes the case for why you should consider using Inertia too.
Read more [atlas.dev]
– tighten.com - submitted by Jamison Valenta
In our latest post, Nico talks about the best state management strategies for your vue.js applications and dives into Pinia, the intuitive store library 🍍
Read more [tighten.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
I've been using Alpine.js for a long time now, these are a few of my favourite plugins.
Read more [ryangjchandler.co.uk]
– ryangjchandler.co.uk - submitted by Ryan Chandler
I built this small little helper tool that makes it easy to see information about key presses inside of JavaScript events.
Read more [ryangjchandler.co.uk]