Blog


A Simple Way to Load Data Before Page Load in Angular

AngularWeb DevelopmentProgramming

Master the TypeScript Keyof Type Operator

Welcome to the Mastering TypeScript series. This series will introduce the core knowledge and techniques of TypeScript in the form of animations. Let’s learn together! Previous articles are as…

ProgrammingFront End Development

How to Read DOCX Files With Python

PythonRead docx fileProgramming

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

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

SurveyjsReactI18n

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

KubernetesK8sKubeadm

How to install MongoDB in AWS EC2

AWS does support NoSQL databases such as DynamoDB and DocumentDB but not MongoDB. So if you would like to host your MongoDB to the AWS cloud but do not want to migrate to another DB, you may install…

MongodbAWSEc2

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

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

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

pythonweb scrapingtelegram