MySQL Public Key Retrieval is not allowed - How to fix DBeaver MySQL connection error
Posted on May 24th, 2020 in PhP, Miscellaneous by George

Step by step tutorial to fix this issue.
MySql Public Key Retrieval is not allowed
Posted on May 24th, 2020 in PhP, Miscellaneous by George
Step by step tutorial to fix this issue.
MySql Public Key Retrieval is not allowed
Posted on May 14th, 2020 in JavaScript, React Native by George
How to solve this issue? See the article
Posted on May 4th, 2020 in JavaScript by George
This article explains unit testing, integration testing, the end to end testing, and how to create React Component tests.
The examples will use Jest and Enzyme for testing and the test components will be written using React hooks.
Posted on April 27th, 2020 in Swift by George
Example of how to use map function with a trailing closure over an array value.
Posted on April 27th, 2020 in JavaScript by George
Find out what a function generator looks like and what it is, with examples.
➜ jsstuff node generators.js
First Next Promise { <pending> }
{ name: 'George', age: 30, activityList: [ 'Coding', 'Running' ] }
Second Next { value: 1, done: false }
Third Next { value: '2', done: false }
Fourth Next { value: 'I am done here!', done: false }
Fifth Next { value: undefined, done: true }
Posted on April 16th, 2020 in JavaScript, NodeJS by George
A quick example of how to implement the factory pattern in Javascript using ES6 classes.
Posted on April 16th, 2020 in JavaScript by George
An example of how to implement the Singleton pattern in JavaScript using ES6 class abstraction.
Posted on April 15th, 2020 in NodeJS by George
Useful commands and facts, for and about NodeJS.
Posted on April 14th, 2020 in Miscellaneous by George
Short Explanation for Domain Name System ( DNS )
Posted on April 7th, 2020 in Miscellaneous by George
Visit www.spendingojs.com to check out my latest SPA application.