Open in app
Home
Notifications
Lists
Stories

Write
Kevinwijesooriya
Kevinwijesooriya

Home

May 15

What is git and how does it work?

What is Git? Linus Torvald, the creator of Linux, founded GIT in 2005. As GIT is a distributed version, they could be used as a server for managing repositories. The main goal is that they can handle large projects and support non-linear developments quickly. Git is the most widely known version control system…

Application Frameworks

5 min read

What is git and how does it work?
What is git and how does it work?

May 15

How I built my React app from the scratch with Webpack and Babel

Introduction This is how I built a react app from the ground up for one of my academic projects. For this, I used babel and webpack. At first glance, one might wonder why build it from scratch when you can use one command to build a react app. However, while developing…

Application Frameworks

4 min read

How I built my React app from the scratch with Webpack and Babel
How I built my React app from the scratch with Webpack and Babel

May 15

What exactly is NodeJS? Is it a good idea to use NodeJS?

Introduction NodeJS enables real-time web apps to use push technology over web-sockets. It provides real-time, two-way connections to web applications, allowing both the client and server to initiate communication and freely exchange data. According to Wikipedia : “Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8…

Application Frameworks

4 min read

What exactly is NodeJS? Is it a good idea to use NodeJS?
What exactly is NodeJS? Is it a good idea to use NodeJS?

Mar 17

A must-know technology for any full-stack developer ; MongoDB

What is MongoDB? MongoDB is a free and open source NoSQL database management system. NoSQL is a database technology that is used as an alternative to traditional relational databases. NoSQL databases are extremely useful when dealing with large amounts of distributed data. MongoDB is a tool for managing document-oriented data, as well as…

Mongodb

4 min read

A must-know technology for any full-stack developer ; MongoDB
A must-know technology for any full-stack developer ; MongoDB

Feb 26

Must know principles for an Object Oriented Programmer and an introduction for JavaScript

Creating software is a difficult process. To keep a clear mind, it is critical to organize your workload efficiently. When programming, applying these principles will greatly assist you in breaking down and approaching a problem solution. …

Application Frameworks

6 min read

Must know principles for an Object Oriented Programmer and an introduction for JavaScript
Must know principles for an Object Oriented Programmer and an introduction for JavaScript
Kevinwijesooriya

Kevinwijesooriya

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable