CSS – Basics

CSS = Cascade Style Sheets. CSS is use to format the layout of a webpage. CSS can be applied in 3 ways: Inline (using style attribute inside HTML tag)Internal (using <style> element in <head> section) External (using <link> element to link external CSS file) - preferred useful links: https://www.freecodecamp.org/news/learn-css-units-em-rem-vh-vw-with-code-examples/amp/ https://www.freecodecamp.org/news/html-font-css-font-family-example-serif-and-sans-serif-characters/

JavaScript -Basics

userful links: Bacics: https://www.w3schools.com/js/ Array-foreach-map https://www.freecodecamp.org/news/javascript-array-foreach-tutorial-how-to-iterate-through-elements-in-an-array-with-map/amp/ synchronous-vs-asynchronous-in-javascript: https://www.freecodecamp.org/news/synchronous-vs-asynchronous-in-javascript/

Bootstrap

https://getbootstrap.com/ Breakpoints: They are building blocks of responsive design. Use to control the adaptiveness across various device or viewport sizes. Default breakpoints: x-Small, Small (sm) , Medium (md), Large(lg), Extra large(xl), Extra Extra large(xxl) Containers: fundamental building block of Bootstrap. Basic layout element in Bootstrap. Types: .container = sets max-width at each responsive breakpoint .container-flood … Continue reading Bootstrap

HTML – Basics

HTML - Hyper Text Markup Language HTML is a markup language for creating web pages. HTML describes the structure of a web page. <!DOCTYPE html> is a declaration represents the document type, which helps the browser to display web pages correctly. Attributes : provides additional information about HTML elements Elements are building blocks of an … Continue reading HTML – Basics

Jenkins – Basics

Jenkins is a free and open-source automation server, which helps to build, test, deploy, Continuous integration, and continuous delivery of the software. Jenkins is a server-based system that runs in servlet containers such as Apache Tomcat. Jenkins is a tool that is used to create CI/CD pipelines. Pipelines: It is a suite of plugins which … Continue reading Jenkins – Basics

Appium basics

Appium is open-source tool for mobile automation (native apps, mobile web apps, hybrid apps) Native App: written using Android, iOS or Windows SDK Mobile web apps : can be accessed using a mobile browser Hybrid app: a wrapper around 'web view' Software Stack: java 1.8 Android Studio NodeJs Maven Appium Desktop