­

Our AF Group Project Fashion Store Part 1

March 13, 2020 / BY Ushan Feranndo
We are suppose to develop fashion web site as our AF group project. i'm developing  the administrators part .Administrator should be able to manage product categories and store managers admin should be able to add new store mangers. Once the admin creates a login for the store manager, it should be notified to the store manager via email.so i started my part by first...

Continue Reading

Enable Bootstrap in ReactJS

March 07, 2020 / BY Ushan Feranndo
Enable Bootstrap in ReactJS We all know that ReactJS is the most poplar javascript library that exists in web developing community. React makes it painless to create interactive UIs. Design simple views for each state in your application. Even if its not a javascript framework its really powerful.  Bootstrap is the most popular HTML, CSS, and JavaScript framework for developing responsive web sites. it has...

Continue Reading

Why you should know NodeJS

February 29, 2020 / BY Ushan Feranndo
In this Article we are going to talk about NodeJS. you will learn what is NodeJS and Why it is very important , pros and cons of NodeJS and finally how we can install NodeJS in our systems. What is NodeJS When you heard the term JAVA SCRIPT the first thing that will come to your mind is web browser because its the...

Continue Reading

NoSQL vs SQL What is best

February 17, 2020 / BY Ushan Feranndo
When we are developing any kind software we are gonna need a database at some point. In this article we are gonna talk about two major database technologies SQL and NoSQL.   SQL (Structured Query Language)  SQL or Structured Query Language is a language that we are using to manipulate relational databases. in sql databases data is stored in multiple tables according to...

Continue Reading

S.O.L.I.D the 5 principles every programmer should know

February 14, 2020 / BY Ushan Feranndo
S.O.L.I.D is a term for Robert C. Martin's first five object oriented design principles,These concepts seek to make software architectures more comprehensible, easier to manage and easier to extend.  every software engineer should know thees concepts. S — Single Responsibility Principle  The Single Responsibility Principle states in programming that each module or class will have responsibility for a particular part of the software's...

Continue Reading