Janaka Chinthana DissanayakeRandom Code Generator || JavaYou can easily generate random code as OTP or something that you needed, using the below code segment. import statement is much easier such…Jul 16, 2021Jul 16, 2021
Janaka Chinthana DissanayakeHTML to PDF || Html2PdfYou can use this code snippet to download HTML page content as a PDF.Jul 13, 2021Jul 13, 2021
Janaka Chinthana DissanayakeGetting started with KoaJsKoa is a new web framework that is provided for creating web applications and APIs. And also this is more powerful and more expressive as…May 22, 2021May 22, 2021
Janaka Chinthana DissanayakeS.O.L.I.D PrinciplesMainly there are 5 principles that can be seen in object-oriented programing that should be followed when designing software.Apr 11, 2021Apr 11, 2021
Janaka Chinthana DissanayakeDefinition of Synchronous and Asynchronous using javascript exampleSynchronous Javascript basically uses one by one method. It means if there are some methods to execute in a program, it will execute one…Mar 31, 2021Mar 31, 2021
Janaka Chinthana DissanayakeDifference between Javascript object and JSONThe javascript object and JSON have very similar syntax. Because of that, some peoples are confused about the difference between Js and…Mar 31, 2021Mar 31, 2021
Janaka Chinthana DissanayakeDefinition of coupling using javascript exampleWhen we talking about coupling, it is an important concept in software development. Coupling should be less when we developing software…Mar 19, 2021Mar 19, 2021