Month: September 2020
-
WordPress Security Checklist
Following are some general recommendations to enhance security of a WordPress website. Use a security plugin e.g. Wordfence (if not already installed) and make sure that it’s updated to the latest version. Following is a short summary of recommended Wordfence settings: Make sure that the “Enabled and Protecting” mode is enabled after the “Learning” period…
-
NPM Commands Not Working in Integrated Terminal of VSCode
Visual Studio Code (VSCode) provides an integrated terminal to run commands inside the current directory. Recently, I installed VSCode and tried to run the NPM commands and it shows following errors:
-
Common PHP Warnings/ Errors and their Solutions
Recently, we have updated our PHP version to the latest stable version (7.4.9) for our WordPress website. After the update we started getting PHP warnings. We have listed some of the warnings with their possible solutions in this blog post.
-
Get Started with Redux in React Application
Create a file src/store/index.js and add following code in it: To link our app with the redux store update the main app file as follows:
-
Angular Concepts
In this blog post, we have discussed some JavaScript and Angular concepts.
-
How to Optimize an Angular Application?
In this blog post, we have listed some of the techniques which can be used to optimize the speed, loading time and performance of an angular application.