Episodes

  • In today's show we discuss more Laravel tutorials and dip our toes deeper into the world of OOP.

    Support the show and get early access to tutorials courses and moreYouTube membership https://www.youtube.com/channel/UCjFs9wBGz4HlEJGUB6jzUmw/joinPatreon: https://www.patreon.com/howtocodewell

    - Laravel tutorial - How to supply multiple parameters to Laravel middleware https://howtocodewell.net/tutorial/laravel-middleware-parameters- PHP course - Login from scratch https://howtocodewell.net/article/php-login-from-scratch-course- Laravel 101 https://dev.to/kazemmdev/laravel-101-everything-you-need-to-know-to-get-started-with-this-popular-php-framework-2gal

  • Today we are going to talk about Laravel collections, conferences and object orientation. Show notes: https://howtocodewell.net/podcast/episode/215Support the show and get early access to tutorials courses and more

    YouTube membership https://www.youtube.com/channel/UCjFs9wBGz4HlEJGUB6jzUmw/join

    Patreon: https://www.patreon.com/howtocodewell- Laravel tutorial - How to pragmatically login to Laravel https://howtocodewell.net/tutorial/pragmatically-logging-into-laravel

    - PHP course - Login from scratch https://howtocodewell.net/article/php-login-from-scratch-course

    - Laracon EU 2025 https://laravel-news.com/laracon-eu-amsterdam-2025

    - Symfony day 2025 https://live.symfony.com/2025-chicago/

    - PHP London https://www.phpconference.co.uk

    - Laravel news https://laravel-news.com/collectedBy

    - Harris Raftopoulos - Laravel CollectedBy https://medium.com/@harrisrafto/customizing-collections-in-laravel-meet-the-collectedby-attribute-3709060fcaa3

    - Wikipedia - Object oriented programming https://en.wikipedia.org/wiki/Object-oriented_programming

  • Missing episodes?

    Click here to refresh the feed.

  • In today's episode we talk about Symfony console input arguments, a Laravel bridge for Digital Ocean and we discuss Software architecture.

    Tutorials mentioned in the show

    How to alter requests in Laravel middleware

    ⁠https://howtocodewell.net/tutorial/how-to-alter-requests-in-laravel-middleware⁠

    What is Laravel middleware: https://howtocodewell.net/tutorial/what-is-laravel-middleware

    Courses mentioned in the show

    PHP login from scratch https://howtocodewell.net/course/php-login-from-scratch

    Linux Bash for beginners https://howtocodewell.net/course/linux-bash-for-beginners

    Docker for beginners https://howtocodewell.net/course/docker-for-beginners

    Please note that through January there is a $5 course sale!

    Show resources

    Laravel Digital Ocean API bridge https://github.com/GrahamCampbell/Laravel-DigitalOcean

    Symfony console prompts

    https://symfony.com/doc/current/console/input.html

    Full show notes https://howtocodewell.net/podcast/episode/214

    Support the show and get early access to tutorials courses and more

    YouTube membership https://www.youtube.com/channel/UCjFs9wBGz4HlEJGUB6jzUmw/joinPatreon: https://www.patreon.com/howtocodewell

  • In today's episode we talk about PHP 8.5, we look back at what has happened to Symfony in 2024 and we discuss choosing the right software architecture.

    Show notes: https://howtocodewell.net/podcast/episode/213

    January course sale: https://howtocodewell.net/article/january-2025-course-sale

    Latest tutorial: What is Laravel middleware: https://howtocodewell.net/tutorial/what-is-laravel-middleware

  • Today we are going to talk about Symfony killer features and why I recommend any PHP developer to learn the Symfony framework.

    I give you 5 reasons why I prefer Symfony to other PHP frameworks.

    Watch the show: https://youtube.com/live/viLmDRCq5nQ

    Show notes: https://howtocodewell.net/podcast/episode/212

    January course sale: ⁠https://howtocodewell.net/article/january-2025-course-sale⁠

    PHP login from scratch course: https://howtocodewell.net/course/php-login-from-scratch

    Join YouTube members: https://www.youtube.com/channel/UCjFs9wBGz4HlEJGUB6jzUmw/join

    Support the show on Patreon: https://patreon.com/howtocodewell

  • Today we are going to do a year in review and also talk about some predictions for Web Development in 2025

    Full write up: https://howtocodewell.net/podcast/episode/211

    January Course Sale: https://howtocodewell.net/article/january-2025-course-sale

  • Today we talk about how new developers can get overwhelmed when learning how to code for the first time and strategies to learn code efficiently and effectively.

    Full write up at https://howtocodewell.net/podcast/episode/210

    January Sale now on. All courses are $5 https://howtocodewell.net/article/january-2025-course-sale

  • HTTP responses is a fundamental component of the Hypertext Transfer Protocol (HTTP) but what are they? In today's show we are going to discuss what they are and why every developer needs to learn how to use them.

    Courses and tutorials mentioned

    PHP Control structures course

    https://howtocodewell.net/course/php-control-structures

    What is a DVCS

    https://howtocodewell.net/article/what-is-a-dvcs

    What is a database

    https://howtocodewell.net/article/what-is-a-database

    What is a database schema

    https://howtocodewell.net/article/what-is-a-database-schema

  • Show notes: https://howtocodewell.net/podcast/episode/208

    Cloudways is offering HTCW viewers 40% the first 4 months of VPS hosting and 40 hassle free migrations.

    https://howtocodewell.net/cloudways

    Laravel tutorials:

    Getting started with continual integration and continual delivery using GitHub Actions

    https://howtocodewell.net/tutorial/getting-started-with-continual-integration-and-continual-delivery-using-github-actions

    How to create a Laravel bash deploy script

    https://howtocodewell.net/tutorial/laravel-bash-ssh-deploy-script

    Build and deploy your first Laravel API

    https://howtocodewell.net/tutorial/build-and-deploy-your-first-laravel-api

  • Join the member only chat and support the showhttps://www.youtube.com/channel/UCjFs9wBGz4HlEJGUB6jzUmw/joinIn today's show we take a look at what is new in PHP 8.4 discuss the Symfony security advisories and talk about when is the best time to build an API.PHP 8.4PHP 8.4 will be released on November 21st 2024 https://wiki.php.net/todo/php84. Some improvements include:- Property hooks - New without parentheses- Asymmetric visibility- array_find- Implicit nullable types- HTML5 support- JIT changes- Lazy objectsPHP 8.4 RFCs and resources- PHP RFC: Property hooks https://wiki.php.net/rfc/property-hooks- PHP RFC: New without parentheses https://wiki.php.net/rfc/new_without_parentheses- PHP RFC: Asymmetric visibility https://wiki.php.net/rfc/asymmetric-visibility-v2- PHP RFC: array_find https://wiki.php.net/rfc/array_find - PHP RFC: Implicit nullable types https://wiki.php.net/rfc/deprecate-implicitly-nullable-types- PHP RFC: HTML5 support https://wiki.php.net/rfc/domdocument_html5_parser- PHP RFC: JIT changes https://wiki.php.net/rfc/jit_config_defaults- PHP RFC: Lazy objects https://wiki.php.net/rfc/lazy-objects- Stitcher blog https://stitcher.io/blog/new-in-php-84Symfony security advisoriesMost of these are for earlier versions on Symfony but some go affect Symfony 7. Please check the list of Symfony security advisories https://symfony.com/blog/category/security-advisories and patch or upgrade.

  • Get 20% off your first 2 Web Hosting months at Cloudwayshttps://platform.cloudways.com/signup?id=182670&coupon=codewell&data1=podcast Join the member only chat and support the showhttps://www.youtube.com/channel/UCjFs9wBGz4HlEJGUB6jzUmw/joinNew PHP Tutorials:How to create a Laravel bash deploy scripthttps://howtocodewell.net/tutorial/laravel-bash-ssh-deploy-scriptWhen to use PHP switch or match statementshttps://howtocodewell.net/tutorial/when-to-use-php-switch-or-if-or-match-statementsHow to concatenate PHP stringshttps://howtocodewell.net/tutorial/how-to-concatenate-php-stringsBuild you first Laravel APIhttps://howtocodewell.net/tutorial/build-and-deploy-your-first-laravel-apiProgramming courses and podcasthttps://howtocodewell.net

  • Show notes:

    https://howtocodewell.net/podcast/episode/205

    Join the How to code well YouTube channel to get premium courses, tutorials and morehttps://www.youtube.com/channel/UCjFs9wBGz4HlEJGUB6jzUmw/join

  • Today I am going to teach you what a database is.

    You can watch the full episode at https://howtocodewell.net/podcast/episode/204

    We're going to cover the following topics:

    - What is data

    - What is a database

    - What is a DBMS

    - What is SQL

    - What is NoSQL

  • We are continuing our mini series on getting into the Software Development industry and today I'm going to discuss how to use social media to your advantage. // Recommended products and servicesManning courses and books - https://www.manning.com/?utm_source=pfwd-1&utm_medium=affiliate&utm_campaign=affiliate&a_aid=pfwd-1Web hosting with Cloudways - https://www.cloudways.com/en/?id=182670// Web Development tutorials and coursesLearn how to become a web developer and level up your programming skills in PHP, Python, JavaScript, Linux and more at https://howtocodewell.net JavaScript courseshttps://youtube.com/playlist?list=PLZdsdjcJ44WWaBGywrjhXjlJnilh6Z0NX&si=GunpkXQ_PTMtS_loPython courseshttps://youtube.com/playlist?list=PLZdsdjcJ44WUgC0NVgVb-sYElKh8wLjEahttps://youtube.com/playlist?list=PLZdsdjcJ44WXkZs76CYt5n9pW6j3WmWeJPHP courseshttps://youtube.com/playlist?list=PLZdsdjcJ44WVQvlMCROYImhEqN4qmf8cShttps://www.youtube.com/playlist?list=PLZdsdjcJ44WXC5m_8HMcoZft2hmytd4lDhttps://www.youtube.com/playlist?list=PLZdsdjcJ44WU6oEDZje8htDMG2qBKSSvuhttps://www.youtube.com/playlist?list=PLZdsdjcJ44WUWbArkekAHznqfJ60vW8V_https://www.youtube.com/playlist?list=PLZdsdjcJ44WUU6i2s73XMK1ZSD9uTPL-zLinux courseshttps://youtube.com/playlist?list=PLZdsdjcJ44WXnRf0t9hw42_IqQ0Vm6BfIDocker courseshttps://www.youtube.com/playlist?list=PLZdsdjcJ44WU_cY2Y1LFLnmsSjFD5BZLZhttps://www.youtube.com/playlist?list=PLZdsdjcJ44WWBHkRiBzspcfhf_YuIOCGnHTML courseshttps://www.youtube.com/playlist?list=PLZdsdjcJ44WUmamJbyAYJ9SGkTffxtiRGhttps://www.youtube.com/playlist?list=PLZdsdjcJ44WVfB5TZ9eWeNMHJAX6njS_AMYSQL courseshttps://www.youtube.com/playlist?list=PLZdsdjcJ44WVBkq0CNfawyI5eXOOcnRxG// Follow How To Code Wellhttps://twitter.com/howtocodewell https://instagram.com/howtocodewellhttps://facebook.com/howtocodewell// Support How To Code WellBe a member on Patreon:https://patreon.com/howToCodeWell⁠Buy me a coffee: https://buymeacoffee.com/howtocodewellDisclaimer: Links included in this description might be affiliate links. If you purchase a product or service with links that I provide I may receive a small commission. There is no additional charge to you. Thank you for supporting How To Code Well

  • Show notes: https://howtocodewell.net/podcast/202

    If you're wondering what you should wear to your next Software Developer interview or what questions you could ask then listen to this episode.

    We are going to talk about a candidates appearance and other things to do with Software Engineering interviews.

  • There are certain things that Software Developers should and should not include on the CV's. Let's talk about how to write a stand out CV so that you can land your next Software Development role.

    // Recommended products and services

    Manning courses and books - https://www.manning.com/?utm_source=pfwd-1&utm_medium=affiliate&utm_campaign=affiliate&a_aid=pfwd-1

    Web hosting with Cloudways - https://www.cloudways.com/en/?id=182670

    // Web Development tutorials and courses Learn how to become a web developer and level up your programming skills in PHP, Python, JavaScript, Linux and more at https://howtocodewell.net

    JavaScript courses https://youtube.com/playlist?list=PLZdsdjcJ44WWaBGywrjhXjlJnilh6Z0NX&si=GunpkXQ_PTMtS_lo

    Python courses

    https://youtube.com/playlist?list=PLZdsdjcJ44WUgC0NVgVb-sYElKh8wLjEa https://youtube.com/playlist?list=PLZdsdjcJ44WXkZs76CYt5n9pW6j3WmWeJ

    PHP courses

    https://youtube.com/playlist?list=PLZdsdjcJ44WVQvlMCROYImhEqN4qmf8cS https://www.youtube.com/playlist?list=PLZdsdjcJ44WXC5m_8HMcoZft2hmytd4lD https://www.youtube.com/playlist?list=PLZdsdjcJ44WU6oEDZje8htDMG2qBKSSvu https://www.youtube.com/playlist?list=PLZdsdjcJ44WUWbArkekAHznqfJ60vW8V_ https://www.youtube.com/playlist?list=PLZdsdjcJ44WUU6i2s73XMK1ZSD9uTPL-z

    Linux courses

    https://youtube.com/playlist?list=PLZdsdjcJ44WXnRf0t9hw42_IqQ0Vm6BfI Docker courses https://www.youtube.com/playlist?list=PLZdsdjcJ44WU_cY2Y1LFLnmsSjFD5BZLZ https://www.youtube.com/playlist?list=PLZdsdjcJ44WWBHkRiBzspcfhf_YuIOCGn HTML courses https://www.youtube.com/playlist?list=PLZdsdjcJ44WUmamJbyAYJ9SGkTffxtiRG https://www.youtube.com/playlist?list=PLZdsdjcJ44WVfB5TZ9eWeNMHJAX6njS_A MYSQL courses https://www.youtube.com/playlist?list=PLZdsdjcJ44WVBkq0CNfawyI5eXOOcnRxG

    // Follow How To Code Well https://twitter.com/howtocodewell https://instagram.com/howtocodewell https://facebook.com/howtocodewell

    // Support How To Code Well Be a member on Patreon: https://patreon.com/howToCodeWell⁠ Buy me a coffee: https://buymeacoffee.com/howtocodewell

    Disclaimer: Links included in this description might be affiliate links. If you purchase a product or service with links that I provide I may receive a small commission. There is no additional charge to you.

    Thank you for supporting How To Code Well

  • In the 200th episode of the How To Code Well podcast we are going to talk about soft skill questions asked during Software Development.

    // Recommended products and servicesManning courses and books - https://www.manning.com/?utm_source=pfwd-1&utm_medium=affiliate&utm_campaign=affiliate&a_aid=pfwd-1Web hosting with Cloudways - https://www.cloudways.com/en/?id=182670


    // Web Development tutorials and coursesLearn how to become a web developer and level up your programming skills in PHP, Python, JavaScript, Linux and more at https://howtocodewell.net JavaScript courseshttps://youtube.com/playlist?list=PLZdsdjcJ44WWaBGywrjhXjlJnilh6Z0NX&si=GunpkXQ_PTMtS_loPython courseshttps://youtube.com/playlist?list=PLZdsdjcJ44WUgC0NVgVb-sYElKh8wLjEahttps://youtube.com/playlist?list=PLZdsdjcJ44WXkZs76CYt5n9pW6j3WmWeJPHP courseshttps://youtube.com/playlist?list=PLZdsdjcJ44WVQvlMCROYImhEqN4qmf8cShttps://www.youtube.com/playlist?list=PLZdsdjcJ44WXC5m_8HMcoZft2hmytd4lDhttps://www.youtube.com/playlist?list=PLZdsdjcJ44WU6oEDZje8htDMG2qBKSSvuhttps://www.youtube.com/playlist?list=PLZdsdjcJ44WUWbArkekAHznqfJ60vW8V_https://www.youtube.com/playlist?list=PLZdsdjcJ44WUU6i2s73XMK1ZSD9uTPL-zLinux courseshttps://youtube.com/playlist?list=PLZdsdjcJ44WXnRf0t9hw42_IqQ0Vm6BfIDocker courseshttps://www.youtube.com/playlist?list=PLZdsdjcJ44WU_cY2Y1LFLnmsSjFD5BZLZhttps://www.youtube.com/playlist?list=PLZdsdjcJ44WWBHkRiBzspcfhf_YuIOCGnHTML courseshttps://www.youtube.com/playlist?list=PLZdsdjcJ44WUmamJbyAYJ9SGkTffxtiRGhttps://www.youtube.com/playlist?list=PLZdsdjcJ44WVfB5TZ9eWeNMHJAX6njS_AMYSQL courseshttps://www.youtube.com/playlist?list=PLZdsdjcJ44WVBkq0CNfawyI5eXOOcnRxG// Follow How To Code Wellhttps://twitter.com/howtocodewell https://instagram.com/howtocodewellhttps://facebook.com/howtocodewell// Support How To Code WellBe a member on Patreon:https://patreon.com/howToCodeWell⁠Buy me a coffee: https://buymeacoffee.com/howtocodewellDisclaimer: Links included in this description might be affiliate links. If you purchase a product or service with links that I provide I may receive a small commission. There is no additional charge to you. Thank you for supporting How To Code Well

  • Let us talk about the weirdness that is currently happening in the Web Development job market and in particular focus on contracting.// Web Development tutorials and coursesLearn how to become a web developer and level up your programming skills in PHP, Python, JavaScript, Linux and more at https://howtocodewell.net JavaScript courseshttps://youtube.com/playlist?list=PLZdsdjcJ44WWaBGywrjhXjlJnilh6Z0NX&si=GunpkXQ_PTMtS_loPython courseshttps://youtube.com/playlist?list=PLZdsdjcJ44WUgC0NVgVb-sYElKh8wLjEahttps://youtube.com/playlist?list=PLZdsdjcJ44WXkZs76CYt5n9pW6j3WmWeJPHP courseshttps://youtube.com/playlist?list=PLZdsdjcJ44WVQvlMCROYImhEqN4qmf8cShttps://www.youtube.com/playlist?list=PLZdsdjcJ44WXC5m_8HMcoZft2hmytd4lDhttps://www.youtube.com/playlist?list=PLZdsdjcJ44WU6oEDZje8htDMG2qBKSSvuhttps://www.youtube.com/playlist?list=PLZdsdjcJ44WUWbArkekAHznqfJ60vW8V_https://www.youtube.com/playlist?list=PLZdsdjcJ44WUU6i2s73XMK1ZSD9uTPL-zLinux courseshttps://youtube.com/playlist?list=PLZdsdjcJ44WXnRf0t9hw42_IqQ0Vm6BfIDocker courseshttps://www.youtube.com/playlist?list=PLZdsdjcJ44WU_cY2Y1LFLnmsSjFD5BZLZhttps://www.youtube.com/playlist?list=PLZdsdjcJ44WWBHkRiBzspcfhf_YuIOCGnHTML courseshttps://www.youtube.com/playlist?list=PLZdsdjcJ44WUmamJbyAYJ9SGkTffxtiRGhttps://www.youtube.com/playlist?list=PLZdsdjcJ44WVfB5TZ9eWeNMHJAX6njS_AMYSQL courseshttps://www.youtube.com/playlist?list=PLZdsdjcJ44WVBkq0CNfawyI5eXOOcnRxG// Follow How To Code Wellhttps://twitter.com/howtocodewell https://instagram.com/howtocodewellhttps://facebook.com/howtocodewell// Support How To Code WellBe a member on Patreon:https://patreon.com/howToCodeWell⁠Buy me a coffee: https://buymeacoffee.com/howtocodewell// Recommended products and servicesManning courses and books - https://www.manning.com/?utm_source=pfwd-1&utm_medium=affiliate&utm_campaign=affiliate&a_aid=pfwd-1Web hosting with Cloudways - https://www.cloudways.com/en/?id=182670Disclaimer: Links included in this description might be affiliate links. If you purchase a product or service with links that I provide I may receive a small commission. There is no additional charge to you. Thank you for supporting How To Code Well

  • Today we are going to talk about deploying a WordPress website using Docker.

    Word Press Docker Install https://github.com/pfwd/wordpress-install

    Programming tutorials: https://howtocodewell.net

    Support the show on

    Patreon: https://www.patreon.com/howToCodeWell