In this article, I’m going to show you how to very quickly deploy any React application with the help of […]
Tutorial Coding Blog
Top Strategies for a Successful Job Search as a Software Engineer (Developer).
Top Strategies for a Successful Job Search as a Software Engineer (Developer)… 1: Use Your Network to Find a Job […]
Using Auth0 With Static Web Apps
One of my favorite features of (the now General Available) Azure Static Web Apps (SWA) is that in the Standard […]
Building A PHP Routing System
What is Routing? Routing is the process of parsing a URI and determining the appropriate action to take. For example, […]
How-To: Formatting Java Output With printf()
The Java System.out.printf() method formats and outputs a string. You specify the data and the format of the output. The […]
Testing of redux-thunk action
In this post, I will present some practical approaches to test an application that uses thunks from the redux-thunk library. […]
A curated list of useful tips, tricks and links related to Laravel, Vue, MySQL and other web development related content
I’ve created a list of useful tips, tricks and links related to PHP, Laravel, Vue, MySQL etc. that I’ve found […]
NeoVim LSP with Intelephense for PHP and WordPress (and others)
Integrate everything in your shiny NeoVim! The post NeoVim LSP with Intelephense for PHP and WordPress (and others) appeared first […]
Building a PHP CMS from Scratch without a Framework
PHP is used by 79.2% of all the websites whose server-side programming language we know. However it can be particularly […]
JS Objects in depth
Hello everyone, we would be covering all about JS objects today which would help you to make better use of […]