Code Shift


codeshift

CodeShift is a youtube channel for developers. This is a blog for code shift channel
codeshift.sujanchhetri.dev

user profile
Contact Code Shift

Blogs


How to Automate Form Submission with Puppeteer and Javascript

In this tutorial, we'll look at utilising Puppeteer to automate form submission. An open source Node library called Puppeteer offers a high-level API for managing browsers based on Chrome or Chromium via the DevTools Protocol. With Puppeteer, you can automate any task that you can carry out using a Chrome browser. A ...

Read more . . .
How To Scrape Multiple Pages With Puppeteer and JavaScript

Google designed Puppeteer to provide a simple yet powerful interface in Node.js for automating tests and various tasks using the Chromium browser engine. It runs headless by default, but it can ...

Read more . . .
How To Submit a Form With Puppeteer and JavaScript

Google designed Puppeteer to provide a simple yet powerful interface in Node.js for automating tests and various tasks using the Chromium browser engine. It runs headless by default, but it can ...

Read more . . .
How To Take Screenshot With Puppeteer

Google designed Puppeteer to provide a simple yet powerful interface in Node.js for automating tests and various tasks using the Chromium browser engine. It runs headless by default, but it can ...

Read more . . .
Web Scraping With JavaScript and Puppeteer

To analyze and deliver data to the user, most of our web apps require data. Data can be found in a variety of places, including databases and APIs.However, even if a website does not have a public API, we can still acquire data from it. Web scraping is the term for this procedure, and we'll look at it in this post. ...

Read more . . .
How To Speed Up Your Laptop Performance

Working with a slow computer may be pretty frustrating, whether it comes gradually over time or suddenly. Even if you keep your laptop or PC in good working order, it's astonishing how rapidly things slow down. This post is for you if you're running Windows 10, 8, or 7, and you're wondering why your laptop is so ...

Read more . . .
Top Web Frameworks for Golang Development

Google is bringing 'Go,' or more precisely 'Golang,' to the table. 'Google's Go Programming Language' is what Golang stands for. It is a robust language for developing APIs and other web services. Golang creates native code that runs quickly, which is particularly valuable for software developers. Experts in ...

Read more . . .
How to Become a Backend Developer in 2022

Things you should know people who work as backend developers are known as the best problem solvers, a position where a developer in charge of designing software from the server-side deals with logic and databases using special programming languages. The programming languages ​​used as examples are PHP, Python, ...

Read more . . .
Scraping NEPSE Nepal Stock Exchange Todays Price data

Scraping site data is a quite lot of work. It is hectic I know. But I have figured out a solution for that. In this article, we will be Scraping NEPSE Nepal Stock Exchange Today's Price data with our favorite scraping framework puppeteer. To know more about puppeteers you can check

Read more . . .
Scrape local business from google maps with Puppeteer

Scraping Google maps is a quite lot of work. It is hectic I know. But I have figured out a solution for that. In this article, we will be scraping the local business data from google maps with our favorite scraping framework puppeteer. To know more about puppeteers you can check

Read more . . .