Blog
How to Pass Data From One Component to Other Component in React?
Passing data from one component to another component
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.
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
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.
Everything you need to know about HTML5 local storage and session storage
Understand it by building actual practical applications
Convert String to Different Case Styles: Snake, Kebab, Camel and Pascal Case in JavaScript
Conversion from string to different ways of word combination in JavaScript.
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)
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.
Scraping Tweets with Tweepy Python
This is a step by step guide to scrape Twitter tweets using a Python library called Tweepy.
Constructors and Access modifiers in TypeScript/Angular
What is Angular (Part 6.4) / What is TypeScript?