Blog
10 Best React Notification Libraries in 2022
Web developmentJavascriptReact
Create a Pre-commit Git Hook to Check and Fix Your JavaScript/TypeScript Code Automatically
In this post, we will introduce how to create a Git pre-commit hook to check JavaScript/TypeScript code using ESLint, Prettier, lint-staged, and Husky.
TypescriptGit HooksLinting
Custom Dropdown Element with React & TypeScript
A guide on how to create a simple React dropdown component using TypeScript.
ReactSoftware DevelopmentJavaScript
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?
Learn the difference between Amazon Aurora Serverless v1 and v2.
AwsAmazonServerless
Build a Sudoku Solver App With JavaScript
A JavaScript app to solve sudoku puzzles using backtracking
Web DevelopmentSoftware DevelopmentProgramming
How to Build Data-Driven Surveys With React + REST API + SurveyJS
Build dynamic forms and surveys in React with the open-source SurveyJS and RESTful services.
SurveysSurveyjsReact
Handle Errors in Angular with HttpClient, RxJS, HttpInterceptor
AngularRxjsHttpclient
Deploying A Localhost Server With Node.js and Express.js
NodejsExpressjsLocalhost
Build a Stripe App with Node.js and Typescript - Part 2
Stripe AppSaaSNodejs