Why you should learn Webdriver JS to break into the industry.

Learning how to write automated tests in plain javascript using Selenium Webdriver can get you a job as a QA tester at atech company.
Learning how to write automated tests in plain javascript using Selenium Webdriver can get you a job as a QA tester at atech company.
In this video, we’re going to be creating the popular Todoist list application (https://todoist.com) from scratch using React (Custom Hooks, Context), Firebase & React Testing Library (unit & integration testing). In addition to the latter technologies, we will be styling the application using SCSS (CSS) and following the BEM naming methodology. I will also be […]
Welcome to the 5th episode of my Thailand Travel Guide Series! After spending a month in Koh Samui, Thailand, I wanted to make a top 10 activity list for you guys! Follow me along as I show you my favorite things to do on this island! Koh Samui is the second largest island in Thailand, […]
There are so many great places to eat in Koh Samui, Thailand. In today’s video I will bring you along to my top 12 places to eat! My favorite restaurants in Fisherman’s Village, Lamai, and other places on the island. I will also include vegan, vegetarian and gluten free options, so don’t worry there is […]
Learn the computer science 🔬🤓 behind #JavaScript by looking at how it works under the hood. Understand why JS is called a “high-level single-threaded, garbage-collected, interpreted (or just-in-time compiled), prototype-based, multi-paradigm, dynamic language with a non-blocking event loop” https://fireship.io #compsci #howitsmade – MDN Event Loop https://developer.mozilla.org/en-US/docs/Web/JavaScript/EventLoop – Bits and Bytes channel https://www.youtube.com/user/bitsandbytestvo – Chrome v8 […]
Hi everyone! Today, I decided to take you around with me and show you what a typical day looks like for me as a software engineer. I am currently a contractor and am working onsite with my client. Thing are a little bit different for me, so I figured I would share what my current […]
Welcome to Koh Samui, Thailand, and the second episode of my Thailand Travel Series! We just landed in Koh Samui, after spending 2 days in Bangkok. In today’s episode, I will show you a normal day in our lives here on Koh Samui, and give you guys a fun house tour of our AirBnb. We […]
Hey gang, in this React context tutorial we’ll take a look at our to access our context data using the static property contextType. This is one of a few ways we can access context. —————————————- 🐱💻 🐱💻 Course Links: + Course files – https://github.com/iamshaunjp/react-context-hooks + Complete React Course – https://www.youtube.com/playlist?list=PL4cUxeGkcC9ij8CfkAY2RAGb-tmkNwQHG + React Context Docs – […]
Hey gang, in this React Context tutorial we’ll see another way to access context using a context consumer. This way can be used in both functional and class components. —————————————- 🐱💻 🐱💻 Course Links: + Course files – https://github.com/iamshaunjp/react-context-hooks + Complete React Course – https://www.youtube.com/playlist?list=PL4cUxeGkcC9ij8CfkAY2RAGb-tmkNwQHG + React Context Docs – https://reactjs.org/docs/context.html + Modern JavaScript Tutorial […]