Month March 2020

Profile Image Upload Functionality Using Angular and Node

In a recent project, I was working on a user profile component that can be used by the user to edit their profile information. A part of that component was a profile image section which lets the user change their profile picture. The profile picture is sent to the Node API via HTTP Post request, stored in a folder and then name/URL of the image is stored in the database. In this post, I will share the code on how to implement this functionality.

A Guide To WordPress REST API Authentication

WordPress provides a REST API to get, update, and delete the WordPress website data. This means that we can use WordPress CMS as a backend system to create & manage content and Angular or React to design our frontend application to consume the content using the WordPress REST API. In this blog post, we discussed the authentication process to safely and securely consume WordPress data using WordPress REST API.

Introduction To React

React or ReactJS is a front-end JavaScript library to create and design user interfaces. It's being used in many popular and powerful websites like Facebook, PayPal, Airbnb, Apple, Microsoft, Twitter, etc. In this blog post, we discussed what's React and what are its foundational concepts and features.

Online Marketing Foundations – Tips and Tricks

In this blog post, we have discussed important types, channels, strategies and components of successful online marketing campaigns. Online Marketing Channels: Search Social Video Email Display 3 Types of Online Marketing Paid (e.g Google Adwords, Facebook Ads, etc.) Owned (e.g…

How To Access Block Directory Inside Gutenberg Block.js File?

Sometimes, we need to access the block directory url inside Gutenberg block.js file (see following scenario). Let's say that inside the block folder you have an images folder containing logo.png image and you want to access that image inside the block.js file. In this blog post we will learn how to access the image inside images folder from block.js file.

How To Convert Weebly Blog To Multi Column Layout – Weebly App

Weebly is a content management system (CMS) with drag and drop editor as its core selling feature. The drag and drop editor provide widgets for almost any type of content type (title, paragraph, image, video and many more). Weebly also provides the functionality to create a blog page with drag and drop enabled post editor. By default, the blog posts in Weebly are displayed on top of each other. In this tutorial, we will learn how to convert Weebly blog to multi column layout (2 columns or 3 columns) using a Weebly App (PRO) named as Post Columns.

What Is ngrok And How To Use It?

ngrok exposes the localhost web server to the internet via the specified port. ngrok is simply an amazing tool to streamline the development process without an actual hosting server and SSL.