“Live as if you were to die tomorrow. Learn as if you were to live forever.”
-Mahatma Gandhi
S.O.L.I.D Principles ?
1) Single Responsibility Principle : SRP ” A CLASS SHOULD HAVE ONLY ONE REASON TO CHANGE. ” Every module or class should have responsibility over a single part of the functionality provided by the software, and that responsibility should be entirely encapsulated by the class. In any enterprise software application development when we design and…
GIT and VCS
What is Version Controlling? Version control , it is control changes of source code over the time. It is manage every version of your application. Using VCS you can go back to previous version as your wish. For example think, Now your in version 5 of your application but according to some reason you want…
What is React JS?
Introduction React, It is a very famous JavaScript libraries used for building complex user interfaces.It is created by Facebook in May 29, 2013. Nowadays 8789 top fortune companies are used react. For example Facebook itself, Netflix, Twitter, Uber, Airbnb etc. When it compared with Angular, it is a framework but React is a library.not a…
Introduction to Node.js
In 2009 Ryan Dahl was developed the Node.js. Now latest version is 12.16.1(includes npm 6.13.4). According to the official documentation of Node.js, it describe as follows- Node.js is cross-platform run time environment for developing server side and as well as networking application.Also it is open source.Node.ja application are written in JS and can run within…
Component Lifecycle in React
mounting and unmounting Components in React have a lifecycle of events that we can easily subscribe to by defining the associated methods on our component definition object. Let’s go ahead and update our previous example to see this feature in action. Here we have updated our HelloMessage component to log to the console the following…
HTTP request methods
What is HTTP ? HTTP stand for Hyper Text Transfer Protocol And it’s basically responsible for communication between client and server. Using HTTP request and response they communicate with each other. For example: Loading pages Form submit Ajax calls Next important thing is HTTP is stateless. That’s mean every request is completely independent. It’s similar…
What is EXPRESS.JS?
Express.js, it is a web framework and based on the core Node.js http module and Connect components. We also called middleware for those component. In other word It is extensible,also minimalist web framework built for the Node.js ecosystem. We able to create a web server that is more flexible, readable and maintainable using Express. How…
GROUP PROJECT
Group Details IT18001808 – S.W.P.N.M.Weerasinghe (Leader) IT17084796 – H.S.D.N. Gunasekara IT18012866 – L.G.I. Sathsara IT18066944 – R.M.D.D.Rajapaksha About Project Project : Online Cart Our Project name : SuitePlus GitHub link : https://github.com/pasindu-nawodya/SuitePlus-OnlineFashionStore Branch Person who handle the branch master S.W.P.N.M.Weerasinghe (Leader) dilanjan R.M.D.D.Rajapaksha isuru L.G.I. Sathsara dulini H.S.D.N. Gunasekara Person who handle the branch
Follow My Blog
Get new content delivered directly to your inbox.