MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
D7k.medium.com most likely does not offer any malicious content.
Secure connection support
HTTPS
D7k.medium.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
D7k.medium.com most likely does not offer any adult content.
Popular pages
-
Babel 7: Configuration, Preset, and Plugin Usage | by Ashan Dhananjaya | Medium
Often the developer wants to use the latest in JavaScript, but is frustrated by the lack of support in browsers or the Node.js platform. The good news is that we can generate compatible code through…
-
3 JavaScript array manipulators. Javascript(JS) is a scripting… | by Ashan Dhananjaya | Medium
Javascript(JS) is a scripting languages, primarily used on the Web. As a developer who use Javascript, you may write several for loops daily-basis. Because if you require some sort of data collection…
-
JavaScript TDZ and Variable Shadowing | by Ashan Dhananjaya | Medium
In this article we will see how the Temporal Dead Zone (TDZ) and Variable Shadowing effects in our day to day programming life which introduced with the ES6 in 2015. Temporal Dead Zone (TDZ) affect…
-
JS .includes() vs .some(). JavaScript array is a powerful data… | by Ashan Dhananjaya | Medium
JavaScript array is a powerful data structure in web technologies. Methods such as .map(), .filter(), .includes(),and .reduce() helps a lot to overcome issues facing day to day (Checkout my previous…
-
A Task Scheduler to summarize MySQL database using an Enterprise service bus. | by Ashan Dhananjaya
There are tasks that we have to trigger based on time or intervals. Let me explain the problem i faced first: It is to summarize a MySQL table weekly basis to another table with some data(based on…
-
4 JavaScript things i did Wrong. As software engineers when it comes to… | by Ashan Dhananjaya
As software engineers when it comes to learning it never never ends. We have need to be updated with the trending all new technologies with the time. When it comes to Javascipt developments there was…