Blog
Python Flask — Passing Data From Backend To HTML
When I was just starting out with Python Flask, I found it pretty confusing to pass make my HTML communicate with my backend. This article hopes to explain this as simply as possible. Normally, when…
NODEMON — App Crashed — Waiting for File Changes Before Starting
If you are stuck with the given error, the solution is just one click away
Cross Account Amazon S3 Bucket Access Setup Using Terraform
How to set up cross account Amazon S3 bucket access using Terraform.
7 Best Python Libraries to Make Optimization Easier
There is a proverb “You don’t have to reinvent the wheel”. Libraries are the best example of that. It helps you to write complex and time-consuming functionality in an easy way. According to me, a…
Top 5 Instant Data Scraping Tools for Easy Web Scraping
Bright Data, ParseHub, Apify, Octoparse, Mozenda. There are plenty of instant web scrapers to choose from. How to pick the best one based on features, ease of use, scalability, and unblocking capabilities.
Working with styled-components in the Next.js
Styled-components is a popular CSS-in-JS library that allows you to write component-based styling in your React projects. When combined with the capabilities of Next.js, the result is a powerful…
chatGPT Jailbreak - Try Before It Gets Patched
I know some of you would be thinking ‘Is it even possible?’. Trust me, I didn’t believe it, until I tested it out myself and you’re more than welcome to do the same. So, I found this insane post…
Kubernetes: Deploying NGINX Pods
How to deploy a NGINX server with Kubernetes.
Introduction to AWS IAM AssumeRole
What is an AssumeRole?IAM AssumeRole is an AWS service that lets you delegate access to AWS resources without sharing your AWS account root user credentials.
Interviewer: Can sessionStorage Share Data Between Multiple Tabs?
The question that most front-end developers don’t know the answer