Skip to content
  • About Me
Coding Reflections
  • About Me
Coding Reflections

How to Set Up Nginx Reverse Proxy for Node.js Application

  • AbhinavAbhinav
  • April 22, 2022

In this post, I am going to document how I deployed a Node.js application on a DigitalOcean VPS with Nginx acting as a reverse proxy. By the…

Read More

How to Add Table Of Contents to a Hugo Blog

  • AbhinavAbhinav
  • March 23, 2021
  • Go, Hugo
Learn how to add table of contents to a hugo blog within a post markdown
Read More

What Is Markdown: An Introduction

  • AbhinavAbhinav
  • March 18, 2021
  • Markdown
This article discusses what markdown is, its advantages, and reasons to use it more for writing for your writings
Read More

How to Set up Live Reloading using Browsersync (with Xampp)

  • AbhinavAbhinav
  • March 6, 2021
  • Javascript, npm
Learn how to implement browser live-reloading using browsersync - on localhost running on xampp
Read More

Javascript Function Declaration vs Function Expression

  • AbhinavAbhinav
  • June 25, 2020
  • Javascript
A quick introduction about the differences between function declaration and function expression in Javascript
Read More

Programming Languages Used in WordPress – An Introduction

  • AbhinavAbhinav
  • May 20, 2020
  • PHP, WordPress
An introduction to the various programming languages used in WordPress content management system, the role of PHP works in WordPress
Read More

Should I Learn Jquery in 2020

  • AbhinavAbhinav
  • May 20, 2020
  • 2 Comments
  • Javascript, jQuery
The relevance of JQuery has been a topic of debate among web developers for a while. As a person interested in Javascript, I was curious to know what others have to say about it
Read More

How to Parse HTML using PHP Native Classes

  • AbhinavAbhinav
  • May 20, 2020
  • 1 Comment
  • PHP
As you might already know, PHP is a popular backend language that powers many popular CMSs, including WordPress. If you are stepping into WordPress or PHP development, you will find this article helpful.
Read More

How to Create SVG Image Blur Effect & Mouseover Effect

  • AbhinavAbhinav
  • May 20, 2020
Creating an image blur effect in HTML5 using SVG and apply a mouseover effect using Javascript event listener - SVG tutorial
Read More

How to Hide Header on Scroll Down & Show on Scroll Up

  • AbhinavAbhinav
  • May 8, 2020
  • 3 Comments
  • CSS, Javascript
Learn how to make a website header hide on scrolling down and show on scrolling up, using Javascript and CSS
Read More

Copyright © 2022 Coding Reflections - Powered by WordPress & WordOps