Writing Wordle In JavaScript
A nice video tutorial by Bert De Swaef.
A nice video tutorial by Bert De Swaef.
– ralphjsmit.com - submitted by Ralph J. Smit
In this tutorial I'll show you how to use event listeners to stop outgoing emails just before they're sent.
Read more [ralphjsmit.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.
"Freek publishes a super resourceful and practical newsletter. A must for anyone in the Laravel space"
Good tips by Jeffrey Way
Read more [laracasts.com]
Here's Jess Archer showing how you can recreate the GitHub UI with Tailwind.
Loris Leive wrote a very comprehensive series on how to get started developing for Solana
Read more [lorisleiva.com]
– doeken.org - submitted by Doeke Norg
Quick access to the highest or lowest value of a dataset.
Read more [doeken.org]
Chris Fidao wrote another excellent post on AWS.
Read more [laravel-news.com]
Learn how to use Laravel Spotlight to supercharge your web application with an easy-to-use command palette that your users will love.
Read more [philo.dev]
Knowing how to compile PHP will open one of the few doors necessary for contributing to the PHP language. Once you get familiar with this it will be much easier for you to contribute in many ways such as running tests and uploading reports, writing new tests by yourself and bug reporting/fixing.
Read more [thephp.website]
Gotta love TypeScript
Read more [madewithlove.com]
This page explains use cases and examples of SSH tunnels while visually presenting the traffic flows.
Read more [robotmoon.com]
Justin Jackson created a cool tutorial on how to create a basic landing page.
Read more [justinjackson.ca]
At the time of writing there is no version of Imagick compatible with PHP 8. Fortuntely, the version on the master brach of the Imagick repo seems to work. Here's how you can use it. Clone the repo somewhere on disk Follow the steps mentioned here to create the extension. cd <directory of cloned…
– ryangjchandler.co.uk - submitted by Ryan Chandler
We all come across tasks that are repetitive and probably struggle to find ways of making them more re-usable in our Alpine components. Since v2.5 we can register custom magic variables that can help us out with that.
Read more [ryangjchandler.co.uk]
Max Kostinevich explains how to create your own Geolocation service using Cloudflare workers.
Read more [maxkostinevich.com]
– tighten.co - submitted by Matt Stauffer
Learn how to build cross-platform, native mobile apps using familiar Vue.js syntax and Tailwind CSS.
Read more [tighten.co]
Confused by DNS Records? A, CNAME, ALIAS...
— Chris Achard (@chrisachard) October 28, 2019
Me too ?
Let's change that! (cheatsheet at the end)
? DNS Record crash course for web developers ?
Read more [twitter.com]
CASE is SQLs answer to other programming languages IF-ELSE statement. If you need to test a condition and return a value CASE is the expression you need.
Read more [www.helenanderson.co.nz]
Kent C. Dodds guides us through creating our first function on Netlify.
Luckily for us, almost exactly one year ago from the time I'm writing this, Netlify took the complexity of AWS Lambda functions and made it super simple.
Read more [kentcdodds.com]
Lorna Jane gives a good overview of the tools available when working on an API.
As Web Developers, we need to know how to work with HTTP from every angle. I gave a 2-hour tutorial at PHP UK that included some of my most trusted tools - but it was sold out and a bunch of people asked me if there was video (there wasn't, tutorials make little sense when videoed). Instead, I thought I'd try to set out a self-study version of the workshop (I rarely teach these days so I'm unlikely to deliver it anywhere else).
Read more [lornajane.net]