The Ultimate Polyglot Experiment: Mixing PHP, Python, and JavaScript in One App

Ever wondered what happens when you combine three of the most popular programming languages into a single execution flow? In this tutorial, we’re going to build a fun, quirky “polyglot” project. We will use PHP as our server-side entry point, which will execute a Python script behind the scenes to generate an HTML page, which … Read more

Dependent dropdown using Axios in Laravel 9

In this article we’ll create dependent dropdown / dynamic select menu using Axios and pure JS in Laravel 9. For this article we’ll utilize the models and data created in a previous article. So, first follow the steps given there for creating models, migrations, and relationship and then continue from here. By following the above-mentioned … Read more

Top programming languages 2022-2025

This article will highlight what actually matters right now and how programming languages landscape is shaping up in shorter to medium term. The article will only cover the real programming languages, therefore just set aside HTML, CSS, SQL, Bash / shell script etc. for a while. So, without further ado, let’s go! Here are top … Read more