Results for: "methods"

Contents (156)

A Step-by-Step Process to Using Artificial Intelligence as a Startup
A Step-by-Step Process to Using Artificial Intelligence as a Startup

Unsurprisingly, artificial intelligence is an industry buzzword that continues to grow in popularity as the months go by. The reason…

read more
How to fix excessive MySQL CPU usage
How to fix excessive MySQL CPU usage

What happens if we realise that a series of databases that we thought were optimised through the use of indexes,…

read more
How to create PDF with JavaScript and jsPDF
How to create PDF with JavaScript and jsPDF

Creating dynamic PDF files directly in the browser is possible thanks to the jsPDF JavaScript library. In the last part of…

read more
PHP - The Singleton Pattern
PHP - The Singleton Pattern

The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a method for limiting…

read more
JavaScript Programming Styles: Best Practices
JavaScript Programming Styles: Best Practices

When programming with JavaScript there are certain conventions that you should apply, especially when working in a team environment. In…

read more