Blog


How to Use Input Masks to Validate Input in an Angular App

AngularJavascriptTypescript

How to Pass Data From One Component to Other Component in React?

Passing data from one component to another component

ReactComponentsJavascript

Send Emails without a server-side code with Angular

Without any server-side code hosted on a server, you can send emails through your Angular application with smtpJS, a client-side JavaScript library.

AngularJavascriptSmtpjs

Quickly remove all node_modules folders from your system to free up disk space

Because you can always create a node_modules folder anytime from package.json

NodejsNodemodulesNpm

How to View Your React App on a Mobile Device

If you have ever worked on a React project, one important thing that you will more than likely have to tackle at some point is the display of your website for mobile users. You can, of course, accomplish this through the use of media queries and the in-browser display, but what if you want to see your project on your own device to see how it really looks? Today, we will talk about how to do just that.

ReactMobile app developmentApp development

Send Email Attachments with AWS Lambda + AWS Simple Email Service (SES)

How to send email attachments with AWS Lambda and AWS Simple Email Service (SES)

AwsLambdaSes

I created the exact same app in React and Svelte. Here are the differences.

React vs Svelte. Finally, a side-by-side code comparison! Because you've heard the fuss about Svelte, and now you want to know what the hype is all about.

ReactSvelteJavascript

Scraping Tweets with Tweepy Python

This is a step by step guide to scrape Twitter tweets using a Python library called Tweepy.

Web scrapingData miningPython

Interfaces and Classes in TypeScript/Angular

What is Angular (Part 6.3) / What is TypeScript?

TypescriptAngularJavascript

Insert an Element in Specific Index in JavaScript Array

Learn how to insert an element in specific index in array.

JavaScriptArrayArray Methods