Blog
Create an Employee Satisfaction Survey Using Angular and Store Results in a MongoDB Collection
A step-by-step tutorial to building an employee satisfaction survey using Angular and SurveyJS, a free, open-source survey library.
Creating JavaScript functions and web apps with GPT-3’s free code writer
The new wave of GPT “3.5” models also includes a more powerful davinci model, now version 003, and a new model specialized for writing code, called code-davinci-002. For the moment, this model is…
ChatGPT: The Future of Writing and What it Means for Writers
Artificial intelligence (AI) refers to the development of computer systems that can perform tasks that typically require human intelligence, such as learning, problem-solving, and decision-making. AI…
13 Best Examples of ChatGPT on the Internet So Far
Continuous Delivery with EKS and ArgoCD
ArgoCD is a continuous delivery tool used for Kubernetes. I see customers often submit cases where they need to understand why a service went down and who made the changes to this service…
Overcoming 3 Major Web Scraping Challenges that Developers Face
How to overcome 3 major web scraping limitations — dynamic websites, website interaction, and website blocks — faced by developers with Bright Data's Web Scraper IDE.
5 Use Cases of Web Scraping in eCommerce
5 practical ways to use web scraping in the eCommerce industry and how to make the most of them using the best web scraping tools.
Develop AWS Lambda Functions Locally On Your Machine
Develop, build and deploy any AWS resource from your machine using AWS serverless application model (SAM)
File Storage with FastAPI
A Guide to Using Advanced FastAPI Dependency Injection for File Storage
How to Add an Event listener for When an Element Becomes Visible with JavaScript?
The options object has the rootMargin which is the margin for when the element is considered to be visible. We pass in a callback into IntersectionObserver which runs when the element we’re watching…