PinnedAshan DhananjayaJS .includes() vs .some()JavaScript array is a powerful data structure in web technologies. Methods such as .map(), .filter(), .includes(),and .reduce() helps a…Nov 20, 20193Nov 20, 20193
Ashan DhananjayaJavaScript TDZ and Variable ShadowingIn this article we will see how the Temporal Dead Zone (TDZ) and Variable Shadowing effects in our day to day programming life which…Nov 8, 2020Nov 8, 2020
Ashan DhananjayaBabel 7: Configuration, Preset, and Plugin UsageOften the developer wants to use the latest in JavaScript, but is frustrated by the lack of support in browsers or the Node.js platform…Dec 2, 2019Dec 2, 2019
Ashan Dhananjaya4 JavaScript things i did WrongAs software engineers when it comes to learning it never never ends. We have need to be updated with the trending all new technologies…Nov 18, 2019Nov 18, 2019
Ashan Dhananjaya3 JavaScript array manipulatorsJavascript(JS) is a scripting languages, primarily used on the Web. As a developer who use Javascript, you may write several for loops…Nov 17, 2019Nov 17, 2019
Ashan DhananjayaGet rid of GIT passwordIf you are a software engineer you may be dealing with any kind of a version controlling system at day to day work. Git is one of the most…Nov 15, 2019Nov 15, 2019
Ashan DhananjayaA Task Scheduler to summarize MySQL database using an Enterprise service bus.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…May 31, 2019May 31, 2019
Ashan DhananjayaHow to simply enable printing time-stamp in Gitblit logs.Gitblit is a fully open source product. Uses pure Java stack for managing, viewing, and serving Git repositories.It mainly designed for…May 30, 2019May 30, 2019