Blog


Next.js Middleware: How it Works and 5 Real Use Cases

Since v. 12.0.0 (stable from 12.2.0), Next.js added Middleware. Middleware (as it is in many other frameworks) is a way to intercept the user's request before it reaches the actual page. Put simply…

Nextjs

React Router: How to Use the useParams() Hook

A guide (with examples) on how you can use the useParams() hook to improve your web applications.

JavaScriptWeb DevelopmentReact

The Best Way to Gain an AWS Gold Jacket (12x certifications)

A roadmap for achieving and maintaining the 12 certificates that AWS currently offers. It’s a long and demanding road, but that doesn’t have to discourage you.

AWSCloud Computing

How to Print the Entire Component Using screen.debug() in React Testing Library

ReactTddTesting

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