Giter Site home page Giter Site logo

setup-notes's Introduction

IDE (Integrated development Environment)
	- Visual Studio Code (Microsoft - free source)
	- Eclipse ( open source )
	- Webstorm (jetbrains - its paid )

Browser 
	- Chrome (Google )
	- Firefox ( Netscape )
	- safari  (Apple)
	- IE (Microsoft )
	- …. UC, …

Version control Systems
	- Git ( opensource )
	- SVN
	- ..SCM,…


Our choice 
- VS code 
- Chrome
- Git


VS Code
————
- Search across files and folders
- Code formatting 
- Inbuilt terminal 
- ……	
Browser 
————
- Wiki Information (Documents, information, …)
- Ecommerce ( Buy products )
- Service Desks (online help)
- Location based ( GMaps, Apple maps, …)
- Screen share or cast 
- Stream ( Youtube, Vimeo, …) - Media content 
- Mobile responsive ( m.facebook.com )
- Social media ( whatsapp, twitter, …)

Git
——
$ > navigate to folder
$ > git init 	( Initialize folder as git repository - one time)
$ > git status 	( status of repository - n number of times)
$ > git add .	( add the file to git staged area -> change color from red to green )
$ > git commit -m “Initial commit about setup”   ( Giving some meaningful message to changes )
$ > git remote -v ( remote is configured for the cloud url setup and push the code using the remote URL ) O/p is empty
$ > git remote add origin [email protected]:rdurgarao/setup-notes.git	( Adding the new cloud url to folder/ repository )
$ > git remote -v
O/p: 
origin  [email protected]:rdurgarao/setup-notes.git (fetch)
origin  [email protected]:rdurgarao/setup-notes.git (push)
$ > git push ( pushes the local code to remote url ) - Some login permissions 




Git area
OS -> Git staged area -> Git commit area -> Cloud


HTML
-------
Why we need HTML?

1980 -> 1990’s

Writing softwares for their own usage, 
example for messaging one person to other person
Example -> virus software 


1980s
Flight bookings -> 
	A company can build software and share to their passengers to book the tickets

1990’s	
Browser -> software that can come up with some common goals for building software 
As a customer, I need to install a single software, but I will get all services 

W3C organization
Common standards for application development 

Plain Text 
HTML <- Hyper text markup language (headings, para, images, anchor, …)
CSS <- More advanced styling for web pages

web Document or web page or web application

setup-notes's People

Contributors

rdurgarao avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.