Category: Others (Technical)
Introduction To Artificial Intelligence
Artificial Intelligence AI is a technique that tries to enable machines to copy human behavior. It is the study of the development of computer systems so they are able to perform tasks normally done by the human mind, such as
Repository Design Pattern in C#
Introduction to Repository Design Pattern There are many Design Patterns in .NET, for example, entity design pattern but to overcome some disadvantages of other patterns we prefer to use the Repository Design Pattern pattern. Nowadays, most applications need to access
Use PDFtk Without Installing It In Linux
PDFtk PDFtk is one of the most popular and simple pdf editing or manipulating tool. It provides us a number of features like create pdf with FDF file, extracts records from the pdf and many more. To use pdf on
Auto-Renew “Let’s encrypt” SSL Certificate using certbot
Auto-Renew “Let’s encrypt” SSL Certificate using certbot Make sure Domain is pointed to the server and should only be using IPv4 version. IPv6 will not work and you must have pre-configured the domain in apache configuration and make sure your
Deploy the laravel project on 1&1 production server
How to deploy the laravel project on Shared hosting server On shared Environment: Step 1: Push the code to Production Server. I’m assuming that your project is running perfectly on your localhost and now you are ready to push it
Web Data Connection with Tableau
Web Data Connection with Tableau 1. What is WDC? WDC or Web Data Connector, is a web page with JavaScript code that connects to web data, converts the data to a JSON format, and passes the data to Tableau. Currently,
Clear HTML cache programmatically
How to clear HTML cache programmatically HTML automatic caching is one of the popular features provided in HTML5 which makes the application page loading faster as the same page is not freshly loaded every time from the server. An issue
Sharedspace in ckeditor
Sharedspace in ckeditor We can share the same ckeditor toolbar and bottom bar among multiple ckeditor instances using the SHAREDSPACE plugin. Suppose you want to add same ckeditor toolbar and bottom bar to two different text areas then you need
How to Install nginx and configure it for CakePHP
How to Install nginx and configure it for CakePHP Quick Summary: 1. What is Web Server? 2. What is Nginx? 3. Nginx Installation. 4. Create server block (VirtualHost). 5. Install CakePHP and configure it for Nginx. 6. How to check
