Blog


Angular: Reload/Refresh a Component or Entire Application & Reuse Logic Across Multiple Components

Angular: Reload/Refresh a Component or Entire Application & Reuse Logic Across Multiple Components

An Angular tutorial on how to reload/refresh a single component or the entire application and reuse the logic across multiple components.

AngularJavascriptTypescript
Amazon Aurora Serverless (v1 vs v2): What's the Difference?

Amazon Aurora Serverless (v1 vs v2): What's the Difference?

Learn the difference between Amazon Aurora Serverless v1 and v2.

AwsAmazonServerless
How to Replace Python 'for' Loops with NumPy Operations

How to Replace Python 'for' Loops with NumPy Operations

PythonFor loopsNumpy
Innovation Through Design Thinking: A Strategic Approach for Product Managers

Innovation Through Design Thinking: A Strategic Approach for Product Managers

Design thinkingProduct management
React and Next.js is DEAD — Something New is (Finally) Replacing It (For Good)

React and Next.js is DEAD — Something New is (Finally) Replacing It (For Good)

Is this the beginning of the next revolution for JavaScript Framework? Apparently, YES!

ReactNextjsJavascript frameworks
WebSockets In Python FastAPI — Fetching Data At Super Speed

WebSockets In Python FastAPI — Fetching Data At Super Speed

WebsocketsPythonData
Web Scraping Images with Python and Selenium

Web Scraping Images with Python and Selenium

How to scrape and capture images on websites.

Web scrapingPythonSelenium
How to Retry Requests Using Axios

How to Retry Requests Using Axios

A tutorial on using the Axios interceptor to retry requests.

JavascriptAxiosRetry
SurveyJS: Why It Is Better Than Your Average JavaScript Survey Library

SurveyJS: Why It Is Better Than Your Average JavaScript Survey Library

5 ways in which SurveyJS, a free and open-source library, does so much more than just build surveys.

JavascriptSurveysSurveyjs
Plot Stock Chart Using mplfinance in Python

Plot Stock Chart Using mplfinance in Python

An introductory guide to plot a candlestick chart along with volume, MACD & stochastic using mplfinance.

MplfinancePythonData Analysis