Blog
Deploy Docker Containers In AWS Lambda In 5 Easy Steps
Lambda can now run your containers as a function with base runtimes provided by AWS or even with custom runtimes. With time, containerized apps became a hit and now the problem was how to deploy…
ServerlessCloud ComputingProgramming
How to Cache API Calls in Next.js
NextjsApiCache
Custom Hook in React for calling API — useApi
ReactApiHooks
How to Detect the Closing of a Browser Tab
JavascriptWebdevWeb development
AWS EC2 Terraform Module Utilizing the aws_ami Data Source
Building a Terraform module that builds a bare-bones EC2 application server, qualifies for the AWS free-tier, and auto-assigns the ID of a registered AMI.
AwsTerraformCloud computing
5 Advanced React Patterns
An overview of 5 modern advanced React patterns, including integration codes, pros and cons, and concrete usage within public libraries.
ReactJavascriptPatterns
Front-End System Design Guide
Web developer interview cheat sheet
WebFrontendInterview
AWS Site-to-Site VPN with NAT
AWSDevOpsCloud Computing
Convert a Python Project to an Executable (.exe) File
Using Auto PY to EXE we can convert .py files to .exe files very easily. This way our Python project will act as a desktop application. And we will be able to run the application on other windows…
PythonProgrammingSoftware Development
How to Build Scalable Form Factory By Vue 3 — Form Builder Pattern
VuejsJavascriptTypescript