Blog


10 Killer APIs for Your Next Python Project

10 Killer APIs for Your Next Python Project

A collection of useful public APIs you can use in your Python project

Python3ProgrammingCoding
How to Read DOCX Files With Python

How to Read DOCX Files With Python

PythonRead docx fileProgramming
Python Simple HTTP Server With SSL Certificate (Encrypted Traffic)

Python Simple HTTP Server With SSL Certificate (Encrypted Traffic)

The easy way to make a temporary HTTP server with TLS encryption.

PythonHttp serverSsl
Overcome The Language Barrier in Your Surveys With Easy i18n Using SurveyJS

Overcome The Language Barrier in Your Surveys With Easy i18n Using SurveyJS

Discover how to use SurveyJS + React to build a properly internationalized, localized survey without using any i18n library at all.

SurveyjsReactI18n
10 Best React Notification Libraries in 2022

10 Best React Notification Libraries in 2022

Web developmentJavascriptReact
K8S: Unable to connect to the server: x509: certificate has expired or is not yet valid

K8S: Unable to connect to the server: x509: certificate has expired or is not yet valid

KubernetesK8sKubeadm
How to Use React.FC Children Prop in React 18 with TypeScript

How to Use React.FC Children Prop in React 18 with TypeScript

How to deal with the new React 18 React.FC type and the children prop for TypeScript

ReactTypescriptJavascript
Solve Maze Using Breadth-First Search (BFS) Algorithm in Python

Solve Maze Using Breadth-First Search (BFS) Algorithm in Python

Learn how to use and implement the Breadth-First Search (BFS) algorithm to solve real-world problems.

PythonAlgorithmsData-structures
How to Scrape Everything from Telegram Using Python

How to Scrape Everything from Telegram Using Python

Learn how to get API keys for Telegram, extract group members, and scrape Telegram group or channel comments

pythonweb scrapingtelegram
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