#01 – Introduction – Learn Angular From Scratch with Junaid Hassan

In this post, we will learn: 1. What is Angular? 2. What are Single Page Applications (SPA’s)? 3. What are the prerequisites to create an angular application? 4. What is NodeJS and Node Package Manager (npm)? 5. What is Angular CLI?

forward

Introduction To Basic Git Commands

Git/Github is a very powerful version control management tool used by the developers to manage the source code of the projects. In this blog post, we have listed all of the basic Git commands along with the short description of their usage.

forward

Introduction To React Native Mobile Application Development

The following are the points to create a simple React Native mobile application. Make sure NodeJS is installedInstall expo-cli, globally by running the command: npm install -g expo-cliIf you get an error while installing the expo-cli, run the command: npx expo init...
forward

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.

forward

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.

forward

Checklist For Developing A WordPress Website

WordPress is a very powerful and popular content management system to design and develop professional websites. In this blog post, we have provided a checklist for developing a WordPress website.

forward

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.

forward

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: SearchSocialVideoEmailDisplay 3 Types of Online Marketing Paid (e.g Google Adwords, Facebook Ads, etc.)Owned (e.g website, blog, email subscribers etc.)Earned (articles, mentions in social media posts, word of mouth) Online Marketing Strategies Business StrategyBusiness Name (e.g Codoplex)Mission Statement (e.g. Easy To Use Widgets and Plugins For Weebly and WordPress Websites)Organizational Objectives (e.g. Sell Weebly/WordPress Widgets/Plugins)Value Proposition (e.g. Ease of Use | Integrated Solutions | Responsive Solutions)Elevator Pitch (e.g. Codoplex develops easy to use integrated widgets and plugins for Weebly and...
forward

Fetching Data From API With useState and useEffect Hooks In React App

In previous blog post, we learned how to get started with creating a very basic react app. In this blog post we will share a snippet to fetch data from API route with useState and useEfeect hooks in react app.

forward