Posts

Showing posts from March, 2019

Recap of Web Engineering...

Image
Well, one of my hobbies is to write HTML and CSS. So I thought to type some code and share that in this blog post. so here you go.. CODE: "ForEnjoyment.html" file <!DOCTYPE html > < html lang= "en" > < head > < meta charset= "UTF-8" > < link type= "text/css" rel= "stylesheet" href= "styleSheet.css" > < title > Just for Fun </ title > </ head > < body > < div class= "a" > < div class= "e" > < div class= "f" > </ div > < div class= "a" > < div class= "b" > < div class= "c" > < div class= "d" > </ div > </ div > </ div >< div class= "b" > <

Relational DB, ORM and ERP systems

Image
When something is getting obsolete, we usually use to say it in Urdu as: Translation:That time has gone... With each passing second data is increasing and to make efficient use of that data we need to store it in some structured form. In past almost all the enterprises used to store data, in rows and columns on paper; like for attendance of staff members, there was a register in which name and corresponding status of attendance is marked. Bills, payment status, resource planning, human resource management, everything was (just) on papers. so yeah, that time has almost gone; when people used to store a lot of data on papers and in files.  Image Source But then technology grew up and paperwork is shifted on digital world. (But, there are still many companies relaying on paper work more than on computers!). So as mentioned above, the problem is; data is expanding. We need to deal with it, we need to manage it properly.  According to Quickbase article on database histo