Posts

UI/UX/Full stack

Image
       Websites are now a critical component for any business, for advertisement etc ,stay competitive .And as Web Development trends and best practices changes practically with the season, there's no shortages of work for developers. But How Do You know exactly what kind of Web Development work to seek out and train for ? If you have poked around on job listing sites or browsed through online course. There are three main concentrations : Front -End , Back-End and Full Stack (UI/UX). What is Front -End Developer - Front-end developers often need to learn those additional back-end skills ,and vise versa ,especially in current economy. A front-end developer is is responsible for two interior design of a house that's been built by a back-end developers. Strong front-end developer can also accurately identify specific issues in user experience and provide recommendation and codified solutions to influence the design. Everything that you see when you're navigation around ...

Programming Languages ,Libraries and Frameworks.

Image
  There is a saying about "right tool for right job and right work" and it's very much applies in the part of programming languages are designed as same all are made different and uses are different . In order to build websites and apps, web developers work with languages ,libraries,and frameworks . Let's take a look at their details ,as well as some other tools that web developers use in their day to day work. What are Languages? In the world of developers ,languages are the building blocks that programmers use to create websites,app and softwares.There are all different types of languages ,including programming language ,markup language ,style sheet and database language .  (i) Programming Languages :- Is a essentially a set of instructions and commands which tell the computer to produce or certain output.Programmers use so -called "high -level" to write source code.It's used to make easy to human's to read and understand High-Level language can be...

Servers

Image
                                           Web Server-  A Web Server is a computer  that runs websites. It's a computer program that distributes web pages as they are requisitioned. The basic objective of the web server is to store,process and deliver web pages to users. This intercommunication is done using HTTP. These web pages are mostly static content that includes HTML documents ,style ,images,sheets,test etc. Apart form HTTP , a web server also supports SMTP (Simple Mail Transfer Protocol) and FTP(File Transfer Protocol) protocol for emailing and for file transfer and storage. The main job of a web server is to display the website content. If a web server is to display the website content. If a web server is not exposed to the public and is used internally, then it is called Intranet Server.  A server can be a single computer, or even an embedded system such...

Websites and it's types

Image
  Websites- Is a collection of web pages and related content that is identified by a common domain name and published on at least one web server. Notecible examples are like amazon.com,google.com, etc. All publicly websites collectively constitute the www (World Wide Web).There are also private websites can only accessed on a private network.  Hyper linking between web pages guides the navigation of sites, which often starts with home page. HTTP is an application protocol for distribution, collaborative , hypermedia information systems that allows users to communicate data on www. Some types of websites are as below- Static Website:-  A Static Website is one that has web pages stored on the server on the server in the format that is sent to a client web browser.It is primarily coded in HTML (HyperText Markup Language);CSS(Cascading Style Sheets) are used to control beyond basic HTML .This types websites usually displays the same information to all clients.Static websites ...

Web Technology

Image
    Web Technology  Web Technologies refers to the way computers /devices communicate with each other with using markup languages. Its involves communication across the web and creates, deliver and manage web content using Html( Hypertext markup language). It is said to have brought into small village where people and devices can communicate/ connected with each other very easily without obstruction. Web Application have become more powerful and can fully replace desktop application in most situation, that why you need to now basic Web Programming, including HTML,CSS, Java script. To create more powerful websites and web application's you also need to know about Web server,Database system and web frameworks like PHP, ASP,.NET,etc. .WWW has allowed for the access of information that would have been impossible to find or may have been to difficult to find www.  WEB BROWSERS Web Browsers, often just called browsers, make it possible for us to view the resources that are...