Author: admin
Understanding the Immediately Invoked Function Expression (IIFE)
A common pattern in JavaScript is to execute a function as soon as it is declared: (function () { console.log(“Chirp, […]
How to Auto-Deploy Your React Apps with Cloudflare Pages
In this article, I’m going to show you how to very quickly deploy any React application with the help of […]
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 […]