Posts

Showing posts with the label technical articles

Microsoft

Image
Microsoft  1-  RESTful web API design

freecodecamp

Image
 freecodecamp 1- SQL Join Types – Inner Join Vs Outer Join 2-   Meta Tag in HTML – What is Metadata and Meta Description Example 3-  Learn Programming – Free Software Development Courses for Beginners 4-  How to Use Google – Search Tips for Better Results

Basic Concepts of OOP (Object-Oriented Programming)

Image
 Basic Concepts of OOP (Object-Oriented Programming)  What Is an Object in Programming? Object-oriented programming, or OOP, is an approach to problem-solving  where all computations are carried out using objects.  An object is a component of a program that knows how to perform certain actions and how  to interact with other elements of the program.  Objects are the basic units of object-oriented programming. A simple example of an object would be a person.  Logically, you would expect a person to have a name.  This would be considered the property of the person.  You could also expect a person to be able to do something, such as walking or driving.   This would be considered a method of the person. Basic Concepts: Class  - The class is a model or blueprint or prototype of an object that defines or specifies all the properties & behavior of the objects.  object  - An object is an entity or instance of a class.  - ...

Three Protocols you should know as a web developer

Image
 Protocols What Does Protocol Mean? A protocol is a set of rules and guidelines for communicating data. Rules are defined for each step and process during communication between two or more computers. Networks have to follow these rules to successfully transmit data. 1- HTTP: The Hypertext Transfer Protocol(HTTP) is used by the browser to tell the host computer what file it wants to retrieve. 2- IP: The Internet Protocol (IP) is used for routing IP packets between logan's computer and the server based on IP addresses.  3- TCP: The Transmission Control Protocol(TCP) is used for making sure the IP packets all arrive correctly and in order. Read More: The World Wide Web Domain Name System (DNS) Hypertext Transfer Protocol (HTTP)  

MDN web development articles

Image
mdn web development articles  How do I start to design my website? How does the Internet work? What is the difference between webpage, website, web server, and search engine? What is a Domain Name? What is a web server? Client-Server Overview