Showing posts from Coding Tutorials category
How to embed Google Drive Audio in HTML Audio Tag
How To SSH Into Minikube VM
Minikube is a lightweight implementation of Kubernetes that runs on …
How To Update Your GitHub Personal Access Token (and add origin)
How to use Firebase v9 with React (setup, authentication and CRUD examples)
How to Use GitHub Copilot in Vscode
How to Create a React App and .NET API in Vscode
React Hook Form Controller v7 Examples (MaterialUI, AntD, and more)
How To Configure C# AWS SDK Credentials In Your Project
How to Run C# in VSCode (and Compile, Debug, and Create a Project)
Top 12 Oh My Zsh Themes For Productive Developers
How to Use Subcommands in Cobra | A Go Cobra Tutorial
Pulumi AWS Tutorial: Create a Lambda Function That Sends You Morning Emails Via SNS
Pulumi Tutorial: Automate Kubernetes Deployments and Operations with this Complete Guide
I'm Off The Fig Waitlist: Terminal AutoCompletion Begins
DynamoDB Crud Examples With Boto3 and Python
Top 10 Oh My Zsh Plugins For Productive Developers
Automate Your Mornings With Logic Apps
In this video, we’ll be using Azure Logic Apps to automate our …
How to Upgrade Git on RHEL7 and CentOS7
Learn Docker in One Hour: From Docker Desktop to Deployment
Manage Docker Easily With VS Code
How to automate the psql password
How to Create An Uptime Monitor For Ghost
How to Set Up Slick Slider (with arrows)
What are WordPress Transients and How Can I Use Them?
How to List Out All Post Tags Alphabetized and Indexed
Display Ninja Forms Submissions On Page By Form Id
How to Create Sticky Sidebar Ads in WordPress (No Plugin Needed)
10 VS Code Extensions that will boost your productivity
In my last post I gave 10 VS Code shortcuts that you need to memorize …
10 VS Code shortcuts to memorize that will boost your productivity
JavaScript For Bulma – Tabs
In this video I'll show you how to add the JavaScript necessary for …
JavaScript For Bulma – Creating a Modal
In this post I'll show you how to add the JavaScript necessary for …
Understanding the JavaScript Reduce Method
One of the hardest JavaScript methods to grasp is the reduce …
A Mezzanine Tutorial 2018 – Build a Blog on the Django Framework
Looking to build a website with Mezzanine CMS? This thorough Mezzanine …
How to Add and Remove a Class From List Items With Pure JavaScript
In this post I'll show you an easy block of code by which you can add …
How To Easily Style A Select Dropdown
If you've ever tried to style a select dropdown you know the …
Let's Create a Bitcoin Price Alert App in Python: Tutorial
Need an alert when Bitcoin prices drop so you can buy? Here's a simple …
A Simple Guide To Gravity Forms CSS
Gravity Forms is hands down the best tool for WordPress forms. Styling …
Setting VS Code to PHP 7 – Executable Not Found
After attempting to try out the new null coalescing operator in PHP 7, …
How To Run Gulp Tasks According To Environment: Production or Development
Key Features of Visual Studio Code That Coders Should Be Using
Many of us have adapted Visual Studio Code as our code editor, but are …
How To Make CSS Changes Without Any Coding Knowledge
We all know the scenario too well:
Client: I need a couple of basic …
Introducing 20 Minute Methods - JavaScript
I posted a video a couple days ago talking about what I feel are three …
What does that e mean in JavaScript and jQuery?
When I first learned the basics of JavaScript, I wasn't told about the …
The Difference Between a Parameter and an Argument
Is there a difference between a parameter and an argument? Are they …
Learn To Code Faster By Understanding These 3 Concepts
How To Exclude Categories From A Specific Search Form In WordPress
Excluding categories in WordPress is a fairly simple endeavor, whether …
How to Display the Primary Category for a Product or Post In WordPress Loop
There will come a time where you will want to display the Primary …
How To Create A Custom Checkbox In Gravity Forms
What's up with that nasty blue checkbox in Gravity Forms? I don't like …
How To Strikethrough Text In The Beaver Builder Pricing Table
There is a real advantage in showing a potential customer not only …
Modifying The Custom Taxonomy Permalink Structure In A Custom Post Type
How To Fix The Elementor GetComputedStyle jQuery Errors
You Elementor users know you've done it a bunch of …
How To Make Elementor Work With The Genesis Front Page
So I have decided to dabble a little with page builders. Seeing that …
How To Setup And Use jQuery in your WordPress Theme
How To Add Google Schema Markup To Custom Menus In Wordpress
There is a lot written out there regarding proper use of Google Schema …
Deploying An AngularJS App To Firebase - Lessons Learned
After using the Firebase database on a recent AngularJS Project, I …
Spark A Child's Interest In Coding With This Silly Program
I keep hearing stories about kids learning to code and it really …
Using Two For Loops In JavaScript: Part 2
In Part 1 we looked at how using two for loops works. In this post, we …
Using Two For Loops In JavaScript: Part 1
So here is an array:
var array = [3, 2, 3, 5, 5, 7, 5, 1];
There are …
A Simple and Practical Explanation of firstChild, childNodes, nodeValue
I recently had an exercise where I was asked to manipulate nodes using …
The Importance of Variable Placement in a JavaScript Function
In a JavaScript function, where you place your variables is VERY …
Two Important JavaScript Loops And A Book Recommendation
Though I was understanding the beginning concepts of JavaScript well …