Blog


How to Build a GraphQL eCommerce App from Scratch

How to Build a GraphQL eCommerce App from Scratch

Setting JAMstack to easy mode with WunderGraph, Next.js, Strapi, and Snipcart

GraphQLJAMstackNext.js
How to Integrate Proxy with Python Requests

How to Integrate Proxy with Python Requests

Learn how to use the Python Requests module behind a proxy server.

PythonRequestsProxy
How to Create an Amazon Product Search API with Data Collectors

How to Create an Amazon Product Search API with Data Collectors

How to scrape data from amazon.com with Bright Data's Web Scraper IDE, and create a product search API that you can deploy to the web and monetize it.

DataData scrapingAmazon
Centralized Error Handling in NestJS

Centralized Error Handling in NestJS

A guide on how to handle all errors in a NestJS application.

NestjsNodejsJavaScript
How to Get the Number of Digits of a Number with JavaScript

How to Get the Number of Digits of a Number with JavaScript

A tutorial on getting the number of digits of a number with JavaScript.

Javascript
Cluster-Autoscaler | Amazon EKS

Cluster-Autoscaler | Amazon EKS

Autoscaling is a function that automatically scales resources up or down to meet inconsistent demands. This is a major Kubernetes function that would otherwise require extensive human resources to…

KuberCluster AutoscalerAmazon Eks
Better Unit Testing in Visual Studio Code with Jest

Better Unit Testing in Visual Studio Code with Jest

Use The Jest Extension to Dramatically Improve Your Testing Flow

Unit TestingJavaScriptTypescript
Build a Multi-step Form With React Hook Form

Build a Multi-step Form With React Hook Form

A tutorial on how to build a multi-step form using React Hook Form.

JavascriptReactReact-hook-form
Create a Custom Docker Image/Container & Push to AWS ECR

Create a Custom Docker Image/Container & Push to AWS ECR

Build an image from a base image pulled from Docker Hub, create a container on a specified port from that image and push the image to Amazon ECR repository.

AwsDockerDevops
How to Implement Pagination Using FastAPI in Python

How to Implement Pagination Using FastAPI in Python

Use fastapi-pagination library to paginate API responses

PythonPaginationFastAPI