Tutorial

25 posts tagged with "Tutorial"

April 20, 2019 · 9 min read
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!
JavaScript, Web Development, Programming, Security
June 1, 2018 · 4 min read
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.
JavaScript, Web Development, Programming, Agile & Process, Lifestyle
May 21, 2018 · 3 min read
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.
JavaScript, Web Development, Programming, Entertainment
April 29, 2018 · 7 min read
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.
Web Development, DevOps & Tools, Programming, Social & Culture
April 19, 2018 · 5 min read
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.
JavaScript, Programming, Lifestyle
March 20, 2018 · 7 min read
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.
Web Development, DevOps & Tools, Programming
March 12, 2018 · 10 min read
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.
Programming
March 5, 2018 · 2 min read
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.
Programming
March 1, 2018 · 5 min read
Avoiding HTTP 404 for map files when using minified CSS & JavaScript
Best way to get rid of 404 errors when accessing a sourcemap.
JavaScript, Web Development, Programming, Lifestyle, Social & Culture
February 10, 2018 · 3 min read
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.
DevOps & Tools, Programming, Security
January 26, 2018 · 2 min read
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!
DevOps & Tools, Programming
December 25, 2017 · 1 min read
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.
JavaScript, Web Development, Programming, Design & UX, Lifestyle
December 2, 2017 · 2 min read
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.
JavaScript, Web Development, Programming, Career & Achievement, Lifestyle
November 17, 2017 · 2 min read
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.
Programming, Hackathons & Events
October 1, 2017 · 1 min read
LinkedIn Learning now available free for 7 Days!
Guys, good news is, LinkedIn Learning is now back. Please make use of this opportunity.
Programming, Social & Culture
July 29, 2017 · 2 min read
Getting the Initialisation Parameters for DataTables
Killing and reinitialising the DataTable. An example demonstration.
JavaScript, Web Development, Programming, Career & Achievement, Lifestyle
July 20, 2017 · 5 min read
Basics of Git - The Simple Quick Start Guide
This is just a simple guide for getting started with git.
DevOps & Tools, Programming
July 7, 2017 · 4 min read
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.
JavaScript, Web Development, Programming, Career & Achievement, Security, Lifestyle
July 1, 2017 · 2 min read
CSS Transitions & JavaScript for Animated Entry Effects
Creating a Slide Off Effect using CSS Transition Width Right to Left.
JavaScript, Web Development, Programming, Career & Achievement
June 24, 2017 · 2 min read
Using SweetAlert2 for navigating inside the pages and not focusing on calling element
Making SweetAlerts2 not to focus on the initiating element.
JavaScript, Web Development, Programming
June 20, 2017 · 2 min read
Calculation of Range between Array Elements
An article for calculation of range between array elements.
JavaScript, Programming, Career & Achievement
June 14, 2017 · 7 min read
Implementation for tag based mail system by JOINS using MySQL Database
A beginner's guide to implement tags based mail system using MySQL JOINs.
Programming
June 10, 2017 · 3 min read
Flame the inner gamer in you with FLAMES
A simple PHP based script to relive the childhood and play the FLAMES game.
Programming, Entertainment
June 8, 2017 · 33 min read
Introduction to MongoDB
A quick introduction on MongoDB from a beginner's perspective. My learning experience as an article.
JavaScript, Programming
June 2, 2017 · 6 min read
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.
JavaScript, Web Development, Programming