Tutorial
25 posts tagged with "Tutorial"
Using React's Proxy to get ahead of CORS & use HTTPS for API calls
My experience of managing to use CRA React's Proxy feature to proxy an API server like it's in Production and use Secure HTTPS on localhost!
Right way of delaying execution synchronously in JavaScript without using Loops or Timeouts!
I recently found a better way to delay JavaScript execution by the use of async and await keywords. Sharing my experience with a Jest test case.
Getting rid of the X-Powered-By in Express JS Middle-ware using Blood, Sweat & Tears
An article on how to get rid of X-Powered-By headers in all versions of Express JS and Node JS.
Generating Screenshots of URLs using Google's secret magic API
A simple and quick way of generating screenshots without any external software or libraries using Google's Page Speed Insights API.
Creating a TOC for my Ghost Blog
Being lazy I found a way to automate getting the Table of Contents from my Ghost Blogging Platform to Markdown to construct my Contents section.
Working with Virtual Hosts in Scotch Box Pro
My experience in making the vHosts command work on the new Scotch Box Pro. This tutorial is aimed at beginners.
A quick app for creating Equal Total Payments using PHP
A simple app using PHP that generates the list of payments to be done every month along with interest and principal amount paid.
Fetching Items with Multiple Tags in a Tag-based Search
The previous method can tag multiple, but can retrieve only mails from a single label. In this article, we'll see how to retrieve mails from more than one label.
Avoiding HTTP 404 for map files when using minified CSS & JavaScript
Best way to get rid of 404 errors when accessing a sourcemap.
Best way to import or export the Git Configuration
A simple and best way to find the file where git stores its configuration and copy them across devices and installations.
Solution to Git Bash is very slow in Windows!
Had issues with Windows 10 and found solution to Git Bash is very slow in Windows!
Handling Broken Image Links in a Better Way (HTTP Only)
A small snippet for handling images that do not exist or throw error in a website, without much struggle using JavaScript.
Changing the origins of draggable - Possible!
Quick tutorial on how to change the origin of draggable, which by default drags on top and left offsets. Now you can customise in your own way.
Any plans this weekend? Please no! CodeSchool is free from Nov 17 - 19, 2017!
Free Weekend is a special event during which all of Code School's interactive courses, projects and screencasts becomes available for free.
LinkedIn Learning now available free for 7 Days!
Guys, good news is, LinkedIn Learning is now back. Please make use of this opportunity.
Getting the Initialisation Parameters for DataTables
Killing and reinitialising the DataTable. An example demonstration.
Basics of Git - The Simple Quick Start Guide
This is just a simple guide for getting started with git.
Best way to punish Plagiarisers? Vote them down!
Recently this website: codexample.org started plagiarising Stack Overflow. This is the revenge from a fan of Stack Overflow.
CSS Transitions & JavaScript for Animated Entry Effects
Creating a Slide Off Effect using CSS Transition Width Right to Left.
Using SweetAlert2 for navigating inside the pages and not focusing on calling element
Making SweetAlerts2 not to focus on the initiating element.
Calculation of Range between Array Elements
An article for calculation of range between array elements.
Implementation for tag based mail system by JOINS using MySQL Database
A beginner's guide to implement tags based mail system using MySQL JOINs.
Flame the inner gamer in you with FLAMES
A simple PHP based script to relive the childhood and play the FLAMES game.
Introduction to MongoDB
A quick introduction on MongoDB from a beginner's perspective. My learning experience as an article.
Evolution of Drop Down Menus and Exiting Them
This has been a huge problem with drop down exit implementation strategy. This article explains a better way.