Thushara ThiwankainGeek CultureDifferent Ways to Style Components in ReactWhen it comes to style components in react applications we have a variety of options in our hand. Here, I am going to discuss the three…May 17, 2021May 17, 2021
Thushara ThiwankainCodeXGetting Started with Koa.jsBasically, Express js is the framework that ruled it as a backend framework a few years back. Also, Koa js is a modern and minimalistic…Apr 15, 2021Apr 15, 2021
Thushara ThiwankainNerd For TechVar, Let, and Const in JavaScriptIn JavaScript, var, let, and const are three ways of creating variables. Here, we will about the scope and difference between these three…Apr 1, 2021Apr 1, 2021
Thushara ThiwankaIntroduction to Node.js Core ModulesNode.js is an open-source environment to run JavaScript outside the browser which is built on Chrome’s V8 JavaScript engine by Ryan Dahl…Mar 21, 2021Mar 21, 2021
Thushara ThiwankainNerd For TechEvolution of Asynchronous JavaScriptJavaScript is a single-threaded programming language which means the JavaScript engine can execute one statement at a time, line by line…Mar 15, 2021Mar 15, 2021
Thushara ThiwankaWrite Less Code with SCSS MixinsGenerally, in CSS we write a lot of redundant code in some situations to get around that we have to create helper classes and adding those…Mar 3, 2021Mar 3, 2021
Thushara ThiwankaVersion Controlling with GitIn simple terms, Git is like a history book of your code and is used for tracking changes of the code from start to finish. Here, I will…Feb 25, 2021Feb 25, 2021
Thushara ThiwankaArray Methods in JavaScriptBasically, Array is a data structure that is used to store a collection of elements and an index is used to uniquely identifies an element…Feb 24, 2021Feb 24, 2021
Thushara ThiwankaWhat is “this” in JavaScriptGenerally, this keyword in JavaScript is confusing in some situations comparing to other programming languages like Java. Here, I will…Feb 23, 2021Feb 23, 2021