Top 10 Application Security Authentication Requirements
Security

Top 10 Application Security Authentication Requirements

What are the top 10 Application Security Authentication Requirements? Authentication based on a username and password combination is the most common form of authentication.  As the level of security increases within an application then simple usernames and passwords are no longer acceptable as passwords are often considered pre-breached. Top 10 Application Security Authentication Requirements When we start […]

No Comments Read More
Top 10 database performance tuning best practices
MySQL

Top 10 database performance tuning best practices

Database performance tuning is important for every application to improve the application speed. Your approach to database performance tuning depends on the issues you are trying to resolve. Here are 10 best practices to help improve database speed and efficiency. 10 database performance tuning best practices Making database performance tuning a routine practice: 1. Keep […]

No Comments Read More
How to fix cURL error 60: SSL certificate problem?
PHP

How to fix cURL error 60: SSL certificate problem?

Sometimes, we are facing an issue with the error “cURL error 60: SSL certificate problem (unable to get local issuer certificate)” during the curl calls to third-party services/websites. This error occurs because the curl verifies and makes a secure connection request using a self-signed certificate. When it does not find the valid certificate, it throws […]

No Comments Read More
PHP add days to current date
PHP

How to add days to the current date in PHP?

How to add days to the current date in PHP? PHP adding days to the current date is very easy and follows this article. I will guide you to add days to the current date using PHP.  PHP add days to current date samples: Add 1 day to the current date: Result Add 2 days […]

No Comments Read More
Get the last element of an array in PHP – end()
PHP

How to Get the last element of an array in PHP – end()

How to Get the last element of an array in PHP? The end() function is an inbuilt function in PHP Programming. The purpose of this function is to find the last element of the given input array. The end() function changes the internal pointer of an array to the last element and returns the value […]

No Comments Read More
PHP: How to copy all files from one directory to another
PHP

How to copy all files from one folder to another in PHP?

How to copy all files from one folder to another in PHP? I will guide you to copy all files & subdirectories of the directory to another directory using the PHP copy() function. There are many other functions used to copy the content of one directory to another. copy() Function opendir() Function is_dir() Function scandir( […]

No Comments Read More
How to get a job as a Node developer? Node.js Jobs
Jobs

How to get a job as a Node developer? Node.js Jobs

How to get a job as a Node developer? Nodejs developers are in a very competitive field, so having bare minimum experience or skills simply doesn’t cut it anymore. Node.js Developer Responsibilities: (Common) Developing and maintaining all server-side network components. Ensuring optimal performance of the central database and responsiveness to front-end requests. Collaborating with front-end […]

No Comments Read More

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.