Blog
Topics
50 articles found under 'tutorials'
Sep 10, 2023
, updated on: Sep 23, 2023
How to Syntax Highlight Code in Next.js with Highlight.js
Let’s see how to highlight code blocks in Next.js with the help of highlight.js. Also discussing the pros and cons of client-side and server-side highlighting.
Aug 11, 2023
, updated on: Aug 18, 2023
How to Use SweetAlert? An Alternative to JavaScript alert(), confirm(), and prompt()
An overview of SweetAlert, a JavaScript package that allows creating stylish alert boxes – discussing installation via NPM, example usages.
Jun 18, 2022
, updated on: Dec 14, 2022
How to Redirect a Page in PHP & Discussing header() and its Alternatives
Discussing how to redirect a webpage to another using PHP – permanent and temporary redirects.
Jun 8, 2022
, updated on: Dec 17, 2022
How to Handle Forms in PHP
Learn how to handle HTML forms using PHP – discussing $_POST, basic form validation, and sessions
Jun 5, 2022
, updated on: Dec 3, 2022
How to Setup PHP Development Environment using Docker
Learn how to setup a PHP development environment using Docker
Jun 5, 2022
, updated on: Dec 3, 2022
How to Set Up Nginx Reverse Proxy for Node.js Application
This post shows how to deploy a Node.js application behind an Nginx reverse proxy server. Also discussing Git deployment and SSL setup.
Mar 6, 2022
How to Clear Cache in WordPress
Caching-related issues are common in WordPress.This post discusses some of the things you can try to clear cache in WordPress websites.
Feb 1, 2022
How to add custom post types in WordPress
Learn how to add custom post types in WordPress, with & without using plugins. Also discussing custom taxonomies & custom fields.
Jan 2, 2022
How to Add Adobe Fonts to a WordPress Website
Showing how to add Adobe Fonts to a WordPress website. Find a font, get the CSS link, and embed it to a site. Video included.
Nov 30, 2021
, updated on: Dec 24, 2021
How to Add Font Awesome to WordPress [Manually & Optimized]
Learn how to add Font Awesome Icons to your WordPress website manually. Also, see how you can reduce the size of the font files.
← Previous
Next →