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.

AngularSurveyjsMongodb

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…

ProgrammingWeb DevelopmentArtificial Intelligence

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…

OpenAIChatbotsContent Creation

13 Best Examples of ChatGPT on the Internet So Far

ChatGPTAiArtificial intelligence

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…

Argo CdAmazon Web ServicesAmazon Eks

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.

Web scrapingBright dataWeb proxy

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.

Web scrapingEcommerceBright data

Develop AWS Lambda Functions Locally On Your Machine

Develop, build and deploy any AWS resource from your machine using AWS serverless application model (SAM)

AWSLambdaServerless

File Storage with FastAPI

A Guide to Using Advanced FastAPI Dependency Injection for File Storage

PythonFastapiCloud 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…

JavaScriptWeb DevelopmentFront End Development