Posts

Showing posts from May, 2023

A GUID TO BEACOMING A SOFTWARE ENGINEER

Image
THIS IS A MY OPINION, Becoming a software engineer can be an exciting and rewarding career choice. The demand for skilled software engineers continues to grow, and with the right approach, you can embark on a path to success in this field. In this article, we will provide a step-by-step guide on how to become a software engineer. Develop a Strong Foundation : Learn programming languages such as Python, Java, or C++. Utilize online tutorials, coding bootcamps, or university courses to grasp the basics. Understand fundamental concepts like algorithms, data structures, and object-oriented programming. Consider a Formal Education (Optional): Pursue a degree in computer science, software engineering, or a related field. A formal education provides a comprehensive understanding of software development principles and enhances employability. Sri Lankan degree provide institute : Government University ( apply for A/L Results Physical Science Stream)    university of Moratuwa ...

DIFFERENCES OF HTML AND HTML5

Image
  HTML is a Hypertext Markup Language. DocType!  -  Version of HTML use -design wed pages using a markup Language.{ reaction And Display of attractive interactive and dynamic web pages}  HTML 1.work with old browsers  2.didn't Support audio and video without the use of flash  player support 3.Doesn't allows JS to run in browser. 4.Doesn't allow drag and drop effect . 5.HTML  can not handle inaccurate syntax . HTML 5 1.Support by all new  browsers                     ex-  Chorme , Firefox ,Safari     2.Support audio and video without the use of  <audio>  <video>  together. 3.Allows JS to run in background .this is possible due to JS web worker API in HTML  4.Doesn't allow drag and drop effects. 5.Allows to draws shapes like circle, rectangle etc. 6.HTML 5 It is capable of  handling  inaccurate syntax . Element of HTML 5  ...

DATABASE MANAGEMENT SYSTEM - [ INTRODUCTION ]

Image
    Database   I s a Data structure that store organized information in a computer System, easily Managed and Update .                              Ex :- A Librarian  Database Management System  Create Maintain the DB , provides Controlled Access to DB is a Software that enables user to define, create maintain & control access to the app          Ex:- MySQL | MS SQL | Oracle    Database Application Computer program that interacts with DB by issuing a request to the DBMS .                               DB system =  Database +  DBMS + DB  Application  TYPES OF DBMS                      Relational Database         ...