PHP

Developer

1 Problem, 24 Programming Languages

code_report created this video that looks at 24 programming language solutions (C, Go, C++, Rust, D, Clojure, Ruby, Elixir, Haskell, Racket, Python, APL, J, BQN, PHP, Scala, Erlang, Typescript, Javascript, Java, Kotlin, Swift, Dart, C#) to one problem. Solutions on GitHub: https://github.com/codereport/LeetCode/tree/master/Problem%20327P1 ADSP Podcast: https://adspthepodcast.com/ Array Cast: https://www.arraycast.com/

Read More
Developer

WordPress Plugin Development: Gutenberg Blocks, React & More

LearnWebCode explains how to develop WordPress plugins and more.

Read More
Developer

PHP For Beginners: a 3+ Hour Crash Course

Your first step in learning PHP. This course goes over all of the fundamentals and create a small PHP/MySQL project.

Read More
Data

Transaction SQL tutorial : SQL Commit and Rollback

A great tutorial on the ACID capabilities of SQL. A transaction is the propagation of one or more changes to the database. For example, if you are creating a record or updating a record or deleting a record from the table, then you are performing transaction on the table. It is important to control transactions […]

Read More
Developer

Web Applications for Everybody Course – Dr. Chuck Teaches HTML, PHP, SQL, CSS, JavaScript, and more!

This beginner’s course is a complete introduction to web application development. Learn how to build dynamic database-backed web sites in this free 14 hour course. Dr. Chuck will teach you how to use HTML, CSS, JavaScript, PHP, MySQL, jQuery, and Handlebars to build web and database applications. Time Stamps: ⌨️ (00:00:00) Web Applications and the […]

Read More
Developer

What is the Fastest Computer Language?

A constant source of debate for computer geeks, retired Microsoft engineer Dave Plummer takes us on a guided tour of 45 different computer languages and drag races each against one another using a prime sieve benchmark.

Read More
Developer

Build a Website from Start to Finish using WordPress

I know that most of you visiting this site are coming for AI and Data related content. However, in this world, if you want to get your message across, you need a website. While WordPress has its flaws, it’s the easiest to setup and the ecosystem around it is second to none. To that end, […]

Read More
Developer Interesting

Can WordPress Run on .NET Core?

Peachpie is an open source project that allows for a seamless interoperability between PHP and .NET applications. In this video, Benjamin and Jakub from the Peachier project show us how they enable developers to run WordPress on .NET Core. Index: [01:19] – Why run WordPress on .NET? [03:22] – What enables WordPress to run on […]

Read More