WooCommerce API: A Guide to Writing Your First Script
#php #woocommerce #wordpress #woocommerceplugins #wordpressplugin #dataintegration #webdevelopment #datamanipulation
https://hackernoon.com/woocommerce-api-a-guide-to-writing-your-first-script
#php #woocommerce #wordpress #woocommerceplugins #wordpressplugin #dataintegration #webdevelopment #datamanipulation
https://hackernoon.com/woocommerce-api-a-guide-to-writing-your-first-script
Hackernoon
WooCommerce API: A Guide to Writing Your First Script | HackerNoon
A step by step guide to building a WooCommerce Plugin using the API
Time Data Series: How to Work With PHP Zmanim
#php #timecalculations #jewishtime #judaism #timedata #realtimedata #phpzmanim #realtimedatacoding
https://hackernoon.com/time-data-series-how-to-work-with-php-zmanim
#php #timecalculations #jewishtime #judaism #timedata #realtimedata #phpzmanim #realtimedatacoding
https://hackernoon.com/time-data-series-how-to-work-with-php-zmanim
Hackernoon
Time Data Series: How to Work With PHP Zmanim | HackerNoon
Taking the output from PHP Zmanim and making it more readable, as well as using it to get common (and not-so-common) time calculations.
How I Tried to Automate Job Applications as a Software Engineer in Canada (and Failed)
#javascript #jobhunting #jobs #job #openai #php #google #automatedjobapplication
https://hackernoon.com/how-i-tried-to-automate-job-applications-as-a-software-engineer-in-canada-and-failed
#javascript #jobhunting #jobs #job #openai #php #google #automatedjobapplication
https://hackernoon.com/how-i-tried-to-automate-job-applications-as-a-software-engineer-in-canada-and-failed
Hackernoon
How I Tried to Automate Job Applications as a Software Engineer in Canada (and Failed)
A job hunt quest in a new country, using tech to make the process easier: RSS feeds, server-side scripts, custom Chrome extension and AI to add a personal touch
Laravel Under The Hood - How to Extend the Framework
#php #laraveltutorial #fakerphp #laravelframework #validgeneratorexplained #whatisuniquegenerator #hackernoontopstory #howtoextendaframework
https://hackernoon.com/laravel-under-the-hood-how-to-extend-the-framework
#php #laraveltutorial #fakerphp #laravelframework #validgeneratorexplained #whatisuniquegenerator #hackernoontopstory #howtoextendaframework
https://hackernoon.com/laravel-under-the-hood-how-to-extend-the-framework
Hackernoon
Laravel Under The Hood - How to Extend the Framework | HackerNoon
Laravel wraps FakerPHP, which we usually access through the `fake()` helper. Faker PHP comes with modifiers like `valid()` and `unique()`
PHP Development: Creating Toggleable Laravel Routes with Attributes
#laravel #php #webdevelopment #routemanagement #reflectionapi #phpdevelopment #middleware #routes
https://hackernoon.com/php-development-creating-toggleable-laravel-routes-with-attributes
#laravel #php #webdevelopment #routemanagement #reflectionapi #phpdevelopment #middleware #routes
https://hackernoon.com/php-development-creating-toggleable-laravel-routes-with-attributes
Hackernoon
PHP Development: Creating Toggleable Laravel Routes with Attributes | HackerNoon
PHP 8 has introduced attributes that are quite impressive and powerful, and this article will use them to toggle Laravel routes on and off. How cool is that?
Laravel's Strategy Pattern: The Manager Under the Hood
#php #laravelphpframework #softwarearchitecture #designpatterns #laravel #managerpatterns #phpframework #objectorientedprogramming
https://hackernoon.com/laravels-strategy-pattern-the-manager-under-the-hood
#php #laravelphpframework #softwarearchitecture #designpatterns #laravel #managerpatterns #phpframework #objectorientedprogramming
https://hackernoon.com/laravels-strategy-pattern-the-manager-under-the-hood
Hackernoon
Laravel's Strategy Pattern: The Manager Under the Hood | HackerNoon
Have you ever wondered how Laravel switches between different drivers' implementations? Well, hang tight, we will learn how!
Code to an Interface: Everything You Need to Know
#solidprinciples #softwarearchitecture #php #codetoaninterface #codingtutorial #openclosedprinciple #liskovsubstitutionprinciple #hackernoontopstory
https://hackernoon.com/code-to-an-interface-everything-you-need-to-know
#solidprinciples #softwarearchitecture #php #codetoaninterface #codingtutorial #openclosedprinciple #liskovsubstitutionprinciple #hackernoontopstory
https://hackernoon.com/code-to-an-interface-everything-you-need-to-know
Hackernoon
Code to an Interface: Everything You Need to Know | HackerNoon
How often have you heard "Code to an interface"? I'm sure, at least a few times, and I know it can be hard to understand at first. So let's see what it means.
Laravel Under The Hood - What Are Facades?
#laravel #laravelframework #php #designpatterns #whatarefacades #laraveltipsandtricks #hackernoontopstory #regularfacadesexplained
https://hackernoon.com/laravel-under-the-hood-what-are-facades
#laravel #laravelframework #php #designpatterns #whatarefacades #laraveltipsandtricks #hackernoontopstory #regularfacadesexplained
https://hackernoon.com/laravel-under-the-hood-what-are-facades
Hackernoon
Laravel Under The Hood - What Are Facades? | HackerNoon
Laravel offers an elegant method-calling feature called Facades. They resemble static methods, but well, they are not! What kind of magic is Laravel doing?
Understanding Authentication: A Guide to Cookie-Based and Session-Based Authentication
#authentication #php #webdevelopment #backend #cookies #session #websecurity #fullstackdevelopment
https://hackernoon.com/understanding-authentication-a-guide-to-cookie-based-and-session-based-authentication
#authentication #php #webdevelopment #backend #cookies #session #websecurity #fullstackdevelopment
https://hackernoon.com/understanding-authentication-a-guide-to-cookie-based-and-session-based-authentication
Hackernoon
Understanding Authentication: A Guide to Cookie-Based and Session-Based Authentication
Cookies-Based Authentication Vs. Session-Based Authentication: All You Should Know!
Laravel Envoy - How to Automate the Boring Stuff
#laravel #automation #php #howtoconfigurenginx #whatisnginx #sshkeyconfiguration #laraveltipsandtricks #hackernoontopstory
https://hackernoon.com/laravel-envoy-how-to-automate-the-boring-stuff
#laravel #automation #php #howtoconfigurenginx #whatisnginx #sshkeyconfiguration #laraveltipsandtricks #hackernoontopstory
https://hackernoon.com/laravel-envoy-how-to-automate-the-boring-stuff
Hackernoon
Laravel Envoy - How to Automate the Boring Stuff
If you feel like you are doing the same things over and over again, it's time to automate, and this article is all about how to do it!
Laravel Zero - How to Build a TCP Server
#servers #tcpserver #laravel #php #laravelzeroguide #tcpserverexplained #howtobuildaserver #serverguide
https://hackernoon.com/laravel-zero-how-to-build-a-tcp-server
#servers #tcpserver #laravel #php #laravelzeroguide #tcpserverexplained #howtobuildaserver #serverguide
https://hackernoon.com/laravel-zero-how-to-build-a-tcp-server
Hackernoon
Laravel Zero - How to Build a TCP Server
Building console applications can be a lot of fun, but also quite challenging. However, Laravel Zero makes it incredibly easy and way more enjoyable!
Duplicating a Database Record in Laravel
#php #laravel #programming #githubcopilot #chatgpt #softwaredevelopment #database #webdevelopment
https://hackernoon.com/duplicating-a-database-record-in-laravel
#php #laravel #programming #githubcopilot #chatgpt #softwaredevelopment #database #webdevelopment
https://hackernoon.com/duplicating-a-database-record-in-laravel
Hackernoon
Duplicating a Database Record in Laravel
Using the replicate() method to duplicate a database record in Laravel.
How to Use PHP Attributes to Create and Use a Custom Validator in Symfony
#php #symfony #webdevelopment #phpattributes #customvalidator #whatarephpattributes #customvalidatorguide #phpguide
https://hackernoon.com/how-to-use-php-attributes-to-create-and-use-a-custom-validator-in-symfony
#php #symfony #webdevelopment #phpattributes #customvalidator #whatarephpattributes #customvalidatorguide #phpguide
https://hackernoon.com/how-to-use-php-attributes-to-create-and-use-a-custom-validator-in-symfony
Hackernoon
How to Use PHP Attributes to Create and Use a Custom Validator in Symfony
This blog post will guide you through creating and using a custom validator in Symfony to validate UK mobile number prefixes using PHP attributes.
BuT, BuT, BuT aUtH iS HaaRrRrRrRrRd
#oauth2 #auth #foss #oidc #expressjs #node #php #hackernoontopstory
https://hackernoon.com/but-but-but-auth-is-haarrrrrrrrrd
#oauth2 #auth #foss #oidc #expressjs #node #php #hackernoontopstory
https://hackernoon.com/but-but-but-auth-is-haarrrrrrrrrd
Hackernoon
BuT, BuT, BuT aUtH iS HaaRrRrRrRrRd
Auth isn't hard. It's boring, red-tapey, a solved problem... but don't call it hard as a blanket statement.
Time Data Series: Continuing the Rest of the Story
#timedataseries #phpzmanim #php #phpguide #phptutotial #whatiszmanim #hackernoontopstory #timecalculations
https://hackernoon.com/time-data-series-continuing-the-rest-of-the-story
#timedataseries #phpzmanim #php #phpguide #phptutotial #whatiszmanim #hackernoontopstory #timecalculations
https://hackernoon.com/time-data-series-continuing-the-rest-of-the-story
Hackernoon
Time Data Series: Continuing the Rest of the Story
The goal today is to explore uses of PHP Zmanim that move beyond the relatively straightforward use of the library.
How To Use Mod_Rewrite To Remove Your (.PHP) Extension From Your Work
#webdev #php #coding #advance #phpurlrewrite #removephpextension #mod_rewriteguide #apacheurlredirection
https://hackernoon.com/how-to-use-mod_rewrite-to-remove-your-php-extension-from-your-work
#webdev #php #coding #advance #phpurlrewrite #removephpextension #mod_rewriteguide #apacheurlredirection
https://hackernoon.com/how-to-use-mod_rewrite-to-remove-your-php-extension-from-your-work
Hackernoon
How To Use Mod_Rewrite To Remove Your (.PHP) Extension From Your Work
Learn how to remove .php extensions from URLs using mod_rewrite in .htaccess, with steps to enable cleaner, SEO-friendly URLs on your Apache server.
Illuminate Collections vs PHP Arrays
#php #larave #arrays #laravelframework #laravelcollections #phparrays #illuminatecollections #hackernoontopstory
https://hackernoon.com/illuminate-collections-vs-php-arrays
#php #larave #arrays #laravelframework #laravelcollections #phparrays #illuminatecollections #hackernoontopstory
https://hackernoon.com/illuminate-collections-vs-php-arrays
Hackernoon
Illuminate Collections vs PHP Arrays
Comparison for readability and performance between PHP Arrays and Laravel Collections
The HackerNoon Newsletter: Why Laziness is a Superpower (10/25/2024)
#hackernoonnewsletter #noonification #latesttectstories #php #startups #mostexpensivegames #ai #thesimulationstrategists
https://hackernoon.com/10-25-2024-newsletter
#hackernoonnewsletter #noonification #latesttectstories #php #startups #mostexpensivegames #ai #thesimulationstrategists
https://hackernoon.com/10-25-2024-newsletter
Hackernoon
The HackerNoon Newsletter: Why Laziness is a Superpower (10/25/2024) | HackerNoon
10/25/2024: Top 5 stories on the HackerNoon homepage!
Laravel Under The Hood - The Magic of Macros
#php #laravel #codedesign #laravelmacros #whataremacros #laraveltipsandtricks #laravelguide #laraveltutorial
https://hackernoon.com/laravel-under-the-hood-the-magic-of-macros
#php #laravel #codedesign #laravelmacros #whataremacros #laraveltipsandtricks #laravelguide #laraveltutorial
https://hackernoon.com/laravel-under-the-hood-the-magic-of-macros
Hackernoon
Laravel Under The Hood - The Magic of Macros
One way to extend Laravel with custom methods is through macros and mixins. Let me show you how!
Code Smell 283 - Unresolved Meta Tags
#cleancode #softwaredevelopment #php #phpdevelopment #unresolvedmetatags #metatags #metatagstroubleshooting #metatagsguide
https://hackernoon.com/code-smell-283-unresolved-meta-tags
#cleancode #softwaredevelopment #php #phpdevelopment #unresolvedmetatags #metatags #metatagstroubleshooting #metatagsguide
https://hackernoon.com/code-smell-283-unresolved-meta-tags
Hackernoon
Code Smell 283 - Unresolved Meta Tags
Incomplete or null meta tags break functionality and user experience.