PHP
★ Exploring Termwind Internals
In this stream on YouTube, Francisco Madeiro, co-creator of Termwind, guides me through the source code of his amazing package to style content on the CLI
In this stream on YouTube, Francisco Madeiro, co-creator of Termwind, guides me through the source code of his amazing package to style content on the CLI
Here’s a handy CLI tool to check if your domain resolves to the expected IP address worldwide. Read more
[AdSense-A]
I'm proud to share that our team has launched a new CLI tool called GitHub Actions Watcher.
Let’s explore the option of firing events on model scopes to add some glue between our feature tests and our unit tests. Read more
Some jQuery Event Methods. jQuery events are those tasks that can be detected by your web application. They are used to create dynamic web pages. An event represents the exact moment when something happens. This Read more…
[AdSense-A]
Last week, Caleb tweeted about a nifty function called invade - that he had made to easily work with private properties and methods.
😈 Whatcha think of my new favorite helper method?
That property/method protected or private? No problemoooo 🔓 pic.twitter.com/HqMXKKpRsJ
— Caleb Porzio (@calebporzio) February 11, 2022
He added that invade function to Livewire. Because I could see myself using this in non-Laravel projects, I packaged up the function in a new package called spatie/invade.
Here’s a free nifty little Mac app that can do a whole bunch of tasks: formatting JSON, encode URLs, generate UUIDS. Read more
What’s all the fuss about React hooks? In our latest blog post, we share the basics of managing state with hooks in a React app. Read more
How many times have you onboarded a new dev onto your team, only to have to spend ages debugging with them because your project’s .env.example file is wildly outdated? Here’s a package that can help Read more…
Auto Save Example In PHP & MYSQL. In this post we’re going to learn how to save data automatically in database on specific time interval using Ajax Jquery with PHP and Mysql. This type of Read more…