Web accessibility means that websites, tools, and technologies are designed and developed in such a way that people with disabilities can use them easily.
@ -8,5 +8,5 @@ Performance plays a significant role in the success of any online venture, as hi
<BadgeLinkcolorScheme='yellow'badgeText='Read'href='https://web.dev/rail/'>Measure performance with the RAIL model</BadgeLink>
<BadgeLinkcolorScheme='yellow'badgeText='Read'href='https://www.freecodecamp.org/news/introduction-to-chrome-lighthouse/'>Introduction to Chrome Lighthouse</BadgeLink>
React is the most popular front-end JavaScript library for building user interfaces. React can also render on the server using Node and power mobile apps using React Native.
<BadgeLinkbadgeText='Course'colorScheme='green'href='https://egghead.io/courses/the-beginner-s-guide-to-react'>The Beginner's Guide to React</BadgeLink>
<BadgeLinkbadgeText='Course'colorScheme='green'href='https://www.youtube.com/watch?v=nTeuhbP7wdE'>React JS Course for Beginners</BadgeLink>
Vue.js is an open-source JavaScript framework for building user interfaces and single-page applications. It is mainly focused on front end development.
Eleventy (11ty) is a simple to use, easy to customize, highly performant and powerful static site generator with a helpful set of plugins (e.g. navigation, build-time image transformations, cache assets). Pages can be built and written with a variety of template languages (HTML, Markdown, JavaScript, Liquid, Nunjucks, Handlebars, Mustache, EJS, Haml, Pug or JS template literals). But it also offers the possibility to dynamically create pages from local data or external sources that are compiled at build time. It has zero client-side JavaScript dependencies.
<BadgeLinkcolorScheme='yellow'badgeText='Read'href='https://www.vox.com/2014/6/16/18076282/the-internet'>The Internet Explained</BadgeLink>
<BadgeLinkcolorScheme='yellow'badgeText='Read'href='http://web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm'>How Does the Internet Work?</BadgeLink>
<BadgeLinkbadgeText='Watch'href='/guides/what-is-internet'>Introduction to Internet</BadgeLink>
<BadgeLinkcolorScheme='yellow'badgeText='Read'href='/guides/what-is-internet'>Introduction to Internet</BadgeLink>
<BadgeLinkbadgeText='Watch'href='https://www.youtube.com/watch?v=x3c1ih2NJEg'>How does the Internet work?</BadgeLink>
<BadgeLinkbadgeText='Watch'href='https://www.youtube.com/watch?v=7_LPdttKXPc'>How the Internet Works in 5 Minutes</BadgeLink>
<BadgeLinkbadgeText='Watch'href='https://www.youtube.com/watch?v=zN8YNNHcaZc'>Internet for Dummies</BadgeLink>
<BadgeLinkbadgeText='Course'colorScheme='green'href='https://www.youtube.com/watch?v=pQN-pnXPaVg'>HTML Full Course - Build a Website Tutorial</BadgeLink>
<BadgeLinkbadgeText='Course'colorScheme='green'href='https://www.youtube.com/watch?v=qz0aGYrrlhU'>HTML Tutorial for Beginners: HTML Crash Course</BadgeLink>
<BadgeLinkcolorScheme='blue'badgeText='Read'href='https://unix.stackexchange.com/a/220877'>Summary of some POSIX implementations</BadgeLink>
<BadgeLinkcolorScheme='blue'badgeText='Read'href='https://www.baeldung.com/linux/posix'>A guide to POSIX</BadgeLink>
<BadgeLinkcolorScheme='blue'badgeText='Documentation'href='https://pubs.opengroup.org/onlinepubs/9699919799/'>POSIX standard by IEEE</BadgeLink>
<BadgeLinkcolorScheme='blue'badgeText='Official Documentation'href='https://pubs.opengroup.org/onlinepubs/9699919799/'>POSIX standard by IEEE</BadgeLink>
<BadgeLinkcolorScheme='yellow'badgeText='Read'href='https://unix.stackexchange.com/a/220877'>Summary of some POSIX implementations</BadgeLink>
<BadgeLinkcolorScheme='yellow'badgeText='Read'href='https://www.baeldung.com/linux/posix'>A guide to POSIX</BadgeLink>
<BadgeLinkbadgeText='Courses'colorScheme='green'href='https://university.mongodb.com/learning_paths/developer'>Learning Path for MongoDB Developers</BadgeLink>
<BadgeLinkbadgeText='Courses'colorScheme='green'href='https://university.mongodb.com/learning_paths/developer'>Learning Path for MongoDB Developers</BadgeLink>
@ -7,4 +7,4 @@ REST, or REpresentational State Transfer, is an architectural style for providin
<BadgeLinkcolorScheme='yellow'badgeText='Read'href='https://www.codecademy.com/article/what-is-rest'>What is REST?</BadgeLink>
<BadgeLinkcolorScheme='yellow'badgeText='Read'href='https://www.redhat.com/en/topics/api/what-is-a-rest-api'>What is a REST API?</BadgeLink>
<BadgeLinkcolorScheme='yellow'badgeText='Read'href='https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm'>Roy Fielding's dissertation chapter, "Representational State Transfer (REST)"</BadgeLink>
<BadgeLinkcolorScheme='yellow'badgeText='Read'href='https://restapitutorial.com/'>Learn REST: A RESTful Tutorial</BadgeLink>
<BadgeLinkcolorScheme='green'badgeText='Course'href='https://restapitutorial.com/'>Learn REST: A RESTful Tutorial</BadgeLink>
Simple Object Access Protocol (SOAP) is a message protocol for exchanging information between systems and applications. When it comes to application programming interfaces (APIs), a SOAP API is developed in a more structured and formalized way. SOAP messages can be carried over a variety of lower-level protocols, including the web-related Hypertext Transfer Protocol (HTTP).