Blog
Statistical Tests with Python
A way to evaluate the evidence the data provides against a hypothesis
PythonStatisticsData
Static Code Analysis for Node.js and TypeScript Project using SonarQube
NodejsTypescriptSonarqube
Setup dotenv to Access Environment Variables in Angular 9
Setting up dynamic configurations for your frontend
AngularTypescriptJavascript
How to Send WhatsApp Messages From Your React App Easily
A very simple way to send messages on WhatsApp web in React.
ReactWhatsappJavascript
Send Emails From Your Website With EmailJS
Are you struggling with the behind code of your website contact form, then let this article be your life-saver.
EmailjsJavascriptEmail
Secure an Angular Single-Page Application with Keycloak
Keycloak Integration in Web(Angular) Application — Module Design
AngularKeycloakSecurity
Screen Capture a Page Using Angular Ngx Capture
Screen capture library for Angular. Define a zone and it will capture it and return a string containing a base64 PNG.
AngularJavascriptTypescript
Regular Expressions: Brackets
Quick Reference and Refresher Part Two
RegexRegular expressionsBrackets
React Tips — Async and setState
ReactJavascriptFrontend
React onChange with input field & button
ReactJavaScript